php-src/NEWS

71 lines
2.5 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:
2014-10-31 09:38:18 +00:00
. Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
(Laruence)
. Fixed bug #68252 (segfault in Zend/zend_hash.c in function
_zend_hash_del_el). (Laruence)
2014-08-01 15:28:20 +00:00
. Added PHP_INT_MIN constant. (Andrea)
2014-10-25 16:05:52 +00:00
. Added Closure::call() 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
2014-11-23 06:23:55 +00:00
non-object"`. (Timm)
. Added options parameter for unserialize allowing to specify acceptable
classes (https://wiki.php.net/rfc/secure_unserialize). (Stas)
2014-11-21 15:18:51 +00:00
. Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien)
2014-11-28 12:36:16 +00:00
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
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-11-11 08:33:36 +00:00
- DOM:
. Made DOMNode::textContent writeable. (Tjerk)
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
2014-11-11 08:33:36 +00:00
- Fileinfo:
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
2014-11-27 10:40:48 +00:00
- Filter:
. New FILTER_VALIDATE_DOMAIN and better RFC conformance for FILTER_VALIDATE_URL. (Kevin Dunglas)
2014-11-11 08:33:36 +00:00
- FPM:
. Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
- LiteSpeed:
. Updated LiteSpeed SAPI code from V5.5 to V6.6. (George Wang)
2014-11-11 08:33:36 +00:00
- Reflection
. Fixed inheritance chain of Reflector interface (Tjerk)
- Session:
. Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)
2013-11-04 12:32:45 +00:00
2014-11-11 08:33:36 +00:00
- SOAP:
. Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes).
(Laruence)
2014-08-25 16:32:40 +00:00
- SPL:
. Implemented #67886 (SplPriorityQueue/SplHeap doesn't expose extractFlags
nor curruption state). (Julien)
2014-11-11 08:33:36 +00:00
- Standard:
. Removed call_user_method() and call_user_method_array() functions. (Kalle)
. Fix user session handlers (See rfc:session.user.return-value). (Sara)
. Added intdiv() function. (Andrea)
. 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-09-01 22:47:49 +00:00
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>