summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Add a couple of castsSascha Schumann2000-06-081-1/+1
* Change shutdown order to sort out a crash when assigning a resource id to a s...Zeev Suraski2000-06-041-1/+21
* Improve call_user_function() to support array($obj, $method)Zeev Suraski2000-06-031-0/+18
* Fix a bug in static initializers/default values/class member variables that c...Zeev Suraski2000-05-311-4/+11
* - Make zend_eval_string() return SUCCESS/FAILUREAndi Gutmans2000-05-061-2/+5
* Fix - forgot to split away if refcount>1Zeev Suraski2000-04-261-1/+8
* Initial support for trapping errors (not complete and disabled; will be enab...Zeev Suraski2000-04-191-1/+7
* - Clean up resource lists namespaceZeev Suraski2000-04-151-1/+1
* - Fix memory leakAndi Gutmans2000-04-111-1/+5
* Fix object overloading supportZeev Suraski2000-04-101-2/+0
* - Stop zend_func_args() and co. from crashingAndi Gutmans2000-03-261-4/+4
* - Some header dependencies cleanupZeev Suraski2000-03-251-2/+0
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-241-1/+1
* - Quick way of supporting include_once().Andi Gutmans2000-03-101-2/+2
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* Pass the executor globals to internal functionsZeev Suraski2000-02-051-1/+1
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-1/+1
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-041-0/+10
* Improve dependenciesZeev Suraski2000-02-011-0/+1
* - Get rid of remains of garbage.Andi Gutmans2000-02-011-1/+0
* moved destroying of garbage before resource-list gets destroyed - (see my pre...Thies C. Arntzen2000-02-011-5/+7
* - Optimized garbage mechanismZeev Suraski2000-01-311-2/+3
* - Keep objects as references.Andi Gutmans2000-01-261-1/+1
* - Allow is_ref to become 0 in case the refcount is back to 1.Andi Gutmans2000-01-261-1/+3
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+2
* FixesZeev Suraski2000-01-241-2/+5
* Fix an elusive bugZeev Suraski2000-01-221-1/+1
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-2/+1
* - Make zend_hash_apply() (and friends) reentrant and much, much quickerZeev Suraski2000-01-161-1/+1
* Fix a bug in call_user_function_ex()Zeev Suraski2000-01-151-1/+2
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-0/+3
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-2/+2
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-4/+5
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-7/+7
* We're using ZVAL's now.Andrei Zmievski1999-12-211-2/+2
* - Made things work again (Thies, everybody - please check the latest CVS and ...Zeev Suraski1999-12-191-33/+43
* - More fixes related to the return references patchAndi Gutmans1999-12-191-9/+13
* - Implement return by reference:Zeev Suraski1999-12-151-0/+1
* Fix some warningsSascha Schumann1999-12-051-1/+0
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-0/+4
* - Optimize class instanciationZeev Suraski1999-11-211-1/+6
* - Weird that this compiled for me.Andi Gutmans1999-11-161-1/+1
* - Hooray. This might actually work. (I hope)Andi Gutmans1999-10-031-1/+5
* - Move is_ref back to being an unsigned char and not a bit field.Andi Gutmans1999-10-011-4/+4
* - Remove locking support completelyAndi Gutmans1999-10-011-17/+1
* - Stop using the locking mechanism and start using refcount.Andi Gutmans1999-09-281-8/+0
* - First part of the patch which makes reads use ptr and not ptr_ptr.Andi Gutmans1999-09-281-0/+9
* - Changed Ts{}.var to Ts{}.var.ptr_ptr.Andi Gutmans1999-09-261-1/+1