2010-11-13 19:12:07 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2014-08-19 05:20:50 +08:00
|
|
|
?? ??? 20??, PHP 7.0.0
|
2013-11-27 16:34:40 +08:00
|
|
|
|
2014-10-10 17:45:58 +08:00
|
|
|
-Fileinfo:
|
|
|
|
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
|
|
|
|
|
2014-06-11 08:31:04 +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)
|
2014-10-26 00:05:52 +08:00
|
|
|
. Added Closure::call() method. (Andrea)
|
2014-09-01 22:28:45 +08:00
|
|
|
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
|
2014-09-05 02:05:06 +08:00
|
|
|
. Fixed #67959 (Segfault when calling phpversion('spl')). (Florian)
|
2014-10-06 05:54:32 +08:00
|
|
|
. Implemented the RFC `Catchable "Call to a member function bar() on a
|
|
|
|
non-object"` (Timm)
|
2014-08-18 13:07:34 +08:00
|
|
|
|
|
|
|
- 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
|
|
|
|
2014-08-20 07:38:33 +08:00
|
|
|
- FPM:
|
|
|
|
. Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
|
|
|
|
|
2014-04-05 12:43:41 +08:00
|
|
|
- Standard:
|
|
|
|
. Removed call_user_method() and call_user_method_array() functions. (Kalle)
|
2014-05-16 05:00:15 +08:00
|
|
|
. 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)
|
2014-04-05 12:43:41 +08:00
|
|
|
|
2013-12-02 22:01:24 +08:00
|
|
|
- XSL:
|
|
|
|
. Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)
|
|
|
|
|
2014-02-27 08:19:08 +08:00
|
|
|
- GD:
|
2014-08-20 04:24:49 +08:00
|
|
|
. Made fontFetch's path parser thread-safe. (Sara)
|
2013-11-04 20:32:45 +08:00
|
|
|
|
2013-09-12 05:37:07 +08:00
|
|
|
- Session:
|
2014-08-23 09:21:36 +08:00
|
|
|
. Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)
|
2013-11-04 20:32:45 +08:00
|
|
|
|
2014-08-26 00:32:40 +08:00
|
|
|
- SPL:
|
|
|
|
. Implemented #67886 (SplPriorityQueue/SplHeap doesn't expose extractFlags
|
|
|
|
nor curruption state). (Julien)
|
|
|
|
|
2014-09-02 06:47:49 +08:00
|
|
|
- DOM:
|
|
|
|
. Made DOMNode::textContent writeable. (Tjerk)
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|