diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2014-12-27 20:56:39 +0100 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2014-12-27 20:56:39 +0100 |
commit | ff7e8e94d75c8d749e828d3f753aaa3f34e67528 (patch) | |
tree | 38708d216644d7a8099c0892a6be0d19f23d51f2 /UPGRADING | |
parent | 107ae86ca6baf2b79d8ddb32b54676a28269ba1f (diff) | |
download | php-git-ff7e8e94d75c8d749e828d3f753aaa3f34e67528.tar.gz |
Implemented FR #55428 (E_RECOVERABLE_ERROR when output buffering in output buffering handler)
## Can probably go in lower branches, but I'd like to keep it in
## master for now
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$Id$ +$Id$ PHP X.Y UPGRADE NOTES @@ -52,6 +52,8 @@ PHP X.Y UPGRADE NOTES However, \u without a following { is unaffected, so "\u202e" won't error and will work the same as before. . zend_function.common.num_args don't include the variadic argument anymore. + . ob_start() no longer issues an E_ERROR, but instead an E_RECOVERABLE_ERROR in case an + output buffer is created in an output buffer handler. - DBA . dba_delete() now returns false if the key was not found for the inifile |