summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* That slipped awayAndi Gutmans1999-11-211-1/+1
* - Optimize class instanciationZeev Suraski1999-11-215-11/+14
* - 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-192-5/+6
* - If a function's return value is unused then don't create a ZEND_FREEAndi Gutmans1999-11-172-5/+9
* - Forgot thisAndi Gutmans1999-11-171-1/+1
* - Weird that this compiled for me.Andi Gutmans1999-11-161-1/+1
* - CHange used_return_value -> return_value_usedAndi Gutmans1999-11-161-2/+2
* - In any case create the free opcode. Need to allow the functions toAndi Gutmans1999-11-161-9/+8
* - Add support for used_return_value passed to internal functions.Andi Gutmans1999-11-163-8/+14
* - Fix comment as to Joey's findingsAndi Gutmans1999-11-141-1/+1
* - Fix crash with string offset assignments.Andi Gutmans1999-11-131-1/+1
* Made zend_hash_rehash() callable from outside.Andrei Zmievski1999-11-042-2/+2
* - Add support for BYREF_FORCE_RESTAndi Gutmans1999-11-034-22/+38
* - Fix for Thies' leak and Andrei's crashAndi Gutmans1999-10-282-28/+34
* *** empty log message ***Zeev Suraski1999-10-251-2/+3
* Allow CYGWIN directory to be specified as via environment variableSam Ruby1999-10-232-4/+8
* - Fix isset() with string offsets.Andi Gutmans1999-10-221-4/+4
* fixed is_identicat_function()Thies C. Arntzen1999-10-191-2/+2
* - Move IS_IDENTICAL next to IS_EQUALAndi Gutmans1999-10-191-97/+97
* - Fix is_identical functionAndi Gutmans1999-10-191-10/+27
* - Preliminary submit of Thie's patch. Will fix the rest on WindowsAndi Gutmans1999-10-197-1/+33
* Be safe, use ().Andrei Zmievski1999-10-181-5/+5
* unstatic'fy is_numeric_string()Andrei Zmievski1999-10-152-3/+2
* *** empty log message ***Andrei Zmievski1999-10-152-5/+5
* *** empty log message ***Andrei Zmievski1999-10-151-1/+0
* - Add convert_to_number_ex()Andi Gutmans1999-10-151-0/+8
* Add "--disable-inline" for low-memory machines (be it limitedSascha Schumann1999-10-141-0/+17
* Use sources from $(srcdir)Sascha Schumann1999-10-141-2/+2
* Do not use $< for anything but implicit rules.Sascha Schumann1999-10-131-2/+2
* (zend_fetch_resource) added warinig if resource is of wrong typeThies C. Arntzen1999-10-131-0/+4
* Disable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined.Sascha Schumann1999-10-131-10/+5
* new improved resource-APIThies C. Arntzen1999-10-122-11/+25
* Use DL_LAZY for OpenBSD. This seems to be a compatibility flag whichSascha Schumann1999-10-121-0/+3
* - object.ptr was made NULL in DO_FCALL but wasn't restored. Right now IAndi Gutmans1999-10-121-8/+7
* Modified zend_hash() to accept a pointer to sort function.Andrei Zmievski1999-10-112-3/+6
* - 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
* Add clean target which removes standard targetsSascha Schumann1999-10-101-1/+6
* build.mk can be used to generate build tools. It is usuallySascha Schumann1999-10-101-0/+38
* - 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
* Define RTLD_NOW to DL_NOW, if RTLD_NOW is not defined (for OpenBSD).Sascha Schumann1999-10-091-0/+3
* added zval_del_ref() functionThies C. Arntzen1999-10-072-2/+11
* - 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
* More portability stuffSascha Schumann1999-10-053-0/+7
* OSF/1 V4.0 wants -lcxxSascha Schumann1999-10-051-0/+1