summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #36268 (Object destructors called even after fatal errors)Dmitry Stogov2006-02-031-0/+14
* Fix possibility of a wrong element being deleted by zend_hash_del()Zeev Suraski2006-02-011-2/+4
* - MFHMarcus Boerger2006-01-251-0/+16
* - MFH Fix issues with static method invocationMarcus Boerger2006-01-221-8/+14
* Fixed bug #36071 (Engine Crash related with 'clone')Dmitry Stogov2006-01-192-0/+23
* MFH: make sure ce_child is properly initializedAntony Dovgal2006-01-181-1/+1
* Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line values).Ilia Alshanetsky2006-01-171-0/+10
* Fixed bug #36037 (heredoc adds extra line number)Dmitry Stogov2006-01-172-1/+15
* Fixed bug #36006 (Problem with $this in __destruct())Dmitry Stogov2006-01-162-0/+32
* - Fix testMarcus Boerger2006-01-141-8/+0
* - Fixed bug #36011Marcus Boerger2006-01-141-13/+12
* fix typo in the code and related testsAntony Dovgal2006-01-063-7/+7
* - More -> 2006 changesAndi Gutmans2006-01-051-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-0491-93/+93
* MFH: oopsfoobar2006-01-012-2/+2
* fix typofoobar2006-01-012-2/+2
* typofixAntony Dovgal2005-12-261-1/+1
* Reverted invalid fix for bug #35785Dmitry Stogov2005-12-261-1/+1
* - MFH Fixed Bug #35785 (SimpleXML memory read error)Marcus Boerger2005-12-231-1/+1
* Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail do...Dmitry Stogov2005-12-221-1/+3
* Fixed memory leakDmitry Stogov2005-12-221-0/+1
* - MFH move zend_object_Value definition to zend_types.hMarcus Boerger2005-12-203-10/+11
* - MFH add Z_OBJVAL*() macrosMarcus Boerger2005-12-201-0/+3
* fix test descriptionAntony Dovgal2005-12-201-1/+1
* fix leak appearing when __autoload() throws an exceptionAntony Dovgal2005-12-201-1/+3
* - MFH Fix Bug #35720 A final constructor can be overwrittenMarcus Boerger2005-12-171-0/+6
* - Fix testfoobar2005-12-171-2/+2
* fix compile warning with Apache2 and Zend VM disabledAntony Dovgal2005-12-161-0/+1
* - Add/fix testsMarcus Boerger2005-12-162-6/+105
* - Simplify and synch is_callable_ex() with actual execution codeMarcus Boerger2005-12-163-66/+134
* MFH: use default colors to prevent any problems with existing php.iniAntony Dovgal2005-12-131-0/+7
* Fixed bug #35655 (whitespace following end of heredoc is lost).Ilia Alshanetsky2005-12-133-25/+31
* - Enforce termination to prevent possible SEGVsMarcus Boerger2005-12-121-1/+1
* MFH:- Include timestamp for the leaks. (to make possible matching leaks with ...foobar2005-12-121-0/+1
* Fixed bug #35612 (iis6 Access Violation crash)Dmitry Stogov2005-12-091-1/+6
* Improve fix for bug #35382Ilia Alshanetsky2005-12-081-10/+16
* more typos fixed (thanks to Mike Naberezny for noticing these)Antony Dovgal2005-12-051-2/+2
* improve error messagesAntony Dovgal2005-12-051-2/+2
* Fixed bug #35509 (string constant as array key has different behavior inside ...Dmitry Stogov2005-12-053-10/+39
* MFH: fix #35539 (typo in error message for ErrorException)Antony Dovgal2005-12-041-2/+2
* MFHfoobar2005-12-031-1/+1
* - MFH Be picky about namesMarcus Boerger2005-12-021-2/+2
* Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4)Dmitry Stogov2005-12-013-0/+35
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-018-19/+65
* - Reflection was moved into its own extensionMarcus Boerger2005-11-302-4100/+0
* - MFH Move reflection to its own extensionMarcus Boerger2005-11-305-20/+1
* Fixed bug #35373 (HP-UX "alias not allowed in this configuration")Dmitry Stogov2005-11-302-2/+2
* Fixed bug #35470 (Assigning global using variable name from array doesn't fun...Dmitry Stogov2005-11-303-2/+38
* Fixed bug #35393 (changing static protected members from outside the class, o...Dmitry Stogov2005-11-283-4/+37
* Fixed bug #35411 (Regression with \{$ handling).Ilia Alshanetsky2005-11-275-10/+37