From bd151dd85d69d0fb72282e2aa2fda60f30199163 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 27 Dec 2014 20:00:21 +0000 Subject: [PATCH] Changelog for FR #55428 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335401 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/functions/ob-start.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/reference/outcontrol/functions/ob-start.xml b/reference/outcontrol/functions/ob-start.xml index 470b4eb2de..8b6f2de007 100644 --- a/reference/outcontrol/functions/ob-start.xml +++ b/reference/outcontrol/functions/ob-start.xml @@ -216,6 +216,15 @@ + + 7.0.0 + + In case ob_start is used inside an output buffer + callback, this function will no longer issue an E_ERROR + but instead an E_RECOVERABLE_ERROR, allowing custom + error handlers to catch such errors. + + 5.4.0