]> granicus.if.org Git - php/commit
Fixed bug #77922
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 17 Aug 2019 08:57:26 +0000 (10:57 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 17 Aug 2019 08:58:54 +0000 (10:58 +0200)
commitbe7e819068985859f92e4af21e49b4f647dd0467
tree9c5b0f10549116ce14c54e2e5f04600c3ec66ea7
parenta192499d2a3806bf55aa060539b5ce8580aa5db7
Fixed bug #77922

In PHP 7.3 shadow properties are no longer duplicated. Make sure we
only release them if the property was defined on the parent class,
which means that it changed from private->shadow, which is where
duplication does happen.
NEWS
Zend/tests/bug77922.phpt [new file with mode: 0644]
Zend/zend_opcode.c