summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - MFH Fix Bug #34243 ReflectionClass::getDocComment() returns no resultMarcus Boerger2005-09-211-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-041-2/+2
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-081-4/+4
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-0/+5
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-0/+1
* - Cleanup foreach handlingMarcus Boerger2005-02-111-2/+8
* foreash($a as $key => $val) optimizationDmitry Stogov2005-02-071-2/+2
* - Remove part of the cleanup which causes a problem with unnormal codeMarcus Boerger2005-02-071-8/+2
* - Cleanup foreach statementMarcus Boerger2005-02-051-2/+8
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-1/+1
* ZTS fix.Sebastian Bergmann2004-09-161-2/+2
* - Fix bug #27669 (Dmitry).Andi Gutmans2004-09-161-4/+4
* - Remove all for nowMarcus Boerger2004-08-021-6/+0
* Revert goto opcodeSara Golemon2004-07-291-3/+0
* Add goto operator by popular request.Sara Golemon2004-07-291-0/+3
* - Speed up by making null/false/true reserved word which allows to dropMarcus Boerger2004-07-161-0/+6
* - Fix bug #27283 - Exceptions where the last catch() statement was sometimesAndi Gutmans2004-04-201-2/+7
* check writability on =& tooStanislav Malyshev2004-03-281-1/+1
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-1/+1
* Fix __METHOD__ (noticed by Davey Sahfik)Marcus Boerger2004-02-261-0/+2
* - Improve precendence:Andi Gutmans2004-02-231-2/+2
* - Decrease precedence of instanceof so that the following is true:Andi Gutmans2004-02-231-1/+2
* Fix: <interface> [extends <interface> [, <ineterface>]* ]Marcus Boerger2004-02-111-1/+15
* Reinstate early-binding for classes.Zeev Suraski2004-02-041-1/+1