. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
- Core:
- . Fixed #68933 (Invalid read of size 8 in zend_std_read_property).
+ . Fixed bug #68933 (Invalid read of size 8 in zend_std_read_property).
(Laruence, arjen at react dot com)
- . Fixed #68868 (Segfault in clean_non_persistent_constants() in SugarCRM
+ . Fixed bug #68868 (Segfault in clean_non_persistent_constants() in SugarCRM
6.5.20). (Laruence)
. Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
(Laruence)
. Added PHP_INT_MIN constant. (Andrea)
. Added Closure::call() method. (Andrea)
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
- . Fixed #67959 (Segfault when calling phpversion('spl')). (Florian)
+ . Fixed bug #67959 (Segfault when calling phpversion('spl')). (Florian)
. Implemented the RFC `Catchable "Call to a member function bar() on a
non-object"`. (Timm)
. Added options parameter for unserialize allowing to specify acceptable
+ Opcache). (Laruence)
- OpenSSL:
- . Fix bug #61285, #68329, #68046, #41631: encrypted streams don't observe
+ . Fixed bug #61285, #68329, #68046, #41631: encrypted streams don't observe
socket timeouts (Brad Broerman)
- pcntl:
. Fixed bug #68479 (Added escape parameter to SplFileObject::fputcsv). (Salathe)
- Sqlite3:
- . Fix bug #68260 (SQLite3Result::fetchArray declares wrong
+ . Fixed bug #68260 (SQLite3Result::fetchArray declares wrong
required_num_args). (Julien)
- Standard:
. Removed call_user_method() and call_user_method_array() functions. (Kalle)
- . Fix user session handlers (See rfc:session.user.return-value). (Sara)
+ . Fixed 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)
. Remove string category support in setlocale(). (Nikita)