summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-4/+10
|\
| * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+1
| * Disallow use of positional args after unpackingNikita Popov2014-02-261-0/+1
| * Store arg_num in fcall entryNikita Popov2014-02-261-4/+5
| * Introduce zend_function_call_entry structureNikita Popov2014-02-261-0/+3
| * Add __debugInfo() magic methodSara Golemon2014-02-171-0/+1
* | Redesigned zend_execute_data layout now EX(object), EX(scope) and EX(called_s...Dmitry Stogov2014-04-241-13/+12
* | Use symbolic names instead of magic constants + optimizationDmitry Stogov2014-04-231-0/+4
* | Pass expected array size hint in INIT_ARRAYNikita Popov2014-04-221-0/+1
* | Fixed compilaation warningsDmitry Stogov2014-04-221-46/+46
* | ZEND_SEND_* optimizationDmitry Stogov2014-04-221-4/+4
* | Use ZEND_HASH_FOEACH_* instead of zend_hash_apply_*Dmitry Stogov2014-04-211-4/+2
* | Optimized zend_leave_helper()Dmitry Stogov2014-04-181-1/+8
* | Cache op_array->run_time_cache in zend_execute_data for faster accessDmitry Stogov2014-04-171-0/+1
* | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-7/+1
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+3
* | Fix ZTS buildNikita Popov2014-04-091-1/+1
* | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-3/+3
* | Use CV variable offset instead of CV variable numberDmitry Stogov2014-03-271-0/+2
* | Fixed static data cleanupDmitry Stogov2014-03-211-4/+4
* | Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*Dmitry Stogov2014-03-171-1/+1
* | Don't include trailing zero into hash caclculationDmitry Stogov2014-03-141-2/+2
* | Revert "Use zend_string for arg_info to fixed segfault in Zend/tests/argument...Xinchen Hui2014-02-211-4/+4
* | Use zend_string for arg_info to fixed segfault in Zend/tests/argument_restric...Xinchen Hui2014-02-211-4/+4
* | Use better data structures (incomplete)Dmitry Stogov2014-02-181-3/+4
* | Use better data structures (incomplete)Dmitry Stogov2014-02-181-1/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-171-6/+6
* | Use better data structures (incomplete) - refactored return_value handlingDmitry Stogov2014-02-121-1/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-121-2/+0
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-57/+43
|/
* Implement argument unpackingNikita Popov2014-01-111-0/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #65784 (Segfault with finally).Xinchen Hui2013-12-131-0/+1
* Merge branch 'use-function' of git://github.com/igorw/php-src into igorw-use-...Ferenc Kovacs2013-12-061-6/+11
|\
| * Merge pull request #4 from LawnGnome/use-functionIgor Wiedler2013-11-081-1/+1
| |\
| | * Fix constant resolution.Adam Harvey2013-11-081-1/+1
| * | Merge remote-tracking branch 'upstream/PHP-5.6' into use-functionIgor Wiedler2013-11-081-22/+23
| |\ \ | | |/ | |/|
| * | Fix issue with global fallback not in global spaceAnthony Ferrara2013-08-301-3/+3
| * | Handle case sensivity of constants (nikic)Igor Wiedler2013-08-251-2/+2
| * | Disallow using functions/consts defined in the same fileIgor Wiedler2013-08-251-1/+1
| * | Import namespaced constants via new 'use const' sequenceIgor Wiedler2013-08-221-0/+2
| * | Correctly distinguish between functions and constantsIgor Wiedler2013-08-221-1/+3
| * | Add new 'use function' sequence for importing namespaced functionsIgor Wiedler2013-08-221-0/+1
* | | Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-0/+3
|\ \ \
| * | | Constant expressions refactoringDmitry Stogov2013-11-061-4/+2
| * | | Added a few more operatorsBob Weinand2013-11-031-0/+4
| * | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-0/+1
| | |/ | |/|
* | | Don't check argument types for internal functions without type hintingDmitry Stogov2013-11-281-0/+3
* | | Removed deprecated AI_SET_PTR()sDmitry Stogov2013-11-271-0/+1
|/ /
* | Don't track parameter number in separate znodeNikita Popov2013-09-261-1/+1