summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_0pre1'.php-4.3.0pre1SVN Migration2002-10-111-3055/+0
* MFZE1 zend_str_tolower issue.Ilia Alshanetsky2002-10-091-8/+8
* - Allow access to private/protected variables of $clone inside the __clone()Andi Gutmans2002-10-071-5/+37
* MFZE1Ilia Alshanetsky2002-09-261-8/+8
* - Fix leakAndi Gutmans2002-09-241-2/+2
* - Megapatch to try and support inheritance from sub-classes. Things mightAndi Gutmans2002-09-241-211/+116
* whitespaceZeev Suraski2002-09-171-1/+0
* - Hopefully fix problem with __autoload not working well with inherited classes.Andi Gutmans2002-09-151-1/+9
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-5/+5
* quick-n-dirty inheritance support for __handlersStanislav Malyshev2002-09-051-0/+3
* Support for __get, __set and __call in classes.Stanislav Malyshev2002-09-041-4/+12
* MFZE1 (use token instead of global for opcode counting)Jason Greene2002-08-141-3/+2
* - Make new 'is' operator work with classes only and return false whenAndi Gutmans2002-08-081-10/+3
* MFZE1 global declareJason Greene2002-07-301-1/+5
* Fix segfaultJason Greene2002-07-301-1/+1
* @- Adding 'is' operator that can be used to check the type of a variable,Andrei Zmievski2002-07-301-0/+22
* - Make sure classes are first looked for in the current scope.Andi Gutmans2002-07-271-1/+2
* - Fix bug reported by Sebastian where old constructors didn't work inAndi Gutmans2002-07-211-4/+15
* - Remove code which wasn't supposed to go into the patch.Andi Gutmans2002-07-171-3/+0
* - Rejuggle some code.Andi Gutmans2002-07-171-1/+4
* - Commit patch to support protected member variables (by Timm Friebe w/Andi Gutmans2002-07-151-24/+64
* - Nuke delete(). It was a big mistake to introduce it and I finallyAndi Gutmans2002-07-141-2/+1
* - 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