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 36
36
. Implemented FR #55428 (E_RECOVERABLE_ERROR when output buffering in output buffering handler). (Kalle)
37
37
. Removed scoped calls of non-static methods from an incompatible $this
38
38
context. (Nikita)
39
+ . Removed support for #-style comments in ini files. (Nikita)
39
40
40
41
- Date:
41
42
. 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
54
54
. zend_function.common.num_args don't include the variadic argument anymore.
55
55
. ob_start() no longer issues an E_ERROR, but instead an E_RECOVERABLE_ERROR in case an
56
56
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
58
58
$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.
59
61
. Added zend_memnstr_ex, which is based on string matching sunday algo.
60
62
. Added zend_memnrstr, zend_memnrstr_ex.
61
63
. Added hybrid sorting algo zend_sort for better performance.
You can’t perform that action at this time.
0 commit comments