Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a bug in static initializers/default values/class member variables that ↵ | Zeev Suraski | 2000-05-31 | 1 | -1/+1 | |
| | | | | | | | contained array values | |||||
* | Allow disabling of functions for security reasons | Zeev Suraski | 2000-05-29 | 1 | -0/+28 | |
| | ||||||
* | Fix segfault occuring when a temporary module was unloaded and if this | Sascha Schumann | 2000-05-02 | 1 | -1/+2 | |
| | | | | | module did not have a request shutdown function. | |||||
* | Correct fix | Zeev Suraski | 2000-04-24 | 1 | -9/+8 | |
| | ||||||
* | MODULE_TEMPORARY should get a call to RSHUTDOWN as well! | Thies C. Arntzen | 2000-04-24 | 1 | -7/+9 | |
| | ||||||
* | - Clean up resource lists namespace | Zeev Suraski | 2000-04-15 | 1 | -22/+2 | |
| | | | | | - Prepare extended resource list destructor APIs (currently unused) | |||||
* | - Stop zend_func_args() and co. from crashing | Andi Gutmans | 2000-03-26 | 1 | -5/+5 | |
| | ||||||
* | - Some header dependencies cleanup | Zeev Suraski | 2000-03-25 | 1 | -2/+0 | |
| | | | | | - Generalize zval_print() and zval_print_r() | |||||
* | - Nuke hash_*_ptr functions | Andi Gutmans | 2000-03-24 | 1 | -1/+1 | |
| | ||||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | - Fix a nasty bug in the hash, introduced in the recent migration to macros | Zeev Suraski | 2000-02-19 | 1 | -6/+6 | |
| | | | | | - Make array_init() and friends trackable | |||||
* | Generalize macros | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -3/+7 | |
| | | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks | |||||
* | *** empty log message *** | Andrei Zmievski | 2000-02-03 | 1 | -1/+1 | |
| | ||||||
* | - Fix built-in classes with more than 5 methods | Zeev Suraski | 2000-02-02 | 1 | -3/+4 | |
| | ||||||
* | Added add_property_unset() and add_property_bool(). | Andrei Zmievski | 2000-02-01 | 1 | -0/+21 | |
| | ||||||
* | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -3/+3 | |
| | ||||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -0/+32 | |
| | | | | | - Introduce IS_UNSET | |||||
* | - Get rid of warning | Andi Gutmans | 1999-12-27 | 1 | -1/+1 | |
| | ||||||
* | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -2/+4 | |
| | | | | | - Add the HashTable struct to the fast cache mechanism | |||||
* | - Make zend_internal_function allocate a full zend_function structure so | Andi Gutmans | 1999-12-27 | 1 | -7/+8 | |
| | | | | | that we don't get memory overruns and Thies doesn't get angry :) | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -31/+60 | |
| | ||||||
* | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -31/+31 | |
| | | | | | them. | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -3/+3 | |
| | ||||||
* | - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) | Zeev Suraski | 1999-12-18 | 1 | -4/+4 | |
| | | | | | - Rename getParameters() and friends for consistency and namespace cleanliness | |||||
* | Fix some warnings | Sascha Schumann | 1999-12-05 | 1 | -1/+0 | |
| | ||||||
* | *** empty log message *** | Andrei Zmievski | 1999-12-04 | 1 | -1/+0 | |
| | ||||||
* | Added zend_set_hash_symbol() function. | Andrei Zmievski | 1999-12-04 | 1 | -0/+21 | |
| | ||||||
* | - Applied Thies' bug fix. Great work! | Andi Gutmans | 1999-11-30 | 1 | -0/+1 | |
| | ||||||
* | This request_shutdown() is no longer needed (never was needed really) | Zeev Suraski | 1999-11-26 | 1 | -6/+0 | |
| | ||||||
* | Remove request_started, increase thread safety | Zeev Suraski | 1999-11-26 | 1 | -7/+7 | |
| | ||||||
* | - Optimize class instanciation | Zeev Suraski | 1999-11-21 | 1 | -9/+5 | |
| | | | | | - Fix constant instanciation for array elements inside objects | |||||
* | added add_*_resource() and add_*_bool() functions | Thies C. Arntzen | 1999-10-04 | 1 | -6/+72 | |
| | ||||||
* | added add_property_resource | Thies C. Arntzen | 1999-09-29 | 1 | -0/+10 | |
| | ||||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -2/+2 | |
| | | | | | | | | * 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? | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 | |
| | ||||||
* | Step 4: | Zeev Suraski | 1999-07-09 | 1 | -49/+25 | |
| | | | | | Move to a 7-bit counter (not fully implemented yet) | |||||
* | Phase 3: | Zeev Suraski | 1999-07-09 | 1 | -3/+3 | |
| | | | | | Use a single bit to mark IS_REF variables | |||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -27/+27 | |
| | | | | | Rename is_ref to EA | |||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -1/+1 | |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | |||||
* | * Fix cases where you assign an array element to the parent array (the array was | Zeev Suraski | 1999-06-09 | 1 | -1/+1 | |
| | | | | | being erased before the assignment, so the element was being smashed). | |||||
* | Minor updates (mostly __declspec() stuff) | Zeev Suraski | 1999-06-04 | 1 | -1/+1 | |
| | ||||||
* | * Support getThis() for internal functions. | Zeev Suraski | 1999-05-28 | 1 | -27/+23 | |
| | | | | | | | | * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized definition of classes. * Only report AiCount problems if shutdown was not silent. | |||||
* | Almost forgot to commit those | Zeev Suraski | 1999-05-09 | 1 | -3/+17 | |
| | ||||||
* | Cleanups, remove old ts code | Zeev Suraski | 1999-04-24 | 1 | -1/+1 | |
| | ||||||
* | * Change the thread safe project to create a C++ scanner. | Zeev Suraski | 1999-04-21 | 1 | -1/+1 | |
| | | | | | | | | * Add in a slightly modified skeleton file (only a couple of #if's for #include's that we dont have in Windows) It does NOT compile or work yet :) | |||||
* | Thread safety patch. We're still not quite there but it compiles again, and | Zeev Suraski | 1999-04-21 | 1 | -18/+34 | |
| | | | | | more logic has been implemented. | |||||
* | Add a couple of ZEND_API's | Andi Gutmans | 1999-04-19 | 1 | -7/+8 | |
| |