summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-2/+2
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-2/+2
* fix signed/unsigned mismatchAnatol Belski2014-09-151-1/+1
* fix initializer structAnatol Belski2014-09-151-1/+1
* Reintroduce fix from pull #770 in a PHP 7 wayStanislav Malyshev2014-09-011-2/+2
* Revert "Merge branch 'PHP-5.6'"Stanislav Malyshev2014-09-011-2/+2
* Merge branch 'PHP-5.6'Stanislav Malyshev2014-09-011-2/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-011-2/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-011-2/+2
| | |\
| | | * Merge branch 'pull-request/770' into PHP-5.4Stanislav Malyshev2014-09-011-2/+2
| | | |\
| | | | * Fix typo from commit 32314f6b6Keyur Govande2014-08-141-1/+1
| | | | * Fix destruction order in zend_shutdown (bug #65463, #66036)Keyur Govande2014-08-141-3/+3
| | | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-06-101-2/+0
| |\ \ \ \ | | |/ / /
| | * | | Remove unused included fileXinchen Hui2014-06-101-2/+0
| | * | | Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Combine foreach copy / switch cond stacksNikita Popov2014-08-291-1/+0
* | | | | Use efree_size() instead of efree() where posibleDmitry Stogov2014-08-271-3/+3
* | | | | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-81/+0
* | | | | Fix compiler warningsNikita Popov2014-08-251-1/+1
* | | | | Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-251-28/+28
|\ \ \ \ \
| * | | | | master renames phase 2Anatol Belski2014-08-251-5/+5
| * | | | | master renames phase 1Anatol Belski2014-08-251-32/+32
| * | | | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-0/+1
| |\ \ \ \ \
| * | | | | | further fixes on coreAnatol Belski2014-08-161-2/+2
| * | | | | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-9/+9
* | | | | | | Merge branch 'master' into astNikita Popov2014-08-181-0/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix bug #67858: Leak when $php_errormsg already setNikita Popov2014-08-181-0/+1
| |/ / / / /
* | | | | | Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-161-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed initializingXinchen Hui2014-08-151-1/+1
* | | | | | Merge remote-tracking branch 'php-src/phpng' into astNikita Popov2014-08-161-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | execute_data->return_value should be initialized when call internal constructorsDmitry Stogov2014-07-311-0/+1
* | | | | | zend_get_class_fetch_type works on zend_stringNikita Popov2014-07-281-1/+1
* | | | | | Fix leaksNikita Popov2014-07-261-1/+1
|/ / / / /
* | | | | Implement call_user_func() and call_user_func_array() using special opcodes.Dmitry Stogov2014-07-111-1/+0
* | | | | Avoid useless checkDmitry Stogov2014-07-071-1/+1
* | | | | Simplify call-frame handlingDmitry Stogov2014-07-071-21/+9
* | | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-90/+71
* | | | | Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-10/+4
* | | | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-2/+1
* | | | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-7/+0
* | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-20/+20
* | | | | Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-42/+80
* | | | | Use fast comparison for (func->type == ZEND_USER_FUNCTION || func->type == ZE...Dmitry Stogov2014-06-271-1/+1
* | | | | Keep extra args in the same VM stack segment (after all CV and TMP vars)Dmitry Stogov2014-06-271-1/+0
* | | | | Refactoring: merge call_frame and end_execute_data into single data structure...Dmitry Stogov2014-06-261-40/+48
* | | | | Refactoring: use call_frames instead of call_slotsDmitry Stogov2014-06-241-39/+52
* | | | | Fixed string deallocation and code cleanupDmitry Stogov2014-06-231-2/+1
* | | | | Use new zend_hash iteration APIDmitry Stogov2014-06-161-6/+5
* | | | | Use absolute addresses as branch targets for NEW, FE_RESET and FE_FETCHDmitry Stogov2014-06-111-0/+3