History log of /php-src/Zend/zend_objects.c (Results 126 – 150 of 184)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2
# 59b8592c 29-Mar-2006 Antony Dovgal

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_ob

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)

to initialize and destroy zend_object structs

show more ...

Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 61e93ccf 04-Jan-2006 Andi Gutmans

- Update copyright notices to 2006

Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 64931b62 15-Nov-2005 Dmitry Stogov

Allow recursive calls to __get/__set for different properties

Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e4102e 04-Aug-2005 Dmitry Stogov

Fixed clone bug in ze1_compatibilty mode

# 916815b7 03-Aug-2005 foobar

Bump up the year

Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0
# 345e0255 07-Jul-2005 Dmitry Stogov

Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods)

Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 7e8bd05c 07-Jun-2005 Ilia Alshanetsky

Fixed ZTS build.

# 055e889b 07-Jun-2005 Dmitry Stogov

Fixed bug #33243 (ze1_compatibility_mode does not work as expected)

Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 8140f095 24-Feb-2005 Andi Gutmans

- Revert following patch until we decide what is the right way to handle
- this:
- Fix signatures they are all meant to be able to deal with any type in any
object storage (though we

- Revert following patch until we decide what is the right way to handle
- this:
- Fix signatures they are all meant to be able to deal with any type in any
object storage (though we are still missing several parts)

show more ...

# 3096f1ed 22-Feb-2005 Marcus Boerger

- Fix signatures they are all meant to be able to deal with any type in any
object storage (though we are still missing several parts)

Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, 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, 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
# dd5652e4 06-Sep-2004 Marcus Boerger

- Fix handling of exceptions in dtors

Revision tags: php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 3333380b 02-Mar-2004 Andi Gutmans

- Improve fix for protecting destructor's from exceptions.
- I was killing the current exception completely which was wrong.

# 8912a50b 01-Mar-2004 Andi Gutmans

- Fix crash in destructors(). You can't throw an exception in destructors
as there is no guaranteed time when the destructor will be called.

Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1
# 3ac58bff 04-Feb-2004 Zeev Suraski

- Small fixes

# f5f7d569 04-Feb-2004 Zeev Suraski

Change destructor implementation (details will follow on internals@)

# 363c5878 03-Feb-2004 Marcus Boerger

Nuke unused variable

Revision tags: php-4.3.5RC2
# 848d4aed 03-Feb-2004 Zeev Suraski

Perform a bitwise copy of the object even when __clone() is defined.
__clone() is back to not requiring any arguments, as $that is no longer
needed ($this already contains a copy of the origi

Perform a bitwise copy of the object even when __clone() is defined.
__clone() is back to not requiring any arguments, as $that is no longer
needed ($this already contains a copy of the original object, by the time
we __clone() is executed).
Calling the parent clone is done using parent::__clone()

show more ...

# 8e30d96a 02-Feb-2004 Zeev Suraski

Redesign the clone() feature to fix some fundamental flaws in the previous
implementation.

Using clone directly is now done using
$replica = clone $src;

Clone methods must n

Redesign the clone() feature to fix some fundamental flaws in the previous
implementation.

Using clone directly is now done using
$replica = clone $src;

Clone methods must now be declared as follows:
function __clone($that)
{
}

Clone methods in derived classes can call the __clone method of their parent
classes using parent::__clone($that)

show more ...

Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?

# e20f534e 27-Dec-2003 Marcus Boerger

Simplify

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 9702c70a 02-Sep-2003 Marcus Boerger

Synch/Unify error messages related to function/method calls

Revision tags: php-4.3.3, php-4.3.3RC4
# d4aa155d 09-Aug-2003 Marcus Boerger

Precise destructor errors

Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 9fa2d523 27-Jul-2003 Stanislav Malyshev

make clone and throw coexist peacefully

# 7cdc2d1f 19-Jul-2003 Marcus Boerger

Shuffle code to ease writing clone handlers

12345678