summaryrefslogtreecommitdiff
path: root/Zend/zend_list.c
Commit message (Collapse)AuthorAgeFilesLines
* - Clean up resource lists namespaceZeev Suraski2000-04-151-24/+132
| | | | | - Prepare extended resource list destructor APIs (currently unused)
* 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 ↵Zeev Suraski2000-01-171-4/+2
| | | | solve is long gone now...
* - Make zend_hash_apply() (and friends) reentrant and much, much quickerZeev Suraski2000-01-161-8/+4
| | | | | | | - Introduce zend_hash_graceful_destroy(), which allows the destructor functions to use zend_hash_apply() and/or zend_hash_graceful_destroy() - Switch to zend_hash_graceful_destroy() in the resource list shutdowns
* 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 ↵Thies C. Arntzen1999-09-221-3/+6
| | | | the functions will not print any warnings if the resource is not found!
* Safer behaviorZeev Suraski1999-09-181-1/+4
|
* * header file cleanupStig S. Bakken1999-09-061-1/+0
| | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
* 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
| | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
* Minor updates (mostly __declspec() stuff)Zeev Suraski1999-06-041-15/+16
|
* Remove redundant includesZeev Suraski1999-04-241-13/+0
|
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-211-6/+2
|
* Zend LibraryAndi Gutmans1999-04-071-0/+238