summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add ability to disable the memory cacheZeev Suraski1999-11-271-2/+6
* - Fix fd leak in ZTS modeZeev Suraski1999-11-261-1/+4
* UNIX/non ZTS compile fixesZeev Suraski1999-11-262-2/+2
* - Improve the file handle closing codeZeev Suraski1999-11-263-17/+44
* - Modify zend_llist_del() to receive a comparison functionZeev Suraski1999-11-262-3/+3
* This request_shutdown() is no longer needed (never was needed really)Zeev Suraski1999-11-261-6/+0
* This should get the file to close properlyZeev Suraski1999-11-261-1/+1
* Rebuild libzend.la, if the scanner was rebuiltSascha Schumann1999-11-261-1/+2
* Remove request_started, increase thread safetyZeev Suraski1999-11-262-9/+9
* 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
* Fix compile problem with enable-memory-limitZeev Suraski1999-11-221-1/+1
* Fix inconsistencies with here-docs implementationZeev Suraski1999-11-221-8/+2
* Fix #2744Zeev Suraski1999-11-222-0/+8
* 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