]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorDmitry Stogov <dmitry@zend.com>
Fri, 29 Nov 2013 08:54:22 +0000 (12:54 +0400)
committerDmitry Stogov <dmitry@zend.com>
Fri, 29 Nov 2013 08:54:22 +0000 (12:54 +0400)
* PHP-5.4:
  Added validation of class names in the autoload process

1  2 
NEWS
Zend/zend_execute_API.c

diff --cc NEWS
index b3c8adfe9423d778c9107c395c09633fca6e07a2,f55ff056cadff82d57fb008b1fbf6e8d35f421e2..d16e8bdf4bca0556a2b8f3c0b14d7068c9278b29
--- 1/NEWS
--- 2/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 
Simple merge