From: foobar Date: Mon, 18 Jun 2007 16:55:36 +0000 (+0000) Subject: rephrase X-Git-Tag: php-5.2.4RC1~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c61a3f27e17cbd2f91a889f59fdf042a0afc6cb;p=php rephrase --- diff --git a/NEWS b/NEWS index 3656a34523..5b8f209ab4 100644 --- a/NEWS +++ b/NEWS @@ -2,13 +2,14 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2007, PHP 5.2.4 - Upgraded PCRE to version 7.2 (Nuno) -- HTTP 500 is sent to browser in case of PHP error instead of blank page. - (Dmitry, Andrei Nigmatulin) - Improved fix for MOPB-03-2007. (Ilia) - Corrected fix for CVE-2007-2872. (Ilia) -- Enabled statement cache for non-persistent OCI8 connections. +- Enabled statement cache for non-persistent OCI8 connections. (Chris Jones, Tony) +- Changed error handler to send HTTP 500 instead of blank page on PHP errors. + (Dmitry, Andrei Nigmatulin) + - Added php_ini_loaded_file() function which returns the path to the actual php.ini in use. (Jani) - Added GD version constants GD_MAJOR_VERSION, GD_MINOR_VERSION