kalle                                    Mon, 21 Sep 2009 03:20:31 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=288494

Log:
Fix NEWS

Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-09-21 02:51:15 UTC (rev 288493)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-09-21 03:20:31 UTC (rev 288494)
@@ -14,10 +14,11 @@

 - Fixed certificate validation inside php_openssl_apply_verification_policy
   (Ryan Sleevi, Ilia)
+
+- Fixed bug #49572 (use of C++ style comments causes build failure).
+  (Sriram Natarajan)
 - Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).
   (Ilia)
-- Fixed bug #49572 (use of C++ style comments causes build failure).
-  (Sriram Natarajan)


 ?? ??? 2009, PHP 5.3.1
@@ -52,6 +53,8 @@
 - Fixed memory leak in stream_is_local(). (Felipe, Tony)
 - Fixed BC break in mime_content_type(), removes the content encoding. (Scott)

+- Fixed bug #49447 (php engine need to correctly check for socket API
+  return status on windows). (Sriram Natarajan)
 - Fixed bug #49391 (ldap.c utilizing deprecated ldap_modify_s). (Ilia)
 - Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).
   (Ilia, code-it at mail dot ru)
@@ -203,8 +206,6 @@
 - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server) (Garrett)
 - Fixed bug #27051 (Impersonation with FastCGI does not exec process as
   impersonated user). (Pierre)
-- Fixed bug #49447 (php engine need to correctly check for socket API
-  return status on windows). (Sriram Natarajan)


 30 Jun 2009, PHP 5.3.0

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

Reply via email to