summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - 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
* No longer devIlia Alshanetsky2005-11-261-1/+1
* - MFH Fix bug #35406 eval hangs when evall'ed code ends with comment w/o newlineMarcus Boerger2005-11-261-0/+1
* TypoRasmus Lerdorf2005-11-261-2/+2
* MFH: ICC doesn't support __attribute__ for pointersAntony Dovgal2005-11-251-1/+1
* - MFH Reflection class consts (not removing globals consts in 5.1*) (by Johan...Marcus Boerger2005-11-241-0/+20
* Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)Dmitry Stogov2005-11-242-1/+9
* MFH: Add an additional field $frame['object'] to the result array of debug_ba...Sebastian Bergmann2005-11-243-4/+9
* change zend_read_property() to allocate property zval tooAntony Dovgal2005-11-231-4/+5
* fix #35336 (crash on PDO::FETCH_CLASS + __set())Antony Dovgal2005-11-231-31/+54
* Bug #33732 (Wrong behavior of constants in class and interface extending)Dmitry Stogov2005-11-232-3/+52
* Removed {} E_STRICT pending furher discussion, may be introduced later on.Ilia Alshanetsky2005-11-221-0/+2
* - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)Marcus Boerger2005-11-211-0/+7
* MFH: make GCC happy and suppress the warningAntony Dovgal2005-11-171-0/+1