php-src/NEWS

46 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-07-21 14:36:36 +00:00
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2020-10-09 07:21:39 +00:00
?? ??? ????, PHP 8.1.0alpha1
- Core:
. Fixed inclusion order for phpize builds on Windows. (cmb)
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
. Fixed bug #75474 (function scope static variables are not bound to a unique
function). (Nikita)
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
the method is private). (Nikita)
2020-10-21 22:09:08 +00:00
- FTP:
. Convert resource<ftp> to object \FTPConnection. (Sara)
2020-10-21 23:43:28 +00:00
- GD:
. Convert resource<gd font> to object \GdFont. (Sara)
- hash:
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
. Implemented xxHash support. (Anatol)
- MySQLi:
. Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)
. Fixed bug #80330 (Replace language in APIs and source code/docs).
(Darek Ślusarczyk)
- Opcache:
. Added inheritance cache. (Dmitry)
2020-10-10 20:02:26 +00:00
- OpenSSL:
. Bump minimal OpenSSL version to 1.0.2. (Jakub Zelenka)
- PDO:
. Fixed bug #40913 (PDO_MYSQL: PDO::PARAM_LOB does not bind to a stream for
fetching a BLOB). (Nikita)
. PDO SQLite:
. Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)
2020-10-22 00:12:55 +00:00
- PSpell:
. Convert resource<pspell> to object \PSpell. (Sara)
2020-12-25 17:27:17 +00:00
. Convert resource<pspell config> to object \PSpellConfig. (Sara)
2020-10-22 00:12:55 +00:00
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>