diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-11-18 04:14:49 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2010-11-18 04:14:49 +0000 |
commit | 267634b7664c4a1ff08bd35cd381b51ffabbd735 (patch) | |
tree | 791101e60d3746ee837bd5c68e2da42b210d3f30 | |
parent | a31f379367cfab9b184d0ae4409c6e6e74c1a3d7 (diff) | |
download | php-git-267634b7664c4a1ff08bd35cd381b51ffabbd735.tar.gz |
- 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.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |