cataphract                               Thu, 18 Nov 2010 04:14:49 +0000

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

Log:
- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
  had a flex incompatible encoding and there was no converter.
#see rev #305464 and rev #305466.

Bugs: http://bugs.php.net/305464 (error getting bug information)
      http://bugs.php.net/305466 (error getting bug information)
      
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   2010-11-18 04:09:02 UTC (rev 305481)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-11-18 04:14:49 UTC (rev 305482)
@@ -61,6 +61,8 @@
 - Fixed covariance of return-by-ref constraints. (Etienne)
 - Fixed the filter extension accepting IPv4 octets with a leading 0 as that
   belongs to the unsupported "dotted octal" representation. (Gustavo)
+- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
+  had a flex incompatible encoding and there was no converter. (Gustavo)

 - Fixed bug #53335 (pdo_firebird did not implement rowCount()).
   (preeves at ibphoenix dot com)

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

Reply via email to