History log of /PHP-5.5/Zend/zend_object_handlers.c (Results 126 – 150 of 251)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9383e1b8 01-Jun-2005 Dmitry Stogov

Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)


# 94666dcf 18-May-2005 Stanislav Malyshev

revert - seems to be fixed elsewhere


# e04666ae 18-May-2005 Stanislav Malyshev

fix #30451 static properties don't work properly


# 69326a79 03-May-2005 Dmitry Stogov

Fixed destruction of zval after returning from __call()


# 56d543c1 02-May-2005 Marcus Boerger

- Extend API to support real existance test without the need to add any new
functions or change any behavior


# 217e89b1 29-Apr-2005 foobar

compile fix


# 9966587a 28-Apr-2005 Dmitry Stogov

Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)


# c81db6bc 27-Apr-2005 Dmitry Stogov

Fixed bug #29210 (Function: is_callable - no support for private and protected classes)


# 53e3b0fc 25-Apr-2005 Andrei Zmievski

Reverting. Let's not introduce major BC breakage like this without a
good reason.


# 79b9084e 17-Apr-2005 Marcus Boerger

- Fix logic


# adb3d019 08-Apr-2005 Marcus Boerger

- No E_ERROR when we just check (where did my 0->1 change go on first commit?)


# 40cc0b77 08-Apr-2005 Marcus Boerger

- No E_ERROR when we just check, here visibility simply means there is none


# 698d301c 08-Apr-2005 Marcus Boerger

- Simplify getting property info and make it an api function


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# 6a6eaf2b 19-Mar-2005 Marcus Boerger

- More fixes to gracefully act on exception thrown in overload methods


# cf020f13 19-Mar-2005 Marcus Boerger

- Fix #31185


Revision tags: php-5.0.4RC1, php-4.3.11RC1
# b924ef87 11-Mar-2005 Marcus Boerger

- Don't touch refcount/is_ref


# a586cecf 27-Feb-2005 Marcus Boerger

- If silence if wanted we do not error out


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# fd4fe1c8 02-Feb-2005 Dmitry Stogov

Fixed bugs #29767 and #31683 (__get and __set methods must not modify property name).


# 20be6646 19-Jan-2005 foobar

- Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)


# 235e6c0a 17-Dec-2004 Andi Gutmans

- Fixed Bug #30562 Segmentation fault with __call()


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# c5a9a5a2 30-Oct-2004 Marcus Boerger

- Change zend_object_handlers->get_method() to allow aggregation for internal classes


Revision tags: PRE_NEW_VM_GEN_PATCH
# e39f3f3f 28-Sep-2004 Marcus Boerger

Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 34b00ca2 22-Jul-2004 Zeev Suraski

Fix bug in handling of protected properties


Revision tags: RELEASE_0_1
# e000da96 19-Jul-2004 Stanislav Malyshev

__set and __get will be called not only when variable doesn't exist but also when it's
invisible


# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


1234567891011