summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | | | as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL
* 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
| | | | | | RAM or virtual memory). It's also useful for Digital C where the C++ compiler thinks "inline" is an invalid specifier.
* 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
| | | | | | Note that this part could be made platform independent by using libltdl (for Solaris, Linux, *BSD, HP-UX, Win16/32, BeOS).
* 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
| | | | | | | should be used for the 2nd parameter to dlopen. http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man3/dlfcn.3?rev=1.8
* - object.ptr was made NULL in DO_FCALL but wasn't restored. Right now IAndi Gutmans1999-10-121-8/+7
| | | | | | push it in DO_FCALL and at the end of do_fcall_common it always gets popped. We might be able to optimize it out.
* 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
| | | | | | | During a regular do_fcall we need to set object.ptr to NULL and, thus, push it in the beginning and pop it in the end. I hope this fix more or less cuts it. I just want to sleep :)
* - Didn't lower refcount when doing an internal function call linked to a ↵Andi Gutmans1999-10-101-1/+4
| | | | regular object.
* - Clean up a bit. Separate before the locking so that we can use SEPARATE_ZVALAndi Gutmans1999-10-101-22/+9
| | | | | macro.
* 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
| | | | | | | | faster than buildconf, since it rebuilds only components, if it is necessary. To use it, run $ make -f build.mk
* - 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
| | | | | we might need to clean stuff up a bit.
* 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
| | | | | | | | of 2 instead of 1. - Also fixed a place where object.ptr_ptr is set to pointing to a zval* instead of zval**. I don't think this is ever used so we might be able to remove it altogether.
* 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
|
* - For Andrei. Implement references in array() initializationsAndi Gutmans1999-10-014-26/+45
|
* *** empty log message ***Zeev Suraski1999-09-291-0/+1
|