PHP 5.4.24 released

Arieh

Verified User
Joined
May 27, 2008
Messages
1,236
Location
The Netherlands
PHP 5.4.24 released
Core:
Added validation of class names in the autoload process.
Fixed invalid C code in zend_strtod.c.
Fixed bug #61645 (fopen and O_NONBLOCK).
Date:
Fixed bug #66060 (Heap buffer over-read in DateInterval).
Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600).
Fixed bug #61599 (Wrong Day of Week).
DOM:
Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup).
Exif:
Fixed bug #65873 (Integer overflow in exif_read_data()).
Filter:
Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer).
GD:
Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
PDO_odbc:
Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
SNMP:
Fixed SNMP_ERR_TOOBIG handling for bulk walk operations.
XSL:
Fixed bug #49634 (Segfault throwing an exception in a XSL registered function).
ZIP:
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real).
 
Back
Top