summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 666222Levi Morrison2014-06-081-1/+8
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-125/+225
* 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
* | Use zval* instead of zval**Dmitry Stogov2013-10-281-180/+156
* | Fix bug #65821: By-ref foreach on property access of string offset segfaultsNikita Popov2013-10-041-60/+0
* | Suppress static analyzer warnings in specialized executorAnatol Belski2013-08-231-0/+7
* | 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
* | 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.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
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-4/+4
* | 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.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
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-04-231-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-04-231-2/+6
| |\ \ | | |/
| | * Fixed incorrect check. SEND_REF may be executed before DO_FCALL when EX(funct...Dmitry Stogov2013-04-231-2/+6
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-111-1/+1
|\ \ \ | |/ /
| * | Fixed bug (Wrong ce cached)Xinchen Hui2013-04-111-1/+1
| * | Fixed bug #64515 (Memoryleak when using the same variablename 2times in funct...Xinchen Hui2013-03-261-1/+1
* | | Fixed bug #64515 (Memoryleak when using the same variablename 2times in funct...Xinchen Hui2013-03-261-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-251-15/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-03-251-13/+15
| |\ \ | | |/
| | * Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions...Dmitry Stogov2013-03-251-12/+15
* | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2013-03-141-40/+30
|\ \ \
| * | | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-40/+30
* | | | Removed redundand codeDmitry Stogov2013-03-131-80/+24
|/ / /
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-39/+39
* | | Exceptions triggered by undefined variable should be handled before FATAL errorXinchen Hui2013-02-161-0/+136
* | | Fixed bug #64135 (Exceptions from set_error_handler are not always propagated)Xinchen Hui2013-02-071-0/+64
* | | Merge branch 'PHP-5.4' into PHP-5.5Gustavo Lopes2013-01-231-60/+12
|\ \ \ | |/ /
| * | Merge branch 'bug64023' into PHP-5.4Gustavo Lopes2013-01-221-60/+12
| |\ \ | | |/
| | * Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-221-56/+12
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * Fixed bug #61442 (exception threw in __autoload can not be catched)Xinchen Hui2012-09-191-0/+39
| | * Re-fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-241-28/+32
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-111-16/+40
| | * - Year++Felipe Pena2011-07-101-1/+1
| | * - Restore fix for #39863 (do not accept paths with NULL in them)Felipe Pena2011-06-061-173/+205
| | * Fixed bug #54585 (track_errors causes segfault)Dmitry Stogov2011-04-251-48/+72
| | * Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-6/+34
| | * Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-161-53/+7