summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Implement variadic function syntaxNikita Popov2013-09-261-14/+15
* | Small cleanup in class name resolution of compilerNikita Popov2013-09-131-3/+3
|/
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-281-1/+1
|\
| * Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-281-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed bug #61025 (__invoke() visibility not honored)Xinchen Hui2013-03-081-0/+1
* | Class Name Resolution As Scalar Via "class" KeywordLars Strojny2013-01-191-0/+2
* | Fixed bug #63980 (object members get trimmed by zero bytes)Xinchen Hui2013-01-141-1/+3
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-251-9/+4
|\ \ | |/
| * Traits refactoringDmitry Stogov2012-12-251-9/+4
* | An exception thrown in try or catch block is disacarded by return statement i...Dmitry Stogov2012-12-131-0/+1
* | Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-2/+5
* | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-3/+15
* | Improved "finally" im[plementationDmitry Stogov2012-11-221-2/+4
* | Merge branch 'PHP-5.4'Dmitry Stogov2012-09-051-0/+2
|\ \ | |/
| * Fixed bug #62907 (Double free when use traits)Dmitry Stogov2012-09-051-0/+2
* | Merge branch 'generators'Gustavo Lopes2012-09-011-0/+2
|\ \
| * \ Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-261-0/+1
| |\ \
| * | | Remove implementation stubs for yield delegationNikita Popov2012-08-251-1/+0
| * | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-241-1/+3
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-2/+5
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-6/+4
| |\ \ \ \ \
| * | | | | | Require parenthesis around yield expressionsNikita Popov2012-07-221-1/+1
| * | | | | | Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-3/+2