summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |\ \ | | |/