summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* - Moved var_uninit() for return_value to the beginning of DO_FCALL.Andi Gutmans1999-11-191-2/+1
* - Functions whose return values aren't used have them freed in DO_FCALLAndi Gutmans1999-11-191-4/+5
* - If a function's return value is unused then don't create a ZEND_FREEAndi Gutmans1999-11-171-0/+3
* - Forgot thisAndi Gutmans1999-11-171-1/+1
* - Add support for used_return_value passed to internal functions.Andi Gutmans1999-11-161-2/+2
* - Fix crash with string offset assignments.Andi Gutmans1999-11-131-1/+1
* - Add support for BYREF_FORCE_RESTAndi Gutmans1999-11-031-20/+15
* - Fix for Thies' leak and Andrei's crashAndi Gutmans1999-10-281-28/+33
* - Fix isset() with string offsets.Andi Gutmans1999-10-221-4/+4
* - Preliminary submit of Thie's patch. Will fix the rest on WindowsAndi Gutmans1999-10-191-0/+3
* - object.ptr was made NULL in DO_FCALL but wasn't restored. Right now IAndi Gutmans1999-10-121-8/+7
* - No idea why this bug didn't exist before. But I'm too tired to think of it.Andi Gutmans1999-10-111-0/+4
* - Didn't lower refcount when doing an internal function call linked to a regu...Andi Gutmans1999-10-101-1/+4
* - Clean up a bit. Separate before the locking so that we can use SEPARATE_ZVALAndi Gutmans1999-10-101-22/+9
* - Shouldn't be neededAndi Gutmans1999-10-091-1/+0
* - God damn this sucked. I hopefully fixed the problems with classes althoughAndi Gutmans1999-10-091-65/+62
* - Reverse my patchAndi Gutmans1999-10-071-2/+2
* - Fixed memory leak with this pointer. It was somtimes initialized with refcountAndi Gutmans1999-10-061-2/+2
* fix for using resources as array indicesThies C. Arntzen1999-10-061-1/+2
* - Hooray. This might actually work. (I hope)Andi Gutmans1999-10-031-2/+0
* - Another locking fix.Andi Gutmans1999-10-021-6/+6
* - Fixed locking problem when fetching string offsetsAndi Gutmans1999-10-021-7/+11
* Fix the leak reported on the PHP 3 list (isset() on string offsets)Zeev Suraski1999-10-021-0/+1
* - Move is_ref back to being an unsigned char and not a bit field.Andi Gutmans1999-10-011-14/+14
* - Remove locking support completelyAndi Gutmans1999-10-011-29/+1
* - For Andrei. Implement references in array() initializationsAndi Gutmans1999-10-011-16/+30
* - Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch typeAndi Gutmans1999-09-291-8/+38
* - Stop using the locking mechanism and start using refcount.Andi Gutmans1999-09-281-8/+4
* - First part of the patch which makes reads use ptr and not ptr_ptr.Andi Gutmans1999-09-281-3/+23
* - Changed Ts{}.var to Ts{}.var.ptr_ptr.Andi Gutmans1999-09-261-37/+37
* - Try to fix the leak Rasmus reported. It's pretty sucky code so I'm reallyAndi Gutmans1999-09-181-5/+8
* make SUNs c89 happyThies C. Arntzen1999-09-171-4/+3
* - Fix bug #2318Zeev Suraski1999-09-171-0/+1
* - Fix for floating point array offsets. Same behaviour as in PHP 3.0. WeAndi Gutmans1999-09-081-8/+12
* * header file cleanupStig S. Bakken1999-09-061-2/+2
* - Fixed a specific memory leak linked to locking.Andi Gutmans1999-08-231-0/+20
* Fix #2070Zeev Suraski1999-08-171-1/+1
* - OopsieAndi Gutmans1999-08-151-5/+0
* - Optimize the execute stack a bit.Andi Gutmans1999-08-151-109/+112
* - Thies's crash fix.Andi Gutmans1999-08-091-1/+1
* Fix a few leaksZeev Suraski1999-08-071-3/+3
* *** empty log message ***Zeev Suraski1999-08-061-2/+1
* - Initialize extended value's and put the fetch_type in it's own variableAndi Gutmans1999-08-031-3/+3
* - Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.Andi Gutmans1999-07-301-1/+6
* - Fixed various inheritance problems & Andrey's leakAndi Gutmans1999-07-281-0/+2
* - Add missing lockAndi Gutmans1999-07-271-0/+1
* - Fix up the new operator a bit more.Andi Gutmans1999-07-271-28/+41
* Set reference count and is_ref values for new objectsZeev Suraski1999-07-271-1/+3
* Fix a bug in inheritence from classes defined in include files, that areZeev Suraski1999-07-261-1/+1
* - Oops I erased this by mistakeAndi Gutmans1999-07-261-0/+1