Small correction on my details: Actual Result: ---------------------- object(Foo) { ["bar:protected"]=> string(0) "banana" ["bar"]=> string(6) "" }The value of my existing field, which has since been given "protected" visibility, is now stored in the "bar:protected" field after deserialization, and thus not accessible to the application code.
~Ted -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php