summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fixed typoDmitry Stogov2018-07-191-1/+1
* Improved "Fast Shutdown".Dmitry Stogov2018-07-171-0/+4
* Implement flexible heredoc/nowdoc syntaxThomas Punt2018-04-131-0/+3
* year++Xinchen Hui2018-01-021-1/+1
* Allowed modification of VM stack page size. Exported few functions. Green lig...Dmitry Stogov2017-11-221-0/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Removed EG(valid_symbol_table). Used EG(active) instead.Dmitry Stogov2017-06-261-1/+0
* Interned strings unification for TS/NTSAnatol Belski2017-03-041-5/+0
* Added EG(flags) - executor global flagsJim Zubov2017-02-091-0/+4
* Deprecate each()Nikita Popov2017-02-031-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.1'Dmitry Stogov2016-11-181-4/+0
|\
| * Revert "Introduced zend.enable_dtrace INI directive to enable/disable PHP cal...Dmitry Stogov2016-11-181-4/+0
* | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-181-0/+4
|\ \ | |/
| * Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracingDmitry Stogov2016-11-181-0/+4
* | Fix "already in use" check inconsistencies/bugsNikita Popov2016-10-071-2/+0
|/
* Make sure TOKEN_PARSE mode is thread safeNikita Popov2016-07-231-1/+2
* Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-231-0/+1
* Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-0/+1
* Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-0/+2
* - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
* Safe execution timeout handling.Dmitry Stogov2016-04-201-1/+3
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Squashed commit of the following:Dmitry Stogov2015-07-101-0/+2
* Remove loop_var_stackNikita Popov2015-07-071-2/+0
* ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-301-0/+9
* Move more stuff to file_contextNikita Popov2015-04-211-12/+0
* Fixed bug #69388Nikita Popov2015-04-201-5/+2
* Squashed commit of the following:Dmitry Stogov2015-04-101-0/+4
* Improved assert() according to expectations RFC.Dmitry Stogov2015-03-021-0/+2
* Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-121-0/+5
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* Optimized property access handlers. Removed EG(std_property_info).Dmitry Stogov2014-10-171-2/+0
* Removed unused EG(orig_error_reporting)Dmitry Stogov2014-10-091-1/+0
* Improved VM stack primitives for fast paths. Slow paths are not inlined anymore.Dmitry Stogov2014-10-091-4/+5
* Remove <% and <script language="php"> tagsNikita Popov2014-10-051-1/+0
* Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-2/+0
* Merge branch 'PHP-5.6'Tjerk Meesters2014-09-011-1/+1
|\
| * Making ini parser typedTjerk Meesters2014-09-011-1/+1
* | Combine foreach copy / switch cond stacksNikita Popov2014-08-291-4/+1
* | Use 'const' qualifier for pointrs to code used at run-time (the code must not...Dmitry Stogov2014-08-281-1/+1
* | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-2/+0
* | Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-251-4/+4
|\ \
| * | master renames phase 2Anatol Belski2014-08-251-3/+3
| * | master renames phase 1Anatol Belski2014-08-251-3/+3
| * | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-3/+3
* | | Restore old evaluation orderNikita Popov2014-08-151-0/+2
* | | Change current_namespace to a zend_string*Nikita Popov2014-07-281-1/+1