History log of /PHP-7.0/Zend/zend_list.c (Results 76 – 100 of 123)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 7deb44e3 02-Aug-2001 Zeev Suraski

Some cleanup


# 57507b4e 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# d76cf1da 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work


# 8ce8324e 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# 2c254ba7 27-Jul-2001 Zeev Suraski

Get rid of ELS_*(), and use TSRMLS_*() instead.
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...


Revision tags: PRE_TSRM_MERGE_PATCH
# 931ebe08 21-Jul-2001 Zeev Suraski

Improve bailout mechanism, supports nesting of bailouts a-la try..catch


# 8084d278 20-Jul-2001 Zeev Suraski

Implement a more granular shutdown mechanism for the executor -
prevent corruption of constants and missing destructions of resources


# 7b7e72d1 13-Jul-2001 Thies C. Arntzen

the resource-lists are now destroyed backwards. this will make sure that
resources get destroyed in the opposite order they were created and thereby
db-cursors will always be released before

the resource-lists are now destroyed backwards. this will make sure that
resources get destroyed in the opposite order they were created and thereby
db-cursors will always be released before their corresponding connection etc.
this sould not break anything!

show more ...


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# e2f12eb0 20-May-2001 Andi Gutmans

- Whitespace and change the name of the macro to something more verbose
ZEND_GET_RESOURCE_ID(...)


# c1164ad5 20-May-2001 James Moore

@ - Add new ZEND_GET_LE macro for retrieving destructor
@ id's from remote extensions. (Jmoore, Zend Engine)


# 65d9584a 20-May-2001 Andi Gutmans

- Don't allow resource types of 0


Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4
# 9aac926d 28-Mar-2001 Zeev Suraski

Fix warning


# 6dafabd7 28-Mar-2001 Zeev Suraski

Make Windows happy


# 3492049c 28-Mar-2001 Zeev Suraski

Get rid of more redundant code


# 3d3d8881 28-Mar-2001 Zeev Suraski

Cleaner way of making sure resources start at 1 and not 0...


# 8c13f9d5 28-Mar-2001 Zeev Suraski

Remove redundant code


Revision tags: php-4.0.5RC3
# 59c32058 27-Mar-2001 Zeev Suraski

God knows what this code was doing...


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year


# dd7eb428 23-Jan-2001 Thies C. Arntzen

fix a couple of warnings


# b8b40f69 16-Jan-2001 Zeev Suraski

Fix persistent resources, once and for all...


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# e976d8ed 04-Jan-2001 Andi Gutmans

- Make plist_destructor work like list_destructor to allow it to call
extended destructors.


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# dadb140e 20-Oct-2000 Andrei Zmievski

- Fixed a bug in zend_rsrc_list_get_rsrc_type()
- Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 55d313db 14-Jul-2000 Zeev Suraski

Improve register_resource_ex() infrastructure


# 35138666 11-Jul-2000 Zeev Suraski

Another persistent hash - disable apply protection


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# e1705c08 15-Jun-2000 Andi Gutmans

*** empty log message ***


12345