]> granicus.if.org Git - php/commit
Fixed bug #62609: Allow implementing Traversable in abstract class
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 6 Mar 2020 10:08:59 +0000 (11:08 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 6 Mar 2020 10:12:43 +0000 (11:12 +0100)
commite9ae581f024e06878b2b1991b7daed6318c811a7
tree0d112ad0a2c833b4895baa9ac208635a976927e2
parent125724cf58ef0a03d12612e6e4a8ae9204454cca
Fixed bug #62609: Allow implementing Traversable in abstract class

Master only, as this depends on fixes to calling order of
interface implementation handlers.
NEWS
Zend/tests/bug62609.phpt [new file with mode: 0644]
Zend/tests/bug62609_2.phpt [new file with mode: 0644]
Zend/zend_interfaces.c