php-src/NEWS

99 lines
3.6 KiB
Plaintext
Raw Normal View History

2014-12-15 05:13:07 +08:00
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:
2014-10-31 17:38:18 +08: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 23:28:20 +08:00
. 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)
. Implemented the RFC `Catchable "Call to a member function bar() on a
2014-11-23 14:23:55 +08: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 23:18:51 +08:00
. Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien)
2014-11-28 20:36:16 +08:00
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
2014-12-12 23:14:52 +08:00
. Fixed bug #65576 (Constructor from trait conflicts with inherited
constructor). (dunglas at gmail dot com)
2014-12-05 12:15:23 +08:00
. Removed ZEND_ACC_FINAL_CLASS, promoting ZEND_ACC_FINAL as final class
modifier. (Guilherme Blanco)
2014-12-15 05:32:42 +08:00
. is_long() & is_integer() is now an alias of is_int(). (Kalle)
2014-12-10 18:24:43 +08:00
- Date:
. Fixed day_of_week function as it could sometimes return negative values
internally. (Derick)
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-11-11 16:33:36 +08:00
- DOM:
. Made DOMNode::textContent writeable. (Tjerk)
2014-02-27 08:19:08 +08:00
- GD:
. Made fontFetch's path parser thread-safe. (Sara)
2013-11-04 20:32:45 +08:00
2014-11-11 16:33:36 +08:00
- Fileinfo:
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
2014-11-27 18:40:48 +08:00
- Filter:
. New FILTER_VALIDATE_DOMAIN and better RFC conformance for FILTER_VALIDATE_URL. (Kevin Dunglas)
2014-11-11 16:33:36 +08:00
- FPM:
. Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
2014-12-14 21:23:43 +08:00
. Implement request #67106 (Split main fpm config). (Elan Ruusamäe, Remi)
2014-11-11 16:33:36 +08:00
- LiteSpeed:
. Updated LiteSpeed SAPI code from V5.5 to V6.6. (George Wang)
2014-12-10 18:24:43 +08:00
- Mcrypt:
. Fixed possible read after end of buffer and use after free. (Dmitry)
2014-11-29 21:51:18 +08:00
- pcntl:
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
when setting SIG_DFL). (Julien)
2014-12-06 00:07:13 +08:00
- PDO_mysql:
. Fixed bug #68424 (Add new PDO mysql connection attr to control multi
statements option). (peter dot wolanin at acquia dot com)
2014-11-11 16:33:36 +08:00
- Reflection
. Fixed inheritance chain of Reflector interface (Tjerk)
- Session:
. Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)
2013-11-04 20:32:45 +08:00
2014-11-11 16:33:36 +08:00
- SOAP:
. Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes).
(Laruence)
2014-08-26 00:32:40 +08:00
- SPL:
. Implemented #67886 (SplPriorityQueue/SplHeap doesn't expose extractFlags
nor curruption state). (Julien)
2014-11-29 19:15:17 +08:00
. Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
breaks the RecursiveIterator). (Paul Garvin)
2014-12-05 17:18:41 +08:00
. Fixed bug #68479 (Added escape parameter to SplFileObject::fputcsv). (Salathe)
2014-08-26 00:32:40 +08:00
2014-11-11 16:33:36 +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)
. Added intdiv() function. (Andrea)
. Improved precision of log() function for base 2 and 10. (Marc Bennewitz)
2014-12-13 00:02:20 +08:00
- Streams:
. Fixed bug #68532 (convert.base64-encode omits padding bytes).
(blaesius at krumedia dot de)
2014-11-11 16:33:36 +08:00
- XSL:
. Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)
2014-09-02 06:47:49 +08:00
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>