summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update test script to make sure the error occurredXinchen Hui2013-04-041-1/+2
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-042-3/+17
|\ \ \ | |/ /
| * | 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 bug #64555: foreach no longer copies keys if they are internedNikita Popov2013-04-032-1/+43
* | | Fix test due to opcacheXinchen Hui2013-04-031-0/+2
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-031-0/+1
|\ \ \ | |/ /
| * | Fix #64572: Clean up after the testptarjan2013-04-031-0/+1
* | | Remove support for cloning generatorsNikita Popov2013-03-2910-346/+9
* | | Removed deprecated checkDmitry Stogov2013-03-291-7/+4
* | | Added XOR support for expressions in INI parser: NEWS and zend_language_scann...Lars Strojny2013-03-271-332/+379
* | | Added XOR support for expressions in INI parserDejan Marjanovic2013-03-272-5/+9
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-285-9/+10
|\ \ \ | |/ /
| * | 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
* | | Fixed bug #64515 (Memoryleak when using the same variablename 2times in funct...Xinchen Hui2013-03-263-2/+14
* | | Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendpa...Xinchen Hui2013-03-251-5/+7
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-252-30/+34
|\ \ \ | |/ /
| * | 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
* | | 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