summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-217-13/+214
|\
| * Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)Xinchen Hui2013-03-217-13/+214
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-191-1/+2
|\ \ | |/
| * fix C90 compatAnatol Belski2013-03-191-1/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-2/+56
|\ \ | |/
| * Fixed bug #63976 (Parent class incorrectly using child constant in class prop...Dmitry Stogov2013-03-192-2/+56
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-13/+46
|\ \ | |/
| * Partial fix for bug #64239Dmitry Stogov2013-03-192-13/+46
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-1/+27
|\ \ | |/
| * 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
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-1/+40
|\ \ \ | |/ /
| * | Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)Dmitry Stogov2013-03-192-1/+40
* | | Made test compatible with O+Dmitry Stogov2013-03-162-0/+5
* | | Fix wrong macro usage and add missing NEWS entryNikita Popov2013-03-151-1/+1
* | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2013-03-1413-137/+192
|\ \ \
| * | | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-1213-136/+187
| * | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-111-1/+5
| |\ \ \ | | |/ /
| | * | Disable zend_always_inline in debug buildXinchen Hui2013-03-111-1/+5
* | | | Removed redundand codeDmitry Stogov2013-03-132-100/+30
|/ / /
* | | Fix tests after laruence unserialize changeNikita Popov2013-03-091-2/+0
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-092-1/+25
|\ \ \ | |/ /
| * | Fixed confused exception message while user threw exceptionXinchen Hui2013-03-092-1/+25
* | | Fixed bug #61025 (__invoke() visibility not honored)Xinchen Hui2013-03-085-3/+36
* | | Fix rounding of zend_dval_to_lvalGustavo Lopes2013-02-232-1/+8
* | | Fix zend_dval_to_lval outside 64bit integers rangeGustavo Lopes2013-02-234-6/+80
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-02-216-4/+77
|\ \ \ | |/ /
| * | Fixed bug #64235 (Insteadof not work for class method in 5.4.11)Xinchen Hui2013-02-216-4/+77
* | | Merge branch 'bug49348' into PHP-5.5Stanislav Malyshev2013-02-219-60/+78
|\ \ \
| * | | fix testsStanislav Malyshev2013-02-183-3/+19
| * | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-186-57/+59
* | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-02-182-6/+40
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fixed bug #64070 (Inheritance with Traits failed with error)Dmitry Stogov2013-02-182-6/+40
* | | Exceptions triggered by undefined variable should be handled before FATAL errorXinchen Hui2013-02-164-5/+222
* | | Merge branch 'PHP-5.4' into PHP-5.5Ard Biesheuvel2013-02-131-1/+1
|\ \ \ | |/ /
| * | Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang)Ard Biesheuvel2013-02-131-1/+1
* | | Low-level ARM optimizationsArd Biesheuvel2013-02-112-10/+80
* | | Improve x86 inline assemblerArd Biesheuvel2013-02-112-37/+65
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-111-1/+2
|\ \ \ | |/ /
| * | Fixed bug #64142 (dval to lval different behavior on ppc64)Remi Collet2013-02-111-1/+2
* | | Forgot test scriptXinchen Hui2013-02-071-0/+17
* | | Fixed bug #64135 (Exceptions from set_error_handler are not always propagated)Xinchen Hui2013-02-073-7/+73
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-051-1/+1
|\ \ \ | |/ /
| * | revertRemi Collet2013-02-051-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-041-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
* | | Fix bug #63830: Segfault on undefined function call in nested generatorNikita Popov2013-02-012-4/+40
* | | Fix segfault when cloning generator with propertiesNikita Popov2013-02-012-7/+37
* | | Fix potential segfault when finally in a generator is run during shutdownNikita Popov2013-01-302-36/+63