summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Don't add num_additional_args in SEND opcodesNikita Popov2014-02-261-11/+6
* add T_POW (**) operatordatibbaw2014-02-061-0/+20
* Fix argument unpacking across stack pagesNikita Popov2014-01-181-2/+6
* Implement argument unpackingNikita Popov2014-01-111-25/+204
* Bump yearXinchen Hui2014-01-031-1/+1
* Use memcmp here is betterXinchen Hui2013-12-171-1/+1
* Fixed bug #65784 (Segfault with finally).Xinchen Hui2013-12-131-14/+35
* Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2013-11-301-5/+9
|\
| * Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-5/+9
* | Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-5/+3
|\ \
| * | Constant expressions refactoringDmitry Stogov2013-11-061-1/+0
| * | converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-39/+24
| * | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-25/+39
* | | 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-31/+27
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-271-21/+14
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-271-26/+19
| |\
| | * Fixed bug #65969 (Chain assignment with T_LIST failure)Dmitry Stogov2013-11-271-15/+17
* | | Merge branch 'PHP-5.5'Dmitry Stogov2013-10-281-17/+14
|\ \ \ | |/ /
| * | Use zval* instead of zval**Dmitry Stogov2013-10-281-15/+13
* | | Merge branch 'PHP-5.5'Nikita Popov2013-10-041-5/+0
|\ \ \ | |/ /
| * | Fix bug #65821: By-ref foreach on property access of string offset segfaultsNikita Popov2013-10-041-5/+0
* | | Implement variadic function syntaxNikita Popov2013-09-261-0/+31
* | | 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-19/+5
* | | Implement phase 1 of rfc/incompat_ctxGustavo André dos Santos Lopes2013-09-021-1/+1
* | | Always pass return_value_ptr to internal functionsNikita Popov2013-08-311-1/+1
* | | 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-1/+1
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-08-061-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-061-0/+1
| |\ \ | | |/
| | * Re-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference fa...Xinchen Hui2013-08-061-0/+1
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-08-021-3/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-021-3/+5
| |\ \ | | |/
| | * Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference...Xinchen Hui2013-08-021-3/+5
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-1/+1
|\ \ \ | |/ /
| * | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
* | | Merge branch 'PHP-5.5'Xinchen Hui2013-07-141-7/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-07-141-7/+13
| |\ \ | | |/
| | * Fixed bug #65254 (Exception not catchable when exception thrown in autoload w...Xinchen Hui2013-07-141-9/+17
| * | Merge branch 'PHP-5.4' into PHP-5.5Ard Biesheuvel2013-06-211-2/+0
| |\ \ | | |/
| | * Fix non-specialized executor buildArd Biesheuvel2013-06-211-2/+0
| | * Fixed merge wronglyXinchen Hui2013-06-091-1/+1
* | | Fix non-specialized executor buildArd Biesheuvel2013-06-201-2/+0
* | | 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
| | |\
| | | * Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)Xinchen Hui2013-06-091-0/+2