summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-06-18 16:55:36 +0000
committerfoobar <sniper@php.net>2007-06-18 16:55:36 +0000
commit4c61a3f27e17cbd2f91a889f59fdf042a0afc6cb (patch)
tree96d9661619cc971d8637ba5bfc23d6d26b17ad02
parent24bdf0e3681f5e9e86a71f4463488ff10d60276f (diff)
downloadphp-git-4c61a3f27e17cbd2f91a889f59fdf042a0afc6cb.tar.gz
rephrase
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
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