summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2014-12-27 20:56:39 +0100
committerKalle Sommer Nielsen <kalle@php.net>2014-12-27 20:56:39 +0100
commitff7e8e94d75c8d749e828d3f753aaa3f34e67528 (patch)
tree38708d216644d7a8099c0892a6be0d19f23d51f2 /UPGRADING
parent107ae86ca6baf2b79d8ddb32b54676a28269ba1f (diff)
downloadphp-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--UPGRADING4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 3e4fbf83d3..3cdf4f5a2e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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