summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed ZEND_MM_MEM_TYPE=mmap_zeroDmitry Stogov2013-12-261-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-12-231-4/+0
|\
| * removed outdated IsDebuggerPresent declarationAnatol Belski2013-12-231-4/+0
* | opcodeskrakjoe2013-12-221-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5krakjoe2013-12-225-10/+20
|\ \ | |/
| * stop warnings from unused opcode mapkrakjoe2013-12-223-7/+17
* | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-225-1/+12
|\ \ | |/
| * Included new .c file in build tooBob Weinand2013-12-225-1/+12
* | Fixed little typo in zend_vm_gen.phpBob Weinand2013-12-211-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-213-170/+201
|\ \ | |/
| * Moved to new file, killing a lot of warningsBob Weinand2013-12-213-165/+196
* | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-212-2/+2
|\ \ | |/
| * Fixed build...Bob Weinand2013-12-212-2/+2
| * Added an opcode to opcode name mapBob Weinand2013-12-212-0/+177
* | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-212-0/+182
* | Fix tests expecting specific resource IDsEric Stenson2013-12-151-1/+1
* | Use zend_error_noreturn hereXinchen Hui2013-12-131-1/+1
* | Add Tests for #65784 in 5.5Xinchen Hui2013-12-131-0/+62
* | Disallowed JMP into a finally block.Xinchen Hui2013-12-131-5/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Ard Biesheuvel2013-12-111-2/+7
|\ \ | |/
| * Zend: fix overflow handling bug in non-x86 fast_add_function()Ard Biesheuvel2013-12-111-2/+7
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-12-102-19/+53
|\ \ | |/
| * Fixed Bug #66218 zend_register_functions breaks reflectionRemi Collet2013-12-102-19/+53
* | Revered func_get_args() changes, because they were not completly transparent ...Dmitry Stogov2013-12-101-10/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-12-081-2/+1
|\ \ | |/
| * Replace invalid code with a proper #errorLior Kaplan2013-12-081-2/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-12-021-3/+9
|\ \ | |/
| * Fixed ability to build non-specialized GOTO VMDmitry Stogov2013-12-021-3/+10
* | Fix bug #65764Nikita Popov2013-12-013-0/+6
* | Cleanup generator closing code a bitNikita Popov2013-11-301-68/+73
* | Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-306-134/+264
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-291-0/+8
|\ \ | |/
| * Added validation of class names in the autoload processDmitry Stogov2013-11-291-0/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-274-363/+229
|\ \ | |/
| * Fixed bug #65969 (Chain assignment with T_LIST failure)Dmitry Stogov2013-11-274-128/+163
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-11-201-0/+2
|\ \ | |/
| * permanently deactivate that place, not on runtime onlyAnatol Belski2013-11-201-0/+2
* | Use zval* instead of zval**Dmitry Stogov2013-10-282-195/+169
* | Improved performance of func_get_args() by eliminating useless copyingDmitry Stogov2013-10-281-5/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-10-191-1/+1
|\ \ | |/
| * use $YACC instead of 'bison' as suggested by YasuoMichael Wallner2013-10-191-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2013-10-162-0/+21
|\ \ | |/
| * Fixed bug #65911 ($this not usable as static property)bwoebi2013-10-162-0/+21
* | Fix bug #65821: By-ref foreach on property access of string offset segfaultsNikita Popov2013-10-043-96/+2
* | Fix bug #64979: Wrong behavior of static variables in closure generatorsNikita Popov2013-09-292-11/+35
* | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2013-09-293-1/+43
|\ \ | |/
| * Fix bug #65322: compile time errors won't trigger auto loadingNikita Popov2013-09-293-1/+43
* | Make message and format arguments const char * to avoidRemi Collet2013-09-232-8/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-09-021-1/+1
|\ \ | |/
| * Typo....Xinchen Hui2013-09-021-1/+1