summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-011-0/+2
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-011-0/+2
| |\
| | * Merge branch 'pull-request/770' into PHP-5.4Stanislav Malyshev2014-09-011-0/+2
| | |\
| | | * Fix destruction order in zend_shutdown (bug #65463, #66036)Keyur Govande2014-08-141-0/+2
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-191-2/+2
|\ \ \ \ | |/ / /
| * | | Improve fix for #66608Xinchen Hui2014-07-191-2/+2
* | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-181-0/+3
|\ \ \ \ | |/ / /
| * | | Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)Xinchen Hui2014-07-181-0/+3
| * | | Bump yearXinchen Hui2014-01-031-1/+1
* | | | 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