summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* This causes link problems with anything higher than -O0.Sascha Schumann1999-10-051-1/+1
* Add necessary rule.Sascha Schumann1999-10-041-0/+2
* Use libtool to build.Sascha Schumann1999-10-046-78/+43
* use getParametersEx for all builtin functionsThies C. Arntzen1999-10-041-48/+48
* added add_*_resource() and add_*_bool() functionsThies C. Arntzen1999-10-042-10/+86
* - Hooray. This might actually work. (I hope)Andi Gutmans1999-10-034-5/+23
* Make it executable.Sascha Schumann1999-10-031-1/+1
* - 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-018-35/+33
* - Remove locking support completelyAndi Gutmans1999-10-016-59/+3