1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00
Files
archived-php-src/NEWS
Christoph M. Becker 6ff0b24ef4 Update NEWS
2019-03-04 13:47:14 +01:00

27 lines
834 B
Plaintext

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.0.0alpha1
- Core:
. Removed the pdo_odbc.db2_instance_name php.ini directive. (Kalle)
. Fixed bug #77619 (Wrong reflection on MultipleIterator::__construct).
(Fabien Villepinte)
- GD:
. Removed deprecated image2wbmp(). (cmb)
. Removed deprecated png2wbmp() and jpeg2wbmp(). (cmb)
- Intl:
. Removed deprecated INTL_IDNA_VARIANT_2003. (cmb)
- LDAP:
. Removed deprecated ldap_sort. (mcmic)
- phpdbg:
. Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
- sodium:
. Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>