summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 1 of 3.Sebastian Bergmann2008-12-311-1/+1
* MF5: Merge namespaces changesStanislav Malyshev2008-12-041-28/+36
* - Saved opcode when unary +/- is applied to IS_CONST op (e.g. for negative nu...Matt Wilmas2008-08-291-5/+5
* - Add missing ';'sMarcus Boerger2008-08-121-1/+2
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-9/+18
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-1/+1
* Added closures supportDmitry Stogov2008-07-081-4/+24
* MF5: allow aggregating use statementsStanislav Malyshev2008-06-081-4/+12
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-24/+24
* - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+1
* Added NOWDOCDmitry Stogov2008-02-121-0/+3
* Fixed comilation warningsDmitry Stogov2008-02-121-5/+3
* Fixed ext/tokenizer test failures because of token renumberingDmitry Stogov2008-02-121-1/+1
* MFB __DIR_ constant supportStanislav Malyshev2008-02-121-0/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* 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;" (Gregory)Dmitry Stogov2007-12-131-2/+4
* Fixed bug #43344 (Wrong error message for undefined namespace constant)Dmitry Stogov2007-12-071-2/+2
* Added support for "namespace::" prefix that is resolved to current namespace ...Dmitry Stogov2007-11-201-2/+4
* - static can't be used as type hint, fixes #43126 (Etienne Kneuss)Johannes Schlüter2007-11-111-7/+13
* T_IMPORT -> T_USEDmitry Stogov2007-11-061-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
* Late Static Binding (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-261-0/+1
* Namespace constantsDmitry Stogov2007-08-241-5/+12
* Added namespace related optimizations and commentsDmitry Stogov2007-08-201-1/+1
* - Add possibility to call static class members using variables (Etienne Kneuss)Johannes Schlüter2007-08-021-0/+12
* Support for namespaces in compile-time constant referenceDmitry Stogov2007-07-271-1/+1
* NamespacesDmitry Stogov2007-07-121-8/+25
* MF5 __HALT_COMPILER fix:Stanislav Malyshev2007-06-281-1/+1
* fix unary operator precision (bug #41401)Stanislav Malyshev2007-05-181-2/+2
* Improved compilation of heredocs and interpolated strings. (Matt)Dmitry Stogov2007-05-181-14/+3
* Set CG(literal_type) for backticks.Andrei Zmievski2007-04-261-1/+1
* - Improved version of ternary shortcutMarcus Boerger2007-03-081-3/+2
* - Implement '?:'Marcus Boerger2007-03-041-0/+3
* Copyright updateIlia Alshanetsky2007-01-291-1/+1
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-8/+8
* fix #39903 (Notice message when executing __halt_compiler() more than once)Antony Dovgal2006-12-201-1/+1
* Add (binary) cast operator.Andrei Zmievski2006-03-231-1/+2
* Return "new" by reference now throws an E_STRICT errorDmitry Stogov2006-03-161-1/+1
* MFB51: As per agreement during PDM, remove the E_STRICT deprecation noticeIlia Alshanetsky2006-03-121-1/+1
* Implemented "jump label" operator (limited "goto")Dmitry Stogov2006-03-101-0/+3
* Reverted "break label"Dmitry Stogov2006-03-071-7/+4
* Added support for "continue" and "break" operators with labels. Each loop or ...Dmitry Stogov2006-03-031-4/+7
* *** empty log message ***Andrei Zmievski2006-02-231-5/+0
* Fix a bug where the default value for function argument could be anAndrei Zmievski2006-02-231-0/+5
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-75/+75
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-5/+4
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - WSMarcus Boerger2005-12-161-1/+1