summaryrefslogtreecommitdiff
path: root/Zend/zend_list.c
Commit message (Expand)AuthorAgeFilesLines
* MFZE1: make sure the resource-list is always consistent during shutdown (Thies).Sebastian Bergmann2002-04-191-24/+1
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* - MFZE1 for exit fix, exposing current function name in error messages andDerick Rethans2002-01-031-4/+4
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* WhitespaceZeev Suraski2001-08-111-6/+6
* Some cleanupZeev Suraski2001-08-021-9/+1
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+4
* More TSRMLS_FETCH workZeev Suraski2001-07-311-8/+6
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-8/+5
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-9/+9
* Improve bailout mechanism, supports nesting of bailouts a-la try..catchZeev Suraski2001-07-211-2/+2
* Implement a more granular shutdown mechanism for the executor -Zeev Suraski2001-07-201-1/+26
* the resource-lists are now destroyed backwards. this will make sure thatThies C. Arntzen2001-07-131-2/+2
* - Whitespace and change the name of the macro to something more verboseAndi Gutmans2001-05-201-2/+1
* @ - Add new ZEND_GET_LE macro for retrieving destructorJames Moore2001-05-201-0/+19
* - Don't allow resource types of 0Andi Gutmans2001-05-201-1/+6
* Fix warningZeev Suraski2001-03-281-0/+3
* Make Windows happyZeev Suraski2001-03-281-0/+2
* Get rid of more redundant codeZeev Suraski2001-03-281-30/+6
* Cleaner way of making sure resources start at 1 and not 0...Zeev Suraski2001-03-281-5/+5
* Remove redundant codeZeev Suraski2001-03-281-24/+0
* God knows what this code was doing...Zeev Suraski2001-03-271-34/+3
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* fix a couple of warningsThies C. Arntzen2001-01-231-2/+2
* Fix persistent resources, once and for all...Zeev Suraski2001-01-161-4/+4
* - Make plist_destructor work like list_destructor to allow it to callAndi Gutmans2001-01-041-2/+12
* - Fixed a bug in zend_rsrc_list_get_rsrc_type()Andrei Zmievski2000-10-201-1/+5
* Improve register_resource_ex() infrastructureZeev Suraski2000-07-141-1/+15
* Another persistent hash - disable apply protectionZeev Suraski2000-07-111-1/+1
* *** empty log message ***Andi Gutmans2000-06-151-2/+4
* - Clean up resource lists namespaceZeev Suraski2000-04-151-24/+132
* Fix the problem with dl()'d modules not freeing their resources properlyZeev Suraski2000-04-031-0/+1
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-4/+2
* - Make zend_hash_apply() (and friends) reentrant and much, much quickerZeev Suraski2000-01-161-8/+4
* Fix a bug in call_user_function_ex()Zeev Suraski2000-01-151-1/+1
* (zend_fetch_resource) added warinig if resource is of wrong typeThies C. Arntzen1999-10-131-0/+4
* new improved resource-APIThies C. Arntzen1999-10-121-4/+16
* Exify the standardized resource stuffZeev Suraski1999-09-241-6/+8
* if you pass NULL as the resource_type_name to zend_fetch_resource*&friends th...Thies C. Arntzen1999-09-221-3/+6
* Safer behaviorZeev Suraski1999-09-181-1/+4
* * header file cleanupStig S. Bakken1999-09-061-1/+0
* Fix a stupid bug (from stefan@roehri.ch)Zeev Suraski1999-09-041-1/+1
* Add new API for resourcesZeev Suraski1999-09-031-0/+44
* - Get rid of C++ commentsAndi Gutmans1999-07-201-2/+2
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-4/+8
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-2/+4
* Minor updates (mostly __declspec() stuff)Zeev Suraski1999-06-041-15/+16