ID:               49074
 User updated by:  1000235409 at smail dot shnu dot edu dot cn
 Reported By:      1000235409 at smail dot shnu dot edu dot cn
 Status:           To be documented
 Bug Type:         Reflection related
 Operating System: *
 PHP Version:      5.2, 5.3, HEAD
 New Comment:

BUT I THINK THAT PHP SHOULD PROVIDE THE PROPERTIES DEFINED IN ITS
PARENT CLASSES. And should be modifiable by using Reflection.
IF NOT, this can also be done by creating a reflection related object
of its parent class.
FOR I WAS IMMPLEMENTING a serializing, including serializing the static
properties for php. If it can not get private static properties, I must
re-write my code again.
I JUST WANT TO FIX THE BUG brought by the '&'.
I WISH PHP CAN HAS A FULLY-supported RTTI.


Previous Comments:
------------------------------------------------------------------------

[2009-08-01 21:10:17] [email protected]

Complementing the fix:

ReflectionClass::getStaticProperties() was changed to do not return the
private properties from parent class; behavior already adopted in
ReflectionClass::getDefaultProperties() and
ReflectionClass::getProperties(). (PHP >= 5.2.11)

------------------------------------------------------------------------

[2009-08-01 01:01:43] [email protected]

Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=286606
Log: - Added test for bug #49074

------------------------------------------------------------------------

[2009-08-01 00:50:26] [email protected]

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2009-08-01 00:48:34] [email protected]

Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=286605
Log: - Fixed bug #49074 (private class static fields can be modified by
using reflection)

------------------------------------------------------------------------

[2009-07-31 23:51:33] [email protected]

Modifying returned array should not affect this. So expected output 
should be of course:

1
data2==>2
data3==>3
data==>1
data4==>4


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/49074

-- 
Edit this bug report at http://bugs.php.net/?id=49074&edit=1

Reply via email to