summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove some unused compiler globalsNikita Popov2014-07-281-16/+3
* | | Use arena allocator (currently leaky!)Nikita Popov2014-07-261-0/+1
* | | Expose ast via CG(ast)Nikita Popov2014-07-241-0/+2
* | | Merge branch 'phpng' into astNikita Popov2014-07-221-8/+5
|\ \ \ | |/ /
| * | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-2/+2
| * | Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-1/+0
| * | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-1/+0
| * | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-2/+0
| * | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-2/+0
| * | Use arena allocator for zend_class_entry, zend_op_array and zend_property_inf...Dmitry Stogov2014-06-181-0/+3
* | | Remove declare_stackNikita Popov2014-07-221-1/+0
* | | Remove object_stack (mostly)Nikita Popov2014-05-311-1/+1
|/ /
* | Fix ZTS buildNikita Popov2014-04-091-1/+1
* | Use interned strings for one character stringsDmitry Stogov2014-04-011-0/+1
* | Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*Dmitry Stogov2014-03-171-4/+4
* | Use better data structures (incomplete) - refactored return_value handlingDmitry Stogov2014-02-121-2/+0