summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow zend_parse_parameters to handle non-well formed integers, but raiseIlia Alshanetsky2005-11-172-12/+17
* {} to [] test fixesIlia Alshanetsky2005-11-164-7/+7
* By popular demand the {} message is now an E_STRICT.Ilia Alshanetsky2005-11-161-1/+1
* Added depreciation notice for {} string offset access.Ilia Alshanetsky2005-11-161-0/+1
* Fixed bug #35239 (Objects can lose references)Dmitry Stogov2005-11-163-6/+44
* Allow "null" default value for arguments with array type hintDmitry Stogov2005-11-151-1/+7
* - Allow "= null" default for parameters with a class type-hint.Derick Rethans2005-11-151-1/+9
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-154-45/+81
* Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)Dmitry Stogov2005-11-154-6/+14
* Fixed call to __destruct() for objects of classes delivered from internal one...Dmitry Stogov2005-11-151-1/+1
* Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is...Dmitry Stogov2005-11-071-1/+1
* - Fix static check in zend_is_callable_ex()Marcus Boerger2005-11-031-41/+18
* - Add missing cases and checksMarcus Boerger2005-11-021-16/+44
* MFH: Allow bison 2.1.Sebastian Bergmann2005-11-011-1/+1
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-314-157/+118
* Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64...Dmitry Stogov2005-10-283-24/+35
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-284-6/+27
* Fixed SIGSEGVDmitry Stogov2005-10-274-45/+66
* Fixed memory leak on errorIlia Alshanetsky2005-10-271-0/+4
* - MFH zend_is_callable_ex() returns zend_class_entry* if availableMarcus Boerger2005-10-253-8/+18
* Fixed bug #31341 (escape on curly inconsistent)Dmitry Stogov2005-10-212-3/+36