summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendpa...Xinchen Hui2013-08-191-5/+7
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-091-2/+2
|\
| * Fixed compilator bug that might cause jump depended on unitialized valueDmitry Stogov2013-01-091-2/+2
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-3/+3
| * - Year++Felipe Pena2011-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Traits refactoringDmitry Stogov2012-12-251-7/+7
* | Fixed bug #62357 (compile failure: (S) Arguments missing for built-in functio...Xinchen Hui2012-06-261-1/+1
* | Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-1/+2
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Added class member access on instantiation (e.g. (new foo)->bar()) supportFelipe Pena2011-11-061-2/+29
* | - Drop T_SCALAR_CASTFelipe Pena2011-08-161-1/+0
* | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-1/+3
* | Added support for Class::{expr}() syntax (Pierrick)Dmitry Stogov2011-08-011-2/+2
* | Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-311-0/+2
* | - add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxfo...Pierre Joye2011-07-231-0/+2
* | - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-091-2/+2
* | - Fixed bug #55086 (Namespace alias does not work inside trait's use block)Felipe Pena2011-07-021-2/+2
* | - Fixed build on WindowsFelipe Pena2011-06-241-4/+8
* | - Improved parse error messagesFelipe Pena2011-06-231-74/+194
* | - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-3/+3
* | scalar types cleanupStanislav Malyshev2011-06-031-5/+3
* | removing scalar types in trunkStanislav Malyshev2011-05-151-18/+2
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed bug #52614 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-08-251-3/+3
* | - Allow write context on array dereferencing from method returnFelipe Pena2010-06-121-1/+1
* | - Added array dereferencing support [DOC]Felipe Pena2010-06-081-4/+20
* | Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-1/+7
* | - Added scalar typehinting.Derick Rethans2010-05-201-2/+14
* | Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+60
* | Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-8/+8
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-42/+42
* | restore $this support for closures to its former gloryStanislav Malyshev2010-04-191-1/+3
|/
* sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-051-1/+1
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-261-3/+3
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-3/+1
* - MFH: Year++Felipe Pena2009-01-021-1/+1
* Added support for namespaces with brackets. (Greg)Dmitry Stogov2008-11-251-6/+10
* Improve use syntaxStanislav Malyshev2008-11-171-2/+2
* Namespace resolution streamlining patchStanislav Malyshev2008-11-111-4/+4
* fix more invalid readsAntony Dovgal2008-11-081-3/+3
* fix typo causing invalid readsAntony Dovgal2008-11-071-1/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-24/+28
* MFH: - Saved opcode when unary +/- is applied to IS_CONST op (e.g. for negati...Matt Wilmas2008-08-291-5/+5
* - MFH Add missing ';'sMarcus Boerger2008-08-121-1/+2
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-7/+12
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-1/+1
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-4/+24