File tree Expand file tree Collapse file tree 5 files changed +2124
-2224
lines changed
ext/standard/tests/general_functions Expand file tree Collapse file tree 5 files changed +2124
-2224
lines changed Original file line number Diff line number Diff line change 3636 . Implemented FR #55428 (E_RECOVERABLE_ERROR when output buffering in output buffering handler). (Kalle)
3737 . Removed scoped calls of non-static methods from an incompatible $this
3838 context. (Nikita)
39+ . Removed support for #-style comments in ini files. (Nikita)
3940
4041- Date:
4142 . Fixed day_of_week function as it could sometimes return negative values
Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ PHP X.Y UPGRADE NOTES
5454 . zend_function.common.num_args don't include the variadic argument anymore.
5555 . ob_start() no longer issues an E_ERROR, but instead an E_RECOVERABLE_ERROR in case an
5656 output buffer is created in an output buffer handler.
57- . Remove support for scoped calls to non-static methods from an incompatible
57+ . Removed support for scoped calls to non-static methods from an incompatible
5858 $this context. See details in https://wiki.php.net/rfc/incompat_ctx.
59+ . Removed support for #-style comments in ini files. Use ;-style comments
60+ instead.
5961 . Added zend_memnstr_ex, which is based on string matching sunday algo.
6062 . Added zend_memnrstr, zend_memnrstr_ex.
6163 . Added hybrid sorting algo zend_sort for better performance.
You can’t perform that action at this time.
0 commit comments