summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Leak fixZeev Suraski2000-01-181-4/+8
* Functionality & crash fixesZeev Suraski2000-01-091-2/+2
* - Separate the overloaded objects' types from Zend's data types.Andi Gutmans2000-01-041-4/+4
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-5/+5
* Fix a bug when using [] on a stringZeev Suraski2000-01-031-0/+4
* FixZeev Suraski2000-01-031-20/+29
* FixZeev Suraski2000-01-021-0/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-33/+29
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-4/+4
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-0/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-26/+34
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-27/+27
* - require() of a dynamic expression now has the standard require() semanticsZeev Suraski1999-12-231-4/+3
* - Fix a very old legacy memory leak in break(n) statementsZeev Suraski1999-12-221-13/+33
* Fix for the array() initialization bug Stas foundZeev Suraski1999-12-221-0/+2
* Fix the highlighting problem. STR_REALLOC() should be used instead of plain ...Zeev Suraski1999-12-211-0/+2
* We're using ZVAL's now.Andrei Zmievski1999-12-211-2/+2
* - Fix Sascha's leak. Good report!Zeev Suraski1999-12-211-9/+22
* - Fix the crash Thies was experiencing (returning a function call could cause...Zeev Suraski1999-12-201-0/+2
* - Made things work again (Thies, everybody - please check the latest CVS and ...Zeev Suraski1999-12-191-30/+35
* - More fixes related to the return references patchAndi Gutmans1999-12-191-12/+28
* - Implement return by reference:Zeev Suraski1999-12-151-17/+67
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-011-1/+1
* - Forgot to check for BP_VAR_IS in the fix made for Thies' string offsetAndi Gutmans1999-12-011-1/+1
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-1/+4
* - Fix problem Thies reported. We by mistake separated variables which wereAndi Gutmans1999-11-301-1/+1
* That's a more thorough fix...Zeev Suraski1999-11-251-1/+3
* Fix bug #2817 - assignments to string offsets could erronously modify unrelat...Zeev Suraski1999-11-251-0/+2
* That slipped awayAndi Gutmans1999-11-211-1/+1
* - 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