]> granicus.if.org Git - php/commit
Fixed wrong result of cascading assignment to string offset
authorDmitry Stogov <dmitry@php.net>
Tue, 4 Mar 2008 11:48:53 +0000 (11:48 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 4 Mar 2008 11:48:53 +0000 (11:48 +0000)
commit43a9fd4c4ab66aad8379e3e11c84c08901a30b0e
tree8e14d0f8ad493a7ed9852a665c2a8b9eab6aa166
parent7089db25e08dac8ea30d6477573e7248a6cd8558
Fixed wrong result of cascading assignment to string offset
Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset
Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST into string offset
Zend/zend_execute.c