]> granicus.if.org Git - php/commitdiff
rephrase
authorfoobar <sniper@php.net>
Mon, 18 Jun 2007 16:55:36 +0000 (16:55 +0000)
committerfoobar <sniper@php.net>
Mon, 18 Jun 2007 16:55:36 +0000 (16:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3656a345234be8b27c36e5cf392dc83c32337eb3..5b8f209ab49d2adbad3944d50b7e2ba3e52190a5 100644 (file)
--- 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