1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00
Files
archived-php-src/NEWS
Nikita Popov eb063c8a9f Fixed bug #77612
Port php_setcookie() to use the smart_str API to ensure that there
can be no string truncation issues.
2019-02-14 10:42:59 +01:00

22 lines
646 B
Plaintext

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.0.0alpha1
- Core:
. Fixed bug #77546 (iptcembed broken function). (gdegoulet)
- 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)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>