1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00
Files
archived-php-src/Zend
Marcus Boerger 1d3d396fea 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.
#
2003-09-03 10:58:55 +00:00
..
2003-03-18 12:06:09 +00:00
2003-08-07 19:36:13 +00:00
1999-10-04 15:20:12 +00:00
2003-09-03 00:31:52 +00:00
2002-11-15 14:30:40 +00:00
2002-12-31 15:59:15 +00:00
2003-06-29 09:40:23 +00:00
WS
2003-09-01 13:04:55 +00:00
2003-08-18 21:17:26 +00:00
2003-08-18 23:19:27 +00:00
2003-06-10 22:39:29 +00:00
WS
2003-08-16 20:12:01 +00:00
2003-08-13 07:17:16 +00:00
2003-08-17 19:14:30 +00:00
2003-08-18 21:17:26 +00:00
2003-08-18 21:17:26 +00:00
2003-09-01 13:05:50 +00:00
1999-04-07 18:10:10 +00:00