php-src/NEWS

29 lines
1014 B
Plaintext
Raw Normal View History

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 20??, PHP 7.0.0
2013-11-27 16:34:40 +08:00
- CLI server:
. Refactor MIME type handling to use a hash table instead of linear search.
(Adam)
. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
2014-08-01 23:28:20 +08:00
- Core:
. Added PHP_INT_MIN constant. (Andrea)
- Reflection
. Fixed inheritance chain of Reflector interface (Tjerk)
2014-08-01 23:28:20 +08:00
2013-12-05 18:30:52 +08:00
- DBA:
. Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike)
2013-12-24 07:23:03 +08:00
- Standard:
. Removed call_user_method() and call_user_method_array() functions. (Kalle)
. Fix user session handlers (See rfc:session.user.return-value). (Sara)
2014-08-07 02:56:32 +08:00
. Added intdiv() function. (Andrea)
2014-08-15 04:34:06 +08:00
. Improved precision of log() function for base 2 and 10. (Marc Bennewitz)
- XSL:
. Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>