summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Significantly improve hash table performance by using djb's hash functionexperimental/pre_new_hash_funcAndi Gutmans2001-07-092-53/+42
* Trivial fix - but the period looks odd in error messagesRasmus Lerdorf2001-07-031-1/+1
* - Fix the memory limit fix.Andi Gutmans2001-06-301-1/+1
* - Remove bogus comment.Andi Gutmans2001-06-291-1/+0
* Fix memory_limit, kill warningZeev Suraski2001-06-291-0/+5
* Fix warningsZeev Suraski2001-06-281-3/+3
* Fix leak in the patch, and revert a couple of lines I didn't mean to commitZeev Suraski2001-06-271-6/+4
* - Warn about illegal offsetsZeev Suraski2001-06-271-7/+28
* Fixed autoconversion of negative values to double (Fix bug #11685)Zeev Suraski2001-06-261-3/+3
* - Fix crash bug (fix by Jani).Andi Gutmans2001-06-261-1/+5
* - Bump Zend versionAndi Gutmans2001-06-241-1/+1
* - Hopefully fix bug #11476 and improve garbage to be freed very quickly.Andi Gutmans2001-06-213-13/+16
* - Use inline instead of macro for PZVAL_LOCK()/PZVAL_UNLOCK() so that itAndi Gutmans2001-06-211-15/+25
* - Nuke dependency of all of PHP on zend_execute_locks.h.Andi Gutmans2001-06-213-53/+53
* Eliminate the leak that the original bogus code tried to solveZeev Suraski2001-06-211-0/+1
* parent::methodname() now works better with runtime classes (fix bug #11589)Zeev Suraski2001-06-213-10/+12
* Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)Zeev Suraski2001-06-211-1/+0
* - Fix string offsets crash.Andi Gutmans2001-06-201-1/+1
* - Fix memory fragmention problem which could lead to web server processesAndi Gutmans2001-06-191-7/+15
* Add missing exportsZeev Suraski2001-06-192-2/+2
* Fix warningZeev Suraski2001-06-191-1/+1
* Avoid crashing if the error reporting function is called after a bailout duri...Zeev Suraski2001-06-131-0/+1
* Improve XHTML compliance (suggested by Anil Madhavapeddy)Zeev Suraski2001-06-121-1/+1
* Add missing checkZeev Suraski2001-05-302-1/+2
* - Change if() to while() to make sure we skip enough opcodesAndi Gutmans2001-05-251-1/+1
* - Fix memory leakAndi Gutmans2001-05-251-1/+1
* 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