summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-23/+15
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-0/+3
* Remove now unused function_filenames struct.Adam Harvey2013-11-081-1/+0
* Disallow using functions/consts defined in the same fileIgor Wiedler2013-08-251-0/+3
* Import namespaced constants via new 'use const' sequenceIgor Wiedler2013-08-221-0/+1
* Add new 'use function' sequence for importing namespaced functionsIgor Wiedler2013-08-221-0/+1
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Improved parse error messagesFelipe Pena2011-06-231-0/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1