php-src/NEWS

50 lines
1.7 KiB
Plaintext
Raw Normal View History

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 20??, PHP 7.0.0
2013-11-27 08:34:40 +00: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 15:28:20 +00:00
- Core:
. Added PHP_INT_MIN constant. (Andrea)
2014-08-27 01:07:59 +00:00
. Added Closure::apply() method. (Andrea)
2014-09-01 14:28:45 +00:00
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
2014-09-04 18:05:06 +00:00
. Fixed #67959 (Segfault when calling phpversion('spl')). (Florian)
. Implemented the RFC `Catchable "Call to a member function bar() on a
non-object"` (Timm)
- Reflection
. Fixed inheritance chain of Reflector interface (Tjerk)
2014-08-01 15:28:20 +00:00
2013-12-05 10:30:52 +00:00
- DBA:
. Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike)
2013-12-23 23:23:03 +00:00
2014-08-19 23:38:33 +00:00
- FPM:
. Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
- 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-06 18:56:32 +00:00
. Added intdiv() function. (Andrea)
2014-08-14 20:34:06 +00: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)
2014-02-27 00:19:08 +00:00
- GD:
. Made fontFetch's path parser thread-safe. (Sara)
2013-11-04 12:32:45 +00:00
- Session:
. Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)
2013-11-04 12:32:45 +00:00
2014-08-25 16:32:40 +00:00
- SPL:
. Implemented #67886 (SplPriorityQueue/SplHeap doesn't expose extractFlags
nor curruption state). (Julien)
2014-09-01 22:47:49 +00:00
- DOM:
. Made DOMNode::textContent writeable. (Tjerk)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>