-
Notifications
You must be signed in to change notification settings - Fork 813
Synchronize manual with stubs for PHP 8.4 - part 2 #4178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
<para> | ||
Returns a new <classname>DateInterval</classname> instance on success, &return.falseforfailure;. | ||
Returns a new <classname>DateInterval</classname> instance. | ||
</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an entity IIRC for procedural return false for failure, which needs to be used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I found it at last
<para> | ||
&date.datetime.return.modifiedobjectorfalseforfailure; | ||
&date.datetime.return.modifiedobject; | ||
</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto procedurally, this still returns false.
&return.true.always; As with all functionality that modifies the contents of | ||
a phar, the <link linkend="ini.phar.readonly">phar.readonly</link> INI variable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&return.true.always; As with all functionality that modifies the contents of | |
a phar, the <link linkend="ini.phar.readonly">phar.readonly</link> INI variable | |
&return.true.always; | |
As with all functionality that modifies the contents of | |
a phar, the <link linkend="ini.phar.readonly">phar.readonly</link> INI variable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mysqli changes are fine.
Apparently, all the affected mysqli and Phar methods were always returning
true
.