summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* MFB: revert define() fix for nowIlia Alshanetsky2008-10-221-36/+1
* MFB: Fixed bug #46341 (Added missing validation checks into define() forIlia Alshanetsky2008-10-191-30/+53
* Fixed bug #46308 (Invalid write when changing property from inside getter)Dmitry Stogov2008-10-172-0/+41
* Fixed bug #46246 (difference between call_user_func(array($this, $method)) an...Dmitry Stogov2008-10-102-1/+43
* backport convenience macroAntony Dovgal2008-10-101-0/+1
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in...Dmitry Stogov2008-09-154-10/+17
* Fixed destruction of dl() loaded extensionsDmitry Stogov2008-08-221-1/+0
* MFH: fix zend_register_functions() not displaying duplicate functions (report...Antony Dovgal2008-08-221-1/+5
* - New testsFelipe Pena2008-08-223-0/+176
* MFH:Felipe Pena2008-08-229-11/+384
* Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address...Dmitry Stogov2008-08-211-0/+1
* - New testFelipe Pena2008-08-181-0/+74
* MFHJani Taskinen2008-08-141-1/+3
* - New testFelipe Pena2008-08-141-0/+28
* Fixed bug #45805 (Crach on throwing exception from error handler)Dmitry Stogov2008-08-133-0/+66
* - Fixed test (LF)Felipe Pena2008-08-101-0/+2
* fix memnstr bug, by Laurent GaffieStanislav Malyshev2008-08-051-0/+3
* Fix for bug #43487 (Wrong conversion of float to string)Dmitry Stogov2008-07-271-7/+7
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-246-1/+64
* Added check for small ZEMD_MM_SEG_SIZEDmitry Stogov2008-07-211-0/+3
* - 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