Another one patch for ZE.
This one fixes the bug #29378.
It looks like this bug was done intentionally (I'm not sure, just an
assumption), so zend_std_get_property_ptr_ptr() doesn't call __get.
Please look at the patch fro details.
--
Wbr,
Antony Dovgal aka tony2001
tony2001@phpclub.net || antony@dovgal.com
AD>>It looks like this bug was done intentionally (I'm not sure, just an
AD>>assumption), so zend_std_get_property_ptr_ptr() doesn't call __get.
I'm not sure it should - this would confuse read/write operators like
object increments. I think it should be talen care of elsewhere.
Stanislav Malyshev, Zend Products Engineer
stas@zend.com http://www.zend.com/ +972-3-6139665 ext.115
On Mon, 13 Sep 2004 18:50:15 +0300 (IDT)
Stanislav Malyshev stas@zend.com wrote:
AD>>It looks like this bug was done intentionally (I'm not sure, just
AD>an>assumption), so zend_std_get_property_ptr_ptr() doesn't call
AD>__get.I'm not sure it should - this would confuse read/write operators like
object increments.
Hmm.. could you provide any examples?
I just want to test them with the patch and see maybe I can adopt it.
I think it should be talen care of elsewhere.
Any ideas where?
--
Wbr,
Antony Dovgal aka tony2001
tony2001@phpclub.net || antony@dovgal.com