summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-1/+1
* Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-45/+10
* Disallow use of positional args after unpackingNikita Popov2014-02-261-0/+6
* Store arg_num in fcall entryNikita Popov2014-02-261-19/+19
* Introduce zend_function_call_entry structureNikita Popov2014-02-261-20/+24
* some missing pieces for __debugInfoAnatol Belski2014-02-201-0/+4
* Add __debugInfo() magic methodSara Golemon2014-02-171-0/+12
* Implement argument unpackingNikita Popov2014-01-111-1/+44
* Minor cleanup in zend_do_pass_param()Nikita Popov2014-01-111-10/+7
* Bump yearXinchen Hui2014-01-031-1/+1
* Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-2/+2
* Save one char compareXinchen Hui2013-12-171-2/+2
* Fixed memory leaks introdused by:Dmitry Stogov2013-12-101-2/+2
* Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: refe...Dmitry Stogov2013-12-101-1/+1
* Merge branch 'use-function' of git://github.com/igorw/php-src into igorw-use-...Ferenc Kovacs2013-12-061-20/+220
|\
| * use ZVAL_ZVAL to init ZVAL from ZVALIgor Wiedler2013-11-091-6/+4
| * Merge remote-tracking branch 'lgnome/use-function' into use-functionIgor Wiedler2013-11-081-1/+1
| |\
| | * Only check user functions for filenames.Adam Harvey2013-11-081-1/+1
| * | Merge pull request #4 from LawnGnome/use-functionIgor Wiedler2013-11-081-17/+30
| |\ \ | | |/
| | * Fix constant resolution.Adam Harvey2013-11-081-9/+22
| | * Remove now unused function_filenames struct.Adam Harvey2013-11-081-3/+0
| | * Look in the function_table instead of function_filenames for actually declaredAdam Harvey2013-11-081-8/+10
| | * Stop PHP from modifying the lowercase function name in place.Adam Harvey2013-11-081-1/+2
| * | Merge remote-tracking branch 'upstream/PHP-5.6' into use-functionIgor Wiedler2013-11-081-322/+291
| |\ \ | | |/ | |/|
| * | Clarify type of use in error messagesIgor Wiedler2013-10-141-2/+2
| * | fix Zend/tests/ns_040.phpt failingMichael Wallner2013-09-191-5/+2
| * | Fix issue with global fallback not in global spaceAnthony Ferrara2013-08-301-7/+9
| * | Handle case sensivity of constants (nikic)Igor Wiedler2013-08-251-23/+35
| * | Comment nitpick (nikic)Igor Wiedler2013-08-251-1/+1
| * | self and parent are valid function and const names (nikic)Igor Wiedler2013-08-251-7/+0
| * | Compile error on const definition conflicting with importIgor Wiedler2013-08-251-0/+14
| * | Disallow using functions/consts defined in the same fileIgor Wiedler2013-08-251-3/+38
| * | Compile error on function definition conflicting with importIgor Wiedler2013-08-231-1/+15
| * | Removed assumption that \\ will be presentDanack2013-08-221-6/+10
| * | Import namespaced constants via new 'use const' sequenceIgor Wiedler2013-08-221-9/+38
| * | Correctly distinguish between functions and constantsIgor Wiedler2013-08-221-6/+18
| * | Add new 'use function' sequence for importing namespaced functionsIgor Wiedler2013-08-221-0/+77
* | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2013-11-301-1/+1
|\ \ \
| * | | Fixed bug #66041: list() fails to unpack yielded ArrayAccess objectNikita Popov2013-11-301-1/+1
* | | | Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-281-6/+34
|\ \ \ \
| * | | | Constant expressions refactoringDmitry Stogov2013-11-061-1/+16
| * | | | Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_sca...Dmitry Stogov2013-11-061-6/+19
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-3/+1
| | * | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-5/+20
* | | | | Removed deprecated AI_SET_PTR()sDmitry Stogov2013-11-271-1/+3
|/ / / /
* | | | Merge branch 'pull-request/500'Anatol Belski2013-11-051-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
* | | | Use zend_error_noreturn for all E_COMPILE_ERRORsNikita Popov2013-10-191-135/+135
|/ / /
* | | Merge branch 'PHP-5.5'Nikita Popov2013-10-161-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2013-10-161-0/+1
| |\ \