Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'dev'.dev | SVN Migration | 2002-08-06 | 1 | -368/+0 |
| | |||||
* | MFZE1: make sure the resource-list is always consistent during shutdown (Thies). | Sebastian Bergmann | 2002-04-19 | 1 | -24/+1 |
| | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | - MFZE1 for exit fix, exposing current function name in error messages and | Derick Rethans | 2002-01-03 | 1 | -4/+4 |
| | | | | | exposing zend_zval_type_name(). | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -6/+6 |
| | |||||
* | Some cleanup | Zeev Suraski | 2001-08-02 | 1 | -9/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+4 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -8/+6 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -8/+5 |
| | |||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -9/+9 |
| | | | | | | 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... | ||||
* | Improve bailout mechanism, supports nesting of bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -2/+2 |
| | |||||
* | Implement a more granular shutdown mechanism for the executor - | Zeev Suraski | 2001-07-20 | 1 | -1/+26 |
| | | | | | prevent corruption of constants and missing destructions of resources | ||||
* | the resource-lists are now destroyed backwards. this will make sure that | Thies C. Arntzen | 2001-07-13 | 1 | -2/+2 |
| | | | | | | | 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! | ||||
* | - Whitespace and change the name of the macro to something more verbose | Andi Gutmans | 2001-05-20 | 1 | -2/+1 |
| | | | | | ZEND_GET_RESOURCE_ID(...) | ||||
* | @ - Add new ZEND_GET_LE macro for retrieving destructor | James Moore | 2001-05-20 | 1 | -0/+19 |
| | | | | | @ id's from remote extensions. (Jmoore, Zend Engine) | ||||
* | - Don't allow resource types of 0 | Andi Gutmans | 2001-05-20 | 1 | -1/+6 |
| | |||||
* | Fix warning | Zeev Suraski | 2001-03-28 | 1 | -0/+3 |
| | |||||
* | Make Windows happy | Zeev Suraski | 2001-03-28 | 1 | -0/+2 |
| | |||||
* | Get rid of more redundant code | Zeev Suraski | 2001-03-28 | 1 | -30/+6 |
| | |||||
* | Cleaner way of making sure resources start at 1 and not 0... | Zeev Suraski | 2001-03-28 | 1 | -5/+5 |
| | |||||
* | Remove redundant code | Zeev Suraski | 2001-03-28 | 1 | -24/+0 |
| | |||||
* | God knows what this code was doing... | Zeev Suraski | 2001-03-27 | 1 | -34/+3 |
| | |||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | fix a couple of warnings | Thies C. Arntzen | 2001-01-23 | 1 | -2/+2 |
| | |||||
* | Fix persistent resources, once and for all... | Zeev Suraski | 2001-01-16 | 1 | -4/+4 |
| | |||||
* | - Make plist_destructor work like list_destructor to allow it to call | Andi Gutmans | 2001-01-04 | 1 | -2/+12 |
| | | | | | extended destructors. | ||||
* | - Fixed a bug in zend_rsrc_list_get_rsrc_type() | Andrei Zmievski | 2000-10-20 | 1 | -1/+5 |
| | | | | | | - Switched register_list_destructors() to use zend_register_list_destructors_ex() instead | ||||
* | Improve register_resource_ex() infrastructure | Zeev Suraski | 2000-07-14 | 1 | -1/+15 |
| | |||||
* | Another persistent hash - disable apply protection | Zeev Suraski | 2000-07-11 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Andi Gutmans | 2000-06-15 | 1 | -2/+4 |
| | |||||
* | - Clean up resource lists namespace | Zeev Suraski | 2000-04-15 | 1 | -24/+132 |
| | | | | | - Prepare extended resource list destructor APIs (currently unused) | ||||
* | Fix the problem with dl()'d modules not freeing their resources properly | Zeev Suraski | 2000-04-03 | 1 | -0/+1 |
| | |||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 |
| | |||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | |||||
* | Destructors no longer return ints, the low level problem it was intended to ↵ | Zeev Suraski | 2000-01-17 | 1 | -4/+2 |
| | | | | solve is long gone now... | ||||
* | - Make zend_hash_apply() (and friends) reentrant and much, much quicker | Zeev Suraski | 2000-01-16 | 1 | -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 Suraski | 2000-01-15 | 1 | -1/+1 |
| | |||||
* | (zend_fetch_resource) added warinig if resource is of wrong type | Thies C. Arntzen | 1999-10-13 | 1 | -0/+4 |
| | |||||
* | new improved resource-API | Thies C. Arntzen | 1999-10-12 | 1 | -4/+16 |
| | |||||
* | Exify the standardized resource stuff | Zeev Suraski | 1999-09-24 | 1 | -6/+8 |
| | |||||
* | if you pass NULL as the resource_type_name to zend_fetch_resource*&friends ↵ | Thies C. Arntzen | 1999-09-22 | 1 | -3/+6 |
| | | | | the functions will not print any warnings if the resource is not found! | ||||
* | Safer behavior | Zeev Suraski | 1999-09-18 | 1 | -1/+4 |
| | |||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -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 Suraski | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | Add new API for resources | Zeev Suraski | 1999-09-03 | 1 | -0/+44 |
| | |||||
* | - Get rid of C++ comments | Andi Gutmans | 1999-07-20 | 1 | -2/+2 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -2/+4 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 |