]> granicus.if.org Git - php/commit
Allow redeclareing a protected property as public.
authorMarcus Boerger <helly@php.net>
Wed, 3 Sep 2003 10:58:55 +0000 (10:58 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 3 Sep 2003 10:58:55 +0000 (10:58 +0000)
commit1d3d396fea2c6125e90c3cb09ee68ffc98851660
treef2a294b6dd8ffa6ecb7a3279d278a4fce7343233
parentfd5758781c682fe15bf0ff04da196c442620e26a
Allow redeclareing a protected property as public.
#
# The only known thing left at this moment is that the protected static members
# of a base class is different then the redeclared public property. I tried
# to remove both new and old static properties in the derived class and copy
# the base property with the new name. But for reasons i have to check later
# that didn't result in the expected behavior. Anyway we would need a warning
# if someone tries to change the value of a static property in a derived class.
#
Zend/zend_compile.c