summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault -- need to copy-construct constant value.Andrei Zmievski2001-05-231-1/+7
* Moving some functions into Zend.Andrei Zmievski2001-05-211-0/+97
* - The previous name could be confused with resource #Andi Gutmans2001-05-201-1/+1
* - Whitespace and change the name of the macro to something more verboseAndi Gutmans2001-05-202-4/+3
* @ - Add new ZEND_GET_LE macro for retrieving destructorJames Moore2001-05-202-0/+25
* - Don't allow resource types of 0Andi Gutmans2001-05-201-1/+6
* Fix segfault when using zend_hash_add_empty_elementSascha Schumann2001-05-191-1/+1
* reset allocated_memory_peak after each request.Thies C. Arntzen2001-05-181-0/+1
* That's slightly clearer that way :)Zeev Suraski2001-05-171-2/+1
* Fix buildZeev Suraski2001-05-171-0/+1
* Fix buildZeev Suraski2001-05-171-1/+1
* Fix corruption issueZeev Suraski2001-05-171-0/+1
* Implement zend_hash_add_empty_element() using the existing infrastructureZeev Suraski2001-05-162-8/+11
* Commit missing fixZeev Suraski2001-05-161-0/+1
* Merge memory usage into memory limitZeev Suraski2001-05-163-41/+7
* Initialize empty pDataPtr to a pseudo value to prevent a pefree onSascha Schumann2001-05-141-0/+1
* - Remove check for ht == NULL in copy_ctor.Andi Gutmans2001-05-121-4/+1
* add missing closing paranthesisSascha Schumann2001-05-111-1/+1
* Some extensions don't associate any data with hash entries,Sascha Schumann2001-05-111-0/+7
* Fix a memory leak which occured upon registering an already existingSascha Schumann2001-05-111-0/+1
* added --enable-memory-usage-infoThies C. Arntzen2001-05-113-0/+44
* - Fix crash bug when opcodes array is erealloc()'ed to a different memoryAndi Gutmans2001-05-111-4/+7
* Treat numeric strings as numbers in the increment operatorZeev Suraski2001-05-101-2/+26
* Nuke unused variable.Andrei Zmievski2001-05-091-2/+0
* Fix a few bugs in zend_is_callable() and make it stricter.Andrei Zmievski2001-05-091-37/+44
* - Fix line numbers when some lines end with \rAndi Gutmans2001-05-081-11/+14
* - Fix crash bug reported by DBG author Dmitri Dmitrienko.Andi Gutmans2001-05-081-4/+0
* Make zend_execute_scripts() reentrantZeev Suraski2001-05-071-0/+3
* Recover from a parse error in include files (before, it could result in a cra...Zeev Suraski2001-05-063-5/+17
* Yikes, that would have been a very bad bug :)Zeev Suraski2001-05-061-1/+1
* Floating point keys didn't work in array() (fix bug #6662)Zeev Suraski2001-05-061-1/+1
* Hear hear, interactive mode is finally showing some progress:Zeev Suraski2001-05-062-1/+5
* Support interactive mode in thread-safe buildsZeev Suraski2001-05-063-7/+7
* Fix autoconversion of hexadecimal stringsZeev Suraski2001-05-061-1/+10
* Retain single spaces as spaces to condense HTMLZeev Suraski2001-05-061-0/+9
* - Support \r as newline in the ini scannerAndi Gutmans2001-05-021-3/+5
* - Handle MAC OS X \r line endingsAndi Gutmans2001-05-021-6/+7
* - Patch by Andrei to prevent crash in error situation when not allAndi Gutmans2001-05-021-2/+12
* - Bump up Zend versionAndi Gutmans2001-05-011-1/+1
* - Add mistakenly removen closing bracketAndi Gutmans2001-04-301-0/+1
* - Get rid of warningAndi Gutmans2001-04-301-24/+1
* - Try to solve crash on OS400. There is actually no reason I can see forAndi Gutmans2001-04-301-5/+6
* - Fix crash bug in interactive modeAndi Gutmans2001-04-301-0/+17
* - WhitespaceAndi Gutmans2001-04-291-1/+1
* - Improve overwrite detection in debug mode.Andi Gutmans2001-04-292-23/+24
* - Previous patch for too early freeing of resources seemed to have worked.Andi Gutmans2001-04-291-11/+1
* - Try and solve the too early resource destruction problem.Andi Gutmans2001-04-291-3/+3
* include limits.h if availableZeev Suraski2001-04-284-6/+4
* Fix bug 5661Zeev Suraski2001-04-281-0/+8
* - Move all cases into switch().Andi Gutmans2001-04-281-64/+78