]> granicus.if.org Git - php/commit
Fixed wrong result of cascading assignment to string offset
authorDmitry Stogov <dmitry@php.net>
Tue, 4 Mar 2008 10:06:52 +0000 (10:06 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 4 Mar 2008 10:06:52 +0000 (10:06 +0000)
commit8365e71cb92b5242277109d64a1a0f60d8313340
tree7eddffc16d417b572ff367c618e06649dbbb2751
parent1a3f7f64509725a2ecac2a266e79391ac9d731cf
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
Zend/zend_vm_def.h
Zend/zend_vm_execute.h