summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Sara Golemon2013-05-191-1/+1
|\
| * Don't double-quote name of namespaced function.Sara Golemon2013-05-191-1/+1
* | Fixed bug #64720 (SegFault on zend_deactivate)Dmitry Stogov2013-05-213-1/+58
* | fix bug #64660 - yyparse can return 2, not only 1Stanislav Malyshev2013-05-203-5/+16
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-124-1/+70
|\ \ | |/
| * Fixed bug #64821 Custom Exceptions crash when internal properties overriddenAnatol Belski2013-05-124-1/+70
* | Fix bug #64729: compilation failure on x32Gustavo Lopes2013-04-302-6/+16
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-04-232-3/+9
|\ \ | |/
| * Fixed incorrect check. SEND_REF may be executed before DO_FCALL when EX(funct...Dmitry Stogov2013-04-232-3/+9
* | Fixed bug (Wrong ce cached)Xinchen Hui2013-04-112-2/+2
* | Update test script to make sure the error occurredXinchen Hui2013-04-041-1/+2
* | Use 5.4 specifical warnnig & Update NEWsXinchen Hui2013-04-041-9/+7
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-041-0/+15
|\ \ | |/
| * Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: se...Xinchen Hui2013-04-042-3/+19
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-041-3/+4
|\ \
| * | Fixed Bug #64578Xinchen Hui2013-04-041-3/+4
| |/
* | Fix #64572: Clean up after the testptarjan2013-04-031-0/+1
* | Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-286-11/+12
* | Update test scriptXinchen Hui2013-03-261-0/+2
* | Fixed bug #64515 (Memoryleak when using the same variablename 2times in funct...Xinchen Hui2013-03-263-2/+12
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-03-252-26/+30
|\ \ | |/
| * Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions...Dmitry Stogov2013-03-252-24/+30
* | Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)Xinchen Hui2013-03-217-13/+214
* | fix C90 compatAnatol Belski2013-03-191-1/+2
* | Fixed bug #63976 (Parent class incorrectly using child constant in class prop...Dmitry Stogov2013-03-192-2/+56
* | Partial fix for bug #64239Dmitry Stogov2013-03-192-13/+46
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-03-192-1/+27
|\ \ | |/
| * Fixed bug #62343 (Show class_alias In get_declared_classes())Dmitry Stogov2013-03-192-1/+27
* | Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)Dmitry Stogov2013-03-192-1/+40
* | Disable zend_always_inline in debug buildXinchen Hui2013-03-111-1/+5
* | Fixed confused exception message while user threw exceptionXinchen Hui2013-03-092-1/+25
* | Fixed bug #64235 (Insteadof not work for class method in 5.4.11)Xinchen Hui2013-02-216-4/+77
* | Fixed bug #64070 (Inheritance with Traits failed with error)Dmitry Stogov2013-02-182-6/+40
* | Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang)Ard Biesheuvel2013-02-131-1/+1
* | Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-111-1/+2
* | revertRemi Collet2013-02-051-1/+1
* | Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-041-1/+1
* | Fix build problem in C++11Jelle Zijlstra2013-01-301-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-01-291-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Johannes Schlüter2013-01-294-70/+99
| |\
| * | Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)Johannes Schlüter2013-01-291-2/+2
* | | Merge branch 'bug64023' into PHP-5.4Gustavo Lopes2013-01-222-75/+15
|\ \ \ | | |/ | |/|
| * | Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-222-70/+15
* | | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-01-182-0/+84
|\ \ \ | |/ /
| * | fix bug #63462 (Magic methods called twice for unset protected properties)Stanislav Malyshev2013-01-182-0/+84
| |/
* | fix bug #63982: isset() inconsistently produces a fatal error on protected pr...Stanislav Malyshev2013-01-132-1/+16
* | different OSes have different messages, and that's not what the test is about...Stanislav Malyshev2013-01-132-3/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-092-3/+4
|\ \ | |/
| * Fixed compilator bug that might cause jump depended on unitialized valueDmitry Stogov2013-01-092-3/+4
* | Fixed bug #63882 (zend_std_compare_objects crash on recursion)Dmitry Stogov2013-01-094-0/+43