]> granicus.if.org Git - php/commit
- Fix bug #37212 (Access to protected property of common base class)
authorMarcus Boerger <helly@php.net>
Sat, 27 May 2006 02:12:43 +0000 (02:12 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 27 May 2006 02:12:43 +0000 (02:12 +0000)
commit9265545992a15fdf914b5a9dc8a73d3e26b4582b
tree2042e514a070983993dda18cd30f30e178bfe6a2
parentffc4fbb91f198532de21bc0dbdd307cc79aedfd2
- Fix bug #37212 (Access to protected property of common base class)
  By adding "zend_class_entry *ce" to struct zend_property_info;
# Besides closing the bug this patch allows to optimize a bunch of
# property handling optimizations. I need to find out what all can be
# optimized. All other tests relevant to class handling still PASS.
Zend/tests/bug37212.phpt [new file with mode: 0755]
Zend/zend_API.c
Zend/zend_compile.h
Zend/zend_object_handlers.c