]> granicus.if.org Git - php/commit
- MFH: Fix bug #37212 (Access to protected property of common base class)
authorMarcus Boerger <helly@php.net>
Sat, 27 May 2006 18:39:53 +0000 (18:39 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 27 May 2006 18:39:53 +0000 (18:39 +0000)
commit493f39da2d481e743a13b606525fb0fda8319644
tree13c2d74eb9910f40e689b465d8ef00a1518be577
parentccfc0d9d991300e5fdc8623fb3ffc5d35d8c427d
- MFH: Fix bug #37212 (Access to protected property of common base class)
  By adding "zend_class_entry *ce" to struct zend_property_info;
Zend/tests/bug37212.phpt [new file with mode: 0755]
Zend/zend_API.c
Zend/zend_compile.h
Zend/zend_object_handlers.c