summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix bug when acccessing $this not in class scope.Andi Gutmans2002-07-011-8/+9
* - Revert previous fix.Andi Gutmans2002-06-291-3/+1
* - Change E_ERROR -> E_COMPILE_ERROR where needed.Andi Gutmans2002-06-291-13/+8
* - Fix for bug #17882. We complain if the same method is declared twice.Andi Gutmans2002-06-291-1/+3
* - Fix problem with constructor not being inherited and called correctly.Andi Gutmans2002-06-231-3/+12
* - Allow overloaded objects to receive the method name in its originalAndi Gutmans2002-06-051-2/+0
* some type cleanup workHarald Radi2002-04-231-11/+11
* syncStanislav Malyshev2002-04-071-1/+1
* - revert patchDerick Rethans2002-03-291-3/+1
* - MFZE1Derick Rethans2002-03-251-1/+3
* - More fixes to check for member/function call legality.Andi Gutmans2002-03-181-1/+1
* - Start putting error handling where method calls are being used in aAndi Gutmans2002-03-171-4/+6
* - Fix issues with $this when using it by itself without indirection such asAndi Gutmans2002-03-151-9/+16
* - Another couple of indirection fixes.Andi Gutmans2002-03-121-11/+9
* - Fix bug introduced with latest class hash table change.Andi Gutmans2002-03-121-1/+1
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-121-86/+98
* New stuff for objects API:Stanislav Malyshev2002-03-101-12/+113
* - Initial patch to support importing from class scopes (for Stig).Andi Gutmans2002-03-021-0/+54
* - Remove use of C++ reserved words namespace/thisAndi Gutmans2002-03-011-14/+0
* - Fix bug in nested try/catch'sAndi Gutmans2002-03-011-0/+2
* - Experimental support for private members.Andi Gutmans2002-02-211-0/+41
* 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