summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
* Added new API function 'zend_string* zend_string_tolower(zend_string*)'.Dmitry Stogov2014-12-241-8/+7
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-1/+0
|\
| * Optimize argument passing handlers:Dmitry Stogov2014-12-161-1/+0
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-151-6/+3
|\ \ | |/
| * Use simpler functionsDmitry Stogov2014-12-151-6/+3
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-116/+111
|/
* Fixed compilation warningsDmitry Stogov2014-12-121-2/+2
* Merge branch 'PHP-5.6'Anatol Belski2014-12-121-118/+41
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-121-118/+41
| |\
| | * Fixed bug #68583 Crash in timeout threadAnatol Belski2014-12-121-118/+41
| | * fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
| * | fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-11-101-7/+0
| |\ \ | | |/
| | * Fixed bug #68370 ("unset($this)" can make the program crash)Xinchen Hui2014-11-101-7/+0
* | | Moved zend_is_true() from zend_execute.h/zend_execute_API.c into zend_operato...Dmitry Stogov2014-12-111-6/+0
* | | Rename EX_VAR_2() into ZEND_CALL_VAR() and EX_VAR_NUM_2() into ZEND_CALL_VAR_...Dmitry Stogov2014-11-281-1/+1
* | | Pack EX(frame_info) into EX(This).u1.v.reserved. Rename "frame"kind" into "ca...Dmitry Stogov2014-11-281-3/+2
* | | Pack EX(num_args) into EX(This).u2.num_argsDmitry Stogov2014-11-281-2/+2
* | | fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
* | | fix datatype mismatchAnatol Belski2014-11-131-2/+2
* | | fix datatype mismatchesAnatol Belski2014-10-241-2/+2
* | | fix datatype mismatches for strings from userspaceAnatol Belski2014-10-221-2/+2
* | | Review a few more SEPARATE_ZVAL_IF_NOT_REF usagesNikita Popov2014-10-091-2/+2
* | | Merged EX(frame_kind) and EX(flags) into single wordDmitry Stogov2014-10-071-2/+3
* | | Fix dynamic calls to static methods with fci->objectNikita Popov2014-10-051-3/+5
* | | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-12/+8
* | | Removed zend_execute_data->prev_nested_call. Reuse prev_execute_data instead.Dmitry Stogov2014-10-011-1/+0
* | | 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
|\ \ \ \ \