summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Don't add num_additional_args in SEND opcodesNikita Popov2014-02-261-22/+12
* add T_POW (**) operatordatibbaw2014-02-061-0/+365
* Fix argument unpacking across stack pagesNikita Popov2014-01-181-2/+6
* Implement argument unpackingNikita Popov2014-01-111-77/+363
* Bump yearXinchen Hui2014-01-031-1/+1
* Use memcmp here is betterXinchen Hui2013-12-171-3/+3
* Fixed bug #65784 (Segfault with finally).Xinchen Hui2013-12-131-14/+35
* Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2013-11-301-125/+225
|\
| * Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-125/+225
* | Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-9/+5
|\ \
| * | Constant expressions refactoringDmitry Stogov2013-11-061-1/+0
| * | Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_sca...Dmitry Stogov2013-11-061-9/+6
| |\ \
| | * | converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-56/+33
| | * | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-36/+56
* | | | Don't check argument types for internal functions without type hintingDmitry Stogov2013-11-281-1/+1
* | | | Removed deprecated AI_SET_PTR()sDmitry Stogov2013-11-271-256/+196
* | | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-271-262/+138
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-271-335/+199
| |\ \
| | * | Fixed bug #65969 (Chain assignment with T_LIST failure)Dmitry Stogov2013-11-271-111/+135
* | | | Removed unnecessary GC checksDmitry Stogov2013-10-311-497/+497
| |_|/ |/| |
* | | Merge branch 'PHP-5.5'Dmitry Stogov2013-10-281-192/+156
|\ \ \ | |/ /
| * | Use zval* instead of zval**Dmitry Stogov2013-10-281-180/+156
* | | Merge branch 'PHP-5.5'Nikita Popov2013-10-041-60/+0
|\ \ \ | |/ /
| * | Fix bug #65821: By-ref foreach on property access of string offset segfaultsNikita Popov2013-10-041-60/+0
* | | Implement variadic function syntaxNikita Popov2013-09-261-0/+56
* | | Save a TSRMLS_FETCH() for zval_ptr_dtor in executorNikita Popov2013-09-141-1/+1
* | | Provide more macros for handling of interned stringsNikita Popov2013-09-131-257/+57
* | | Implement phase 1 of rfc/incompat_ctxGustavo André dos Santos Lopes2013-09-021-10/+10
* | | Always pass return_value_ptr to internal functionsNikita Popov2013-08-311-1/+1
* | | Merge branch 'PHP-5.5'Anatol Belski2013-08-231-0/+7
|\ \ \ | |/ /
| * | Suppress static analyzer warnings in specialized executorAnatol Belski2013-08-231-0/+7
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-08-141-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-141-1/+1
| |\ \ | | |/
| | * Fixed #65431 (Discarded qualifiers from pointer target warnings when using --...Xinchen Hui2013-08-141-1/+1
* | | Fixed bug #65382 (Segfault in closure_030.phpt)Dmitry Stogov2013-08-121-4/+4
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-08-061-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-061-0/+4
| |\ \ | | |/
| | * Re-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference fa...Xinchen Hui2013-08-061-0/+4
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-08-021-12/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-021-12/+20
| |\ \ | | |/
| | * Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference...Xinchen Hui2013-08-021-12/+20
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-4/+4
|\ \ \ | |/ /
| * | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-4/+4
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-07-141-64/+112
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-07-141-64/+112
| |\ \ | | |/
| | * Fixed bug #65254 (Exception not catchable when exception thrown in autoload w...Xinchen Hui2013-07-141-72/+128
| | * Fixed merge wronglyXinchen Hui2013-06-091-1/+1
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-06-091-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-091-0/+2
| |\ \ | | |/
| | * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-06-091-0/+2
| | |\