summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - MF5.3: Improved warning message to call-time pass-by-reference when used wi...Felipe Pena2008-06-151-8/+13
* MFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN...Matt Wilmas2008-05-291-0/+5
* Fixed tests on WindowsMatt Wilmas2008-05-291-1/+1
* fix test titlesAntony Dovgal2008-05-143-3/+3
* - Fixed testFelipe Pena2008-05-121-1/+7
* MFH: Fixed error message typoMatt Wilmas2008-05-111-1/+1
* MFH: Restore end check for "escape" stringsMatt Wilmas2008-05-101-0/+4
* - New testsFelipe Pena2008-05-093-0/+76
* MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor...Matt Wilmas2008-05-091-0/+14
* MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issu...Matt Wilmas2008-05-091-6/+2
* Fix heredoc handling. (Patch by Matt Wilmas)Scott MacVicar2008-04-091-2/+8
* - MFH add new testsMarcus Boerger2008-04-062-0/+21
* - MFH Add testsMarcus Boerger2008-03-231-0/+23
* - Make multibyte a tad bit less crappyMarcus Boerger2008-03-221-19/+8
* Fixed bug #43677 (Inconsistent behaviour of include_path set withIlia Alshanetsky2008-03-131-3/+11
* Fixed compilation warningsFelipe Pena2008-03-101-4/+4
* MFH: fix segfault when trying to clone uncloneable objectAntony Dovgal2008-03-062-0/+26
* Fixed wrong result of cascading assignment to string offsetDmitry Stogov2008-03-041-14/+17
* Fixed shared memory corruption of opcode cachesDmitry Stogov2008-03-043-6/+23
* Fixed bug #43483 (get_class_methods() does not list all visible methods)Dmitry Stogov2008-02-212-1/+25
* Fixed bug #44141 (private parent constructor callable through static function)Dmitry Stogov2008-02-212-1/+26
* Fixed bug #44184 (Double free of loop-variable on exception)Dmitry Stogov2008-02-204-11/+40
* Reverted wrong commit (debug code)Dmitry Stogov2008-02-191-7/+0
* Fixed memory leaksDmitry Stogov2008-02-192-0/+9
* Fixed memory leakDmitry Stogov2008-02-191-0/+1
* MFH: Fugbix typo.Sebastian Bergmann2008-02-191-1/+1
* Removed redundant refcount manipulationsDmitry Stogov2008-02-181-10/+0
* MFH: Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2008-02-157-23/+56
* Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)Dmitry Stogov2008-02-142-1/+28
* MFH: fix type and bug #43646Antony Dovgal2008-01-292-2/+2
* Fixed error messageDmitry Stogov2008-01-242-8/+2
* Fixed bug #43703 (Signature compatibility check broken)Dmitry Stogov2008-01-092-1/+24
* Leftover: Bump copyright year.Sebastian Bergmann2007-12-311-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3184-85/+85
* Fixed bug #38469 (Unexpected creation of cycle).Dmitry Stogov2007-12-283-10/+63
* - MFH: Fix #43450 (Memory leak on some functions with implicit objectJohannes Schlüter2007-12-212-0/+49
* x86_64 assembler optimization (Brain Shire)Dmitry Stogov2007-12-201-5/+35
* New test - Indexing - various special casesRobert Nicholson2007-12-201-0/+212
* Fixed testsDmitry Stogov2007-11-192-2/+2
* - MFH: Initialize the reserved resource bits so that they can be reliably used.Derick Rethans2007-11-181-0/+2
* MFH(r-1.192) Remove extraneous space in error/notice messages (felipe)Sara Golemon2007-11-171-2/+2
* MFH: fix error message (reported by Felipe Nascimento)Antony Dovgal2007-11-122-2/+2
* Fixed bug #42937 (__call() method not invoked when methods are called on pare...Dmitry Stogov2007-11-122-4/+64
* Fixed bug #43201 (Crash on using unitialized vals and __get/__set)Dmitry Stogov2007-11-093-0/+430
* Fixed bug #43175 (__destruct() throwing an exception with __call() causes seg...Dmitry Stogov2007-11-093-4/+28
* Added ability to control memory consumption between request using ZEND_MM_COM...Dmitry Stogov2007-10-251-2/+16
* MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatalIlia Alshanetsky2007-10-045-12/+19
* Fixed bug #42818 ($foo = clone(array()); leaks memory)Dmitry Stogov2007-10-033-2/+11
* Fixed bug #42772 (Storing $this in a static var fails while handling a cast t...Dmitry Stogov2007-10-033-25/+88
* MFB: Fixed typo in previous patchIlia Alshanetsky2007-10-011-1/+1