summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the bug where the declared properties without init values were notAndrei Zmievski2002-02-141-14/+18
* @ Allow a series of consecutive catch() statements (Andi, Zend Engine)Andi Gutmans2002-02-131-6/+7
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-3/+5
* - Fix problem with the objects_destructor called during shutdown. It wasAndi Gutmans2002-02-041-10/+19
* - First destructor hell fix. There was a situation where an object'sAndi Gutmans2002-01-251-2/+2
* - Improve performance of functions that use $GLOBALS[]Andi Gutmans2002-01-201-12/+1
* - Change exception handling to use the Java-like catch(MyException $exception)Andi Gutmans2002-01-131-6/+12
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* - Small fixAndi Gutmans2002-01-051-1/+2
* - Allow passing of $this as function arguments.Andi Gutmans2002-01-051-15/+20
* - Significantly improve the performance of method calls and $this->memberAndi Gutmans2002-01-051-1/+26
* - Nuke C++ commentsAndi Gutmans2002-01-041-19/+3
* - Separate other kinds of function calls too.Andi Gutmans2002-01-041-5/+13
* - Start splitting up different kinds of function calls into differentAndi Gutmans2002-01-041-2/+1
* - Fix some case insensitivity stuff in respect to classesAndi Gutmans2001-12-281-3/+5
* - Wasn't adding the lower case version of the class name to the hashAndi Gutmans2001-12-281-1/+1
* - Use two underscores for __construct(), __clone and friends...Andi Gutmans2001-12-271-6/+10
* - Experimental support for destructors. We need to see if destructorsAndi Gutmans2001-12-271-1/+6
* - Support parent:: againAndi Gutmans2001-12-271-10/+5
* - Support unified constructor name _construct()Andi Gutmans2001-12-271-0/+2
* - Pretty much finish _clone() supportAndi Gutmans2001-12-261-0/+6
* - Initial support for _clone()Andi Gutmans2001-12-261-2/+24
* - Start fixing the parsing rules so that function and method callsAndi Gutmans2001-12-261-8/+8
* - Add initial capability of defining nested classes as class foo::barAndi Gutmans2001-12-221-0/+75
* - Start adding parsed variable checks.Andi Gutmans2001-12-161-0/+22
* - Fix crash bug in startup code.Andi Gutmans2001-12-131-5/+11
* - Make classes have scope and function/constant lookups default to the classAndi Gutmans2001-12-121-9/+9
* - Rename zend_class_entry.constants -> zend_class_entry.constants_tableAndi Gutmans2001-12-111-5/+5
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - More namespaces work.Andi Gutmans2001-12-101-5/+3
* - Initial work on changing namespace scope. Only methods & variablesAndi Gutmans2001-12-061-1/+5
* - Nuke the namespace work I did. It'll be redone differently.Andi Gutmans2001-12-061-30/+0
* - Initial support for class constants. There are still a few semanticAndi Gutmans2001-11-301-9/+50
* - Support static $var = 0; style initialization of static classAndi Gutmans2001-11-261-2/+6
* - Fix crash and leakAndi Gutmans2001-11-251-1/+0
* - WhitespaceAndi Gutmans2001-11-251-1/+1
* - Support static members. The following script works:Andi Gutmans2001-11-251-0/+20
* - MFZE1Andi Gutmans2001-11-241-3/+3
* MFZE1Zeev Suraski2001-11-151-0/+3
* - Support instantiation of nested class. The following script now shouldAndi Gutmans2001-11-041-9/+9
* - Add some initializationsAndi Gutmans2001-11-031-0/+2
* - Add constructor to the zend_class_entry instead of looking it up eachAndi Gutmans2001-11-031-4/+7
* - Initial support for nested class definitionsAndi Gutmans2001-10-291-36/+60
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-301-0/+46
* MFZE1Zeev Suraski2001-09-161-2/+4
* - Shift around the variable parsing code to make it simpler.Andi Gutmans2001-09-071-2/+9
* - Make it compile in thread-safe mode.Andi Gutmans2001-08-301-8/+8
* - Get rid of warning and C++ commentsAndi Gutmans2001-08-301-7/+8
* - Initial support for exceptions.Andi Gutmans2001-08-301-1/+84
* MFZE1Zeev Suraski2001-08-191-2/+12