]> granicus.if.org Git - php/commit
Fix certain operations to stop relying on presence of read_property and
authorAndrei Zmievski <andrei@php.net>
Fri, 15 Apr 2005 17:15:18 +0000 (17:15 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 15 Apr 2005 17:15:18 +0000 (17:15 +0000)
commit4fbddd03d7999353daf6ad66cd612e73c950bdfe
tree8c293f8ec9ceee58dd0a937b45136ec5cd4832d8
parent91b587f884a62a831b1468e4a6f609bd576b23aa
Fix certain operations to stop relying on presence of read_property and
write_property handlers. They may be NULL'ed out by certain objects
pretending to be pure arrays, for example. Do checks first.
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h