summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplemented special constant handling. Now __HALT_COMPILER_OFFSET__ is reso...Dmitry Stogov2015-03-181-2/+11
* More accurate reference counting on closuresDmitry Stogov2015-03-101-0/+4
* Fixed zend_hash_append result duplicated keyXinchen Hui2015-03-081-1/+0
* Use fast zend_hash_append() APIDmitry Stogov2015-03-061-4/+11
* Avoid repeatable strlen() callsDmitry Stogov2015-03-051-0/+15
* Added specialized versions of DO_FCALL handler:Dmitry Stogov2015-02-251-1/+4
* Fixed memory leakDmitry Stogov2015-02-201-2/+3
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-22/+17
* Made ZEND_ACC_TRAIT a saner valueGuilherme Blanco2015-02-121-1/+1
* Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-121-0/+10
* 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