summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* - Experimental support for private members.Andi Gutmans2002-02-211-0/+2
* @ Allow a series of consecutive catch() statements (Andi, Zend Engine)Andi Gutmans2002-02-131-1/+7
* - Improve performance of functions that use $GLOBALS[]Andi Gutmans2002-01-201-3/+3
* MFZE1Thies C. Arntzen2002-01-191-1/+1
* - Change exception handling to use the Java-like catch(MyException $exception)Andi Gutmans2002-01-131-4/+2
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* - Fix some case insensitivity stuff in respect to classesAndi Gutmans2001-12-281-5/+5
* - Support default arguments for reference parametersAndi Gutmans2001-12-281-0/+2
* - Initial support for _clone()Andi Gutmans2001-12-261-2/+2
* - Start fixing the parsing rules so that function and method callsAndi Gutmans2001-12-261-14/+14
* - Revert delete syntax patchAndi Gutmans2001-12-251-1/+1
* - Add initial capability of defining nested classes as class foo::barAndi Gutmans2001-12-221-1/+5
* - Seems like most people prefer delete($obj) over delete $obj.Andi Gutmans2001-12-161-1/+1
* - Start adding parsed variable checks.Andi Gutmans2001-12-161-3/+4
* - Framework for knowing what kind of variable we just parsed.Andi Gutmans2001-12-161-11/+12
* - Rearrange grammar to allow dereferencing of objects returned fromAndi Gutmans2001-12-131-16/+29
* - Make classes have scope and function/constant lookups default to the classAndi Gutmans2001-12-121-6/+4
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - More namespaces work.Andi Gutmans2001-12-101-5/+7
* - Initial work on changing namespace scope. Only methods & variablesAndi Gutmans2001-12-061-0/+1
* - Nuke the namespace work I did. It'll be redone differently.Andi Gutmans2001-12-061-1/+6
* - Initial support for class constants. There are still a few semanticAndi Gutmans2001-11-301-3/+15
* - Support syntax for class constants (doesn't do anything yet butAndi Gutmans2001-11-271-9/+13
* - Support static $var = 0; style initialization of static classAndi Gutmans2001-11-261-5/+9
* - Support static members. The following script works:Andi Gutmans2001-11-251-1/+9
* non-zts compile fixStig S. Bakken2001-11-051-4/+4
* - Support instantiation of nested class. The following script now shouldAndi Gutmans2001-11-041-3/+4
* - Initial support for nested class definitionsAndi Gutmans2001-10-291-4/+9
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-301-0/+2
* - Shift around the variable parsing code to make it simpler.Andi Gutmans2001-09-071-13/+13
* - CLS_CC -> TSRMLS_CCAndi Gutmans2001-09-031-3/+3
* - Initial support for exceptions.Andi Gutmans2001-08-301-0/+6
* WhitespaceZeev Suraski2001-08-111-6/+6
* - Preliminary patch for method() dereferencingAndi Gutmans2001-08-081-4/+10
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-2/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-3/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-196/+196
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Optimize the parser a bitZeev Suraski2001-07-151-12/+5
* Allow indirect reference to method names in class::method() constructZeev Suraski2001-07-151-1/+7
* Support interactive mode in thread-safe buildsZeev Suraski2001-05-061-2/+2
* - Add support for isset($var1, $var2, $var3); - Will be true only if allAndi Gutmans2001-03-191-1/+5
* - Nuke commented codeAndi Gutmans2001-03-151-7/+0
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* - Support for $var =& new foo() syntax. This allows you to use objectsAndi Gutmans2000-12-051-0/+1
* Missed thoseZeev Suraski2000-11-021-189/+189
* - Replace do_exit() with zend_do_exit().Andi Gutmans2000-11-021-1/+1
* Unify the names of these last 3 files...Zeev Suraski2000-10-291-0/+725