From: Dmitry Stogov Date: Fri, 29 Nov 2013 08:54:22 +0000 (+0400) Subject: Merge branch 'PHP-5.4' into PHP-5.5 X-Git-Tag: php-5.5.8RC1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=967abd61537a2c7d0beebac9039aa068d518e4eb;p=php Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Added validation of class names in the autoload process --- 967abd61537a2c7d0beebac9039aa068d518e4eb diff --cc NEWS index b3c8adfe94,f55ff056ca..d16e8bdf4b --- a/NEWS +++ b/NEWS @@@ -1,16 -1,17 +1,19 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2013, PHP 5.4.24 +?? ??? 2013, PHP 5.5.8 + - Core: + . Added validation of class names in the autoload process. (Dmitry) + - Date: . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi) - . Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year - 1600). (Derick, T. Carter) - . Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter) -?? ??? 2013, PHP 5.4.23 +?? ??? 2013, PHP 5.5.7 + +- CLI server: + . Added some MIME types to the CLI web server (Chris Jones) + . Implemented FR #65917 (getallheaders() is not supported by the built-in web + server) - also implements apache_response_headers() (Andrea Faulds) - Core: . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a