History log of /PHP-5.3/Zend/zend_object_handlers.c (Results 76 – 100 of 207)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d1ee85c2 17-Jun-2005 Dmitry Stogov

Fixed bug #33277 (private method accessed by child class)


# aedbdb08 16-Jun-2005 Dmitry Stogov

Allowed return by refrence from internal functions


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 2cb52151 09-Jun-2005 Stanislav Malyshev

MF50: fix #29689 and more private property problems


# d02d270f 08-Jun-2005 Dmitry Stogov

Fixed bug #30820 (static member conflict with $this->member silently ignored)


# cd88e646 06-Jun-2005 Dmitry Stogov

Fixed bug #33171 (foreach enumerates private fields declared in base classes)


# 3d7b0bab 03-Jun-2005 Dmitry Stogov

Fixed memory allocation bugs related to magic object handlers (__get(), __set(),
...)


# 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)


123456789