]> granicus.if.org Git - php/commit
Fix bug #64555: foreach no longer copies keys if they are interned
authorNikita Popov <nikic@php.net>
Wed, 3 Apr 2013 18:29:19 +0000 (20:29 +0200)
committerNikita Popov <nikic@php.net>
Wed, 3 Apr 2013 18:29:19 +0000 (20:29 +0200)
commit1f34ccbe34783f5671bc2a68e7299cea7493c82b
treec87e035f6c12793b54b53bd24391fa0ef67fad80
parent42f94aa9783c72411336dfc39a8b7335cb45854c
Fix bug #64555: foreach no longer copies keys if they are interned
NEWS
Zend/tests/bug64555.phpt [new file with mode: 0644]
Zend/zend_hash.c