mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
There doesn't seem to be any compelling reason to implement this in mysqlnd rather than mysqli. It's just a loop over fetch_into. This makes the function available under libmysqlclient as well, and thus fixes bug #79372.
29 lines
908 B
Plaintext
29 lines
908 B
Plaintext
PHP NEWS
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
?? ??? ????, PHP 8.1.0alpha1
|
|
|
|
- Core:
|
|
. Fixed inclusion order for phpize builds on Windows. (cmb)
|
|
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
|
|
|
|
- FTP:
|
|
. Convert resource<ftp> to object \FTPConnection. (Sara)
|
|
|
|
- GD:
|
|
. Convert resource<gd font> to object \GdFont. (Sara)
|
|
|
|
- hash:
|
|
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
|
|
|
|
- MySQLi:
|
|
. Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)
|
|
|
|
- OpenSSL:
|
|
. Bump minimal OpenSSL version to 1.0.2. (Jakub Zelenka)
|
|
|
|
- PSpell:
|
|
. Convert resource<pspell> to object \PSpell. (Sara)
|
|
. Convert resource<pspell config> to object \PSPellConfig. (Sara)
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|