1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Nikita Popov
5a4cb3edde Fix missing access errors for guarded properties
If a property access would normally result in a magic method call,
but the property is subject to an active recursion guard, the
access should behave as if the magic method does not exist.

This commit fixes one instance where this was not the case -- we
should have been generating a property access error, but instead
the operation simply did not do anything.
2018-09-27 14:58:26 +02:00
Felipe Pena
7ff880405f - Fixed bug #48248 (SIGSEGV when access to private property via &__get) 2009-05-12 22:50:56 +00:00