mirror of
https://github.com/php/php-src.git
synced 2026-04-04 22:52:40 +02:00
Ensure that the "creating default object from empty value" warning is always thrown. Previously some cases were missing the warning, in particular those going through FETCH_OBJ_W rather than a dedicated opcode (like ASSIGN_OBJ). One slightly unfortunate side-effect of this change is that something like $a->b->c = 'd' will now generate two warnings rather than one when $a is null (one for property b, one for property c).
22 lines
646 B
Plaintext
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! >>>
|