History log of /PHP-5.5/Zend/zend_objects.h (Results 26 – 43 of 43)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 866332a4 26-Mar-2003 Sebastian Bergmann

Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address().


Revision tags: php-4.3.2RC1, php-4.3.1
# 333406bd 01-Feb-2003 foobar

- Added some missing CVS $Id$ tags, headers and footers.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 46306a32 17-Jan-2003 Harald Radi

export zend_objects_destroy_object()
static inline was meaningless anyways as the function
was only used as a callback handler and was never
called directly


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 11fb07a3 08-Aug-2002 Stanislav Malyshev

Add ZEND_API to functions


Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# 4a52b988 01-Jul-2002 Andi Gutmans

- Export zend_object_get_address()


Revision tags: php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0
# e8fe6988 15-Jun-2002 Andi Gutmans

- Fix copy&paste problem where we allocated according to an old structure
- decleration and not the new one.


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1
# f75f3cff 31-May-2002 Stanislav Malyshev

Generalize object storage and reference bookkeeping


Revision tags: BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1
# 1fe8df14 14-May-2002 Andi Gutmans

- constructor_called is supposed to be destructor_called


Revision tags: php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 6ac6cb10 22-Apr-2002 Harald Radi

added get_class_entry callback handler to the
object handlers structure


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# c84a4ead 15-Mar-2002 Andi Gutmans

- Pass TSRMLS to callbacks.


Revision tags: help, php-4.1.2
# 6608f073 07-Feb-2002 Stanislav Malyshev

Mega-commit: Enter the new object model
Note: only standard Zend objects are working now. This is definitely going to
break custom objects like COM, Java, etc. - this will be fixed later.

Mega-commit: Enter the new object model
Note: only standard Zend objects are working now. This is definitely going to
break custom objects like COM, Java, etc. - this will be fixed later.
Also, this may break other things that access objects' internals directly.

show more ...


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 7309a6ed 25-Jan-2002 Andi Gutmans

- First destructor hell fix. There was a situation where an object's
- destructor could be run after its class was already dead. Right now
- object destructors is the first thing whic happens

- First destructor hell fix. There was a situation where an object's
- destructor could be run after its class was already dead. Right now
- object destructors is the first thing whic happens during shutdown in
- order to prevent this problem. It's very likely that destructors will
- cause more grief and we'll have to outline exactly when you should use
- them and what kind of logic you're allowed to do inside of them.
- This bug was reported by sebastian.

show more ...


# 73b159e0 27-Dec-2001 Andi Gutmans

- Experimental support for destructors. We need to see if destructors
- will actually work well in the context of PHP so we should consider this
- as experimental. Possible problems might be

- Experimental support for destructors. We need to see if destructors
- will actually work well in the context of PHP so we should consider this
- as experimental. Possible problems might be that when the constructor is
- run PHP might not be in a stable state.

show more ...


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# 78f108d3 05-Nov-2001 Stig S. Bakken

add newline at end of file to avoid warnings


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2
# ea48c0c4 16-Aug-2001 Andi Gutmans

- Fix a bug in method calls.
- Try to get the old copying behavior of objects to work (doesn't work yet).


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# 532677e7 11-Aug-2001 Andi Gutmans

- Fix some places which create objects. The fixes are ugly and will be
revised when things start working well


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE
# 5af7770a 07-Aug-2001 Andi Gutmans

- Sync Engine2 CVS with latest Engine CVS


12