summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | - Allow assignments to uninitialized string offsets (automatically pads the string with spaces)
* 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
| | | | | Tree tagged as PRE_GRANULAR_GARBAGE_FIX before commiting.
* - Use inline instead of macro for PZVAL_LOCK()/PZVAL_UNLOCK() so that itAndi Gutmans2001-06-211-15/+25
| | | | | can be debugged.
* - 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
| | | | | growing much more than they should. (bug #11344?)
* 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 ↵Zeev Suraski2001-06-131-0/+1
| | | | during shutdown
* 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
| | | | | ZEND_GET_RESOURCE_ID(...)
* @ - Add new ZEND_GET_LE macro for retrieving destructorJames Moore2001-05-202-0/+25
| | | | | @ id's from remote extensions. (Jmoore, Zend Engine)
* - 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
| | | | | pData.
* - Remove check for ht == NULL in copy_ctor.Andi Gutmans2001-05-121-4/+1
| | | | | | If ht is NULL at this point then we are better off crashing and fixing the bug that caused it.
* 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
| | | | | | | | | except the key. Prior to this change, a separate chunk of memory was allocated in that case to store exactly zero bytes (plus memory manager overhead). We treat that case similar to the pointer case, but don't copy any data at all (because the pointer is usually the NULL pointer).
* Fix a memory leak which occured upon registering an already existingSascha Schumann2001-05-111-0/+1
| | | | | constant.
* 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
| | | | | | area before it reaches the loop. - Some whitespace stuff
* 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
|