summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow aggregating use statementsStanislav Malyshev2008-06-081-4/+12
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-24/+24
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+3
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+1
* Added NEWDOCDmitry Stogov2008-02-121-0/+3
* Fixed ext/tokenizer test failures because of token renumberingDmitry Stogov2008-02-121-1/+1
* [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)Stanislav Malyshev2008-02-121-0/+2
* - Fix warningsMarcus Boerger2008-02-031-4/+4
* Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory)Dmitry Stogov2007-12-281-1/+1
* Allowed import of global classes "use ::GlobalClassName;"Dmitry Stogov2007-12-131-2/+4
* Fixed bug #43344 (Wrong error message for undefined namespace constant)Dmitry Stogov2007-12-071-2/+2
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-211-3/+2
* - MFH ?: operator (Marcus)Johannes Schlüter2007-11-211-0/+3
* Added support for "namespace::" prefix that is resolved to current namespace ...Dmitry Stogov2007-11-201-2/+4
* - MFH: static can't be used as type hint, fixes #43126 (Etienne Kneuss)Johannes Schlüter2007-11-111-7/+15
* T_IMPORT -> T_USEDmitry Stogov2007-11-071-10/+2
* Fixed bug #35163 (Array elements can lose references)Dmitry Stogov2007-10-231-1/+1
* Fixed bug #42802 (Namespace not supported in typehints)Dmitry Stogov2007-10-011-3/+3
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-0/+1
* NamespacesDmitry Stogov2007-09-281-15/+38
* - Readd support for ynamic access of static members (Etienne)Johannes Schlüter2007-09-271-0/+12
* Revert variable class patch for 5.2Stanislav Malyshev2007-08-131-12/+0
* - Add possibility to call static class members using variables (Etienne Kneuss)Johannes Schlüter2007-08-021-0/+12
* fix #41401 - parser precedence on unary operatorsStanislav Malyshev2007-05-181-2/+2
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-14/+2
* Addres limitation of __HALT_COMPILER() that allowed only one instanceIlia Alshanetsky2007-04-041-1/+1
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-8/+8
* MFH: fix #39903 (Notice message when executing __halt_compiler() more than once)Antony Dovgal2006-12-201-1/+1
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-75/+75
* As per agreement during PDM, remove the E_STRICT deprecation notice fromIlia Alshanetsky2006-03-121-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #34873 (Segmentation Fault on foreach in object)Dmitry Stogov2005-10-171-3/+3