* PHP-5.4:
fix bug #64660 - yyparse can return 2, not only 1
Conflicts:
Zend/zend_language_scanner.c
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.4.16
+?? ??? 2013, PHP 5.5.0 Release Candidate 2
- Core:
- . Fixed bug #64729 (compilation failure on x32). (Gustavo)
+ . Fixed bug #64660 (Segfault on memory exhaustion within function definition).
+ (Stas)
- . Fixed bug #64853 (Use of no longer available ini directives causes crash on
- TS build). (Anatol)
+ . Fixed bug #64853 (Use of no longer available ini directives causes crash
+ on TS build). (Anatol)
- Fileinfo:
. Fixed bug #64830 (mimetype detection segfaults on mp3 file). (Anatol)