jani            Fri Sep 14 08:20:16 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  fix news
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.949&r2=1.2027.2.547.2.950&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.949 php-src/NEWS:1.2027.2.547.2.950
--- php-src/NEWS:1.2027.2.547.2.949     Thu Sep 13 20:08:00 2007
+++ php-src/NEWS        Fri Sep 14 08:20:15 2007
@@ -1,10 +1,15 @@
-PHP                                                                        
NEWS
+PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 5.2.5
 - Upgraded PCRE to version 7.3 (Nuno)
 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
 - Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)
 
+- Fixed "mail.force_extra_parameters" php.ini directive not to be modifiable
+  in .htaccess due to the security implications - reported by SecurityReason.
+  (Stas)
+- Fixed PDO crash when driver returns empty LOB stream. (Stas)
+- Fixed dl() to only accept filenames - reported by Laurent Gaffie. (Stas)
 - Fixed missing brackets leading to build warning and error in the log.
   Win32 code). (Andrey)
 - Fixed leaks with mulitple connects on one mysqli object. (Andrey)
@@ -14,10 +19,6 @@
   imlplementations of the fnmatch(), setlocale() and glob() functions. 
   Reported by Laurent gaffie. (Ilia)
 - Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre)
-- Fixed PDO crash when dirver returns empty LOB stream (Stas).
-- Fixed dl() to accept only filenames - reported by Laurent Gaffie. (Stas)
-- Disallowed setting mail.force_extra_parameters from .htaccess due
-  to the security implications - reported by SecurityReason (Stas)
 
 - Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT). (Ilia)
 - Fixed bug #42627 (bz2 extension fails to build with -fno-common).

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to