summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix argument unpacking across stack pagesNikita Popov2014-01-184-4/+63
* Fixed build (making zend_is_by_ref_func_arg_fetch function static)Bob Weinand2014-01-121-1/+1
* Implement argument unpackingNikita Popov2014-01-1118-104/+1198
* Minor cleanup in zend_do_pass_param()Nikita Popov2014-01-111-10/+7
* Fixed bug #66009 Failed compilation of PHP extension with C++ std library usi...Anatol Belski2014-01-041-2/+7
* Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-01-042-4/+26
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2014-01-042-4/+26
| |\
| | * Fix bug #66286: Incorrect object comparison with inheritanceNikita Popov2014-01-042-4/+26
| | * Bump yearXinchen Hui2014-01-0397-99/+99
| * | Bump yearXinchen Hui2014-01-0399-101/+101
* | | Bump yearXinchen Hui2014-01-03103-105/+105
* | | Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-266-4/+13
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-261-1/+1
|\ \ \ | |/ /
| * | Fixed ZEND_MM_MEM_TYPE=mmap_zeroDmitry Stogov2013-12-261-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-12-231-4/+0
|\ \ \ | |/ /
| * | 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
* | | opcodeskrakjoe2013-12-221-1/+1
* | | Merge branch 'PHP-5.6' of https://github.com/php/php-src into PHP-5.6krakjoe2013-12-221-1/+2
|\ \ \
| * \ \ Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2013-12-225-1/+12
| |\ \ \
| * \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2013-12-213-171/+202
| |\ \ \ \
* | \ \ \ \ Merge branch 'PHP-5.5' into PHP-5.6krakjoe2013-12-228-178/+229
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | 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.5' into PHP-5.6Bob Weinand2013-12-212-2/+2
|\ \ \ | |/ /
| * | 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.5' into PHP-5.6Bob Weinand2013-12-212-0/+183
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2013-12-212-0/+182
* | | Use memcmp here is betterXinchen Hui2013-12-172-4/+4
* | | Save one char compareXinchen Hui2013-12-172-20/+20
* | | Merge branch 'PHP-5.6' of https://git.php.net/push/php-src into PHP-5.6Xinchen Hui2013-12-15115-9570/+13786
|\ \ \ | |/ / |/| |
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2013-12-131-1/+1
| |\ \
| * | | Fixed bug #65784 (Segfault with finally).Xinchen Hui2013-12-1310-38/+204
| * | | Added one more test for constant scalar expressionsBob Weinand2013-12-111-0/+43
| * | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2013-12-102-19/+53
| |\ \ \
| * \ \ \ Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Dmitry Stogov2013-12-101-2/+7
| |\ \ \ \
| | * | | | Zend: fix overflow handling bug in non-x86 fast_add_function()Ard Biesheuvel2013-12-101-2/+7
| * | | | | Fixed memory leaks introdused by:Dmitry Stogov2013-12-101-2/+2
| |/ / / /
| * | | | Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: refe...Dmitry Stogov2013-12-105-53/+67
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2013-12-081-2/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'use-function' of git://github.com/igorw/php-src into igorw-use-...Ferenc Kovacs2013-12-0638-26/+791
| |\ \ \ \ \
| | * | | | | use ZVAL_ZVAL to init ZVAL from ZVALIgor Wiedler2013-11-091-6/+4