summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* handle dummy frameJoe Watkins2016-04-111-0/+3
* Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)Xinchen Hui2016-04-011-2/+2
* Fix ZEND_DEBUG conditionNikita Popov2016-03-181-1/+1
* PHP-7 zend_call_function() doesn't support symbol_table substitutionDmitry Stogov2016-03-021-0/+3
* Fixed bug #71470Nikita Popov2016-02-241-1/+1
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-12-181-0/+6
|\
| * Fixed iter leak on by-ref foreach over const/tmp arrayNikita Popov2015-12-171-0/+6
* | Fixed bug #71163 (Segmentation Fault: cleanup_unfinished_calls)Xinchen Hui2015-12-181-5/+3
|/
* Use format stringXinchen Hui2015-12-121-1/+1
* Fixed bug #70914 zend_throw_or_error() format string vulnerabilityTaoguang Chen2015-11-141-1/+1
* Fixed reference cuntmting for closures (previously we didn't increment refere...Dmitry Stogov2015-10-091-5/+6
* Revert "Allow random $this on non-internal Closures again"Dmitry Stogov2015-10-061-3/+0
* Allow random $this on non-internal Closures againBob Weinand2015-10-051-0/+3
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-2/+2
* improve ZEND_TLS declaration even more and move it to the better placeAnatol Belski2015-07-281-1/+1
* use better nameAnatol Belski2015-07-281-1/+1
* simplify declarationAnatol Belski2015-07-281-5/+1
* adjust storage classAnatol Belski2015-07-281-0/+1
* Use NULL where possible for exception classAaron Piotrowski2015-07-071-16/+16
* Fixed bug #70006 (cli - function with default arg = STDOUT crash output).Xinchen Hui2015-07-071-4/+0
* Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this...Kalle Sommer Nielsen2015-07-041-1/+1
* Switch macro with __VA_ARGS__ to functionAaron Piotrowski2015-07-031-17/+29
* Remove need to pass error levelAaron Piotrowski2015-07-031-23/+23
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-28/+22
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-35/+35
* Avoid unnecessary reference counter incrementation on $this when call methodsDmitry Stogov2015-05-071-12/+3
* Restored accedently removed line that caused memory leakDmitry Stogov2015-04-271-0/+1
* Micro optimizationsDmitry Stogov2015-04-271-45/+74
* Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-2/+35
* Partially enable leak reports for objectsNikita Popov2015-04-181-0/+6
* Mark call frames to closures with ZEND_CALL_CLOSURE flag to avoid expensive c...Dmitry Stogov2015-04-161-0/+1
* Optimization of stack-frame constructionDmitry Stogov2015-04-151-1/+1
* Squashed commit of the following:Dmitry Stogov2015-04-101-2/+7
* Don't relay on reference-counter when parameter expected to be a reference, b...Dmitry Stogov2015-04-031-39/+14
* Recalssify some E_ERROR into E_CORE_ERRORDmitry Stogov2015-04-021-1/+1
* Unused varXinchen Hui2015-04-021-2/+0
* Fixed performance degradation introduced with lateast EnfineException related...Dmitry Stogov2015-04-021-31/+35
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-35/+24
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-22/+29
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-2/+3
* Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-20/+20
* Reclassify E_STRICT noticesNikita Popov2015-04-011-1/+1
* Useless commentXinchen Hui2015-03-261-1/+0
* 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