summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #63173: Crash when invoking invalid array callbackNikita Popov2012-09-273-0/+32
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-212-1/+44
|\
| * Fixed bug #63111 (is_callable() lies for abstract static method)Dmitry Stogov2012-09-212-1/+44
| * Fixed bug #61442 (exception threw in __autoload can not be catched)Xinchen Hui2012-09-193-0/+75
* | Support building PHP with the native client toolchain.Stuart Langley2012-09-171-3/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-151-1/+3
|\ \ | |/
| * Fixed bug #63093 (Segfault while load extension failed in zts-build).Xinchen Hui2012-09-151-1/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-066-0/+108
|\ \ | |/
| * - Fixed bug #61767 (Shutdown functions not called in certain error situation)Dmitry Stogov2012-09-066-0/+108
* | - fix build, there was no tsrm context there, doing a fetch but this is horri...Pierre Joye2012-09-051-0/+1
* | Fixed bug #62907 (Double free when use traits)Dmitry Stogov2012-09-054-6/+19
* | folderXinchen Hui2012-09-021-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-311-0/+3
|\ \ | |/
| * Fixed bug #62976 (Notice: could not be converted to int when comparing some b...Xinchen Hui2012-08-311-0/+3
* | Bug #62956: fixing private method signature validationLars Strojny2012-08-283-1/+27
* | Add test for #62907Xinchen Hui2012-08-261-0/+24
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-252-1/+8
|\ \ | |/
| * Fixed bug (segfault while build with zts and GOTO vm-kind)Xinchen Hui2012-08-252-1/+8
* | tabsXinchen Hui2012-08-231-14/+14
* | Refix #62358, previous has side-affectXinchen Hui2012-08-231-2/+3
* | Fixed bug #62358 (Segfault when using traits a lot)Xinchen Hui2012-08-232-1/+35
* | - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing tra...Felipe Pena2012-08-221-0/+21
* | Fixed bug #62313 Zend\tests\errmsg_021.phpt failsAnatoliy Belsky2012-08-221-0/+6
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-2/+0
|\ \ | |/
| * - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-121-0/+23
|\ \ | |/
| * Fixed bug #62763 (register_shutdown_function and extending class)Xinchen Hui2012-08-121-0/+23
| * This becomes useless, since we have set that in the INIT macroXinchen Hui2012-08-041-1/+0
* | Fixed bug #62328 (implementing __toString and a cast to string fails)Xinchen Hui2012-08-121-6/+3
* | Added Bison 2.5.1 to bison_version_listRyusuke SEKIYAMA2012-08-051-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-042-7/+10
|\ \ | |/
| * Fixed bug #62744 (dangling pointers made by zend_disable_class)Xinchen Hui2012-08-042-7/+11
* | make default_exception_ce and error_exception_ce staticNuno Lopes2012-08-021-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-021-1/+1
|\ \ | |/
| * Fixed bug #62716 (munmap() is called with the incorrect length)Xinchen Hui2012-08-021-1/+1
* | expect pass for 5.4Xinchen Hui2012-07-311-2/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-311-0/+13
|\ \ | |/
| * Test for bug #62680Xinchen Hui2012-07-311-0/+13
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-291-0/+6
|\ \ | |/
| * Skip test while zend_mm is disabledXinchen Hui2012-07-291-0/+6
| * Fixed bug #60194 for eavlXinchen Hui2012-07-283-4/+4
| * Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with ...Xinchen Hui2012-07-283-4/+4
| * appease MSVC (doesnt like unary minus of unsigned ints)Nuno Lopes2012-07-081-1/+1
| * fix (signed) integer overflow (part of bug #52550Nuno Lopes2012-07-021-1/+1
* | Fix bug #62651: source level BC breakGustavo André dos Santos Lopes2012-07-261-0/+2
* | Fix test, committed in wrong folderXinchen Hui2012-07-261-1/+1
* | Fixed bug #62653: (unset($array[$float]) causes a crash)Xinchen Hui2012-07-263-13/+59
* | Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_pr...Xinchen Hui2012-07-261-0/+12
* | appease MSVC (doesnt like unary minus of unsigned ints)Nuno Lopes2012-07-081-1/+1
* | fix (signed) integer overflow (part of bug #52550Nuno Lopes2012-07-021-1/+1