summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2002-07-191-0/+5
* - MFZE1 - MacOSX fixes by Marko KarppinenDerick Rethans2002-07-182-0/+72
* ChangeLog update2002-07-181-0/+12
* - Remove code which wasn't supposed to go into the patch.Andi Gutmans2002-07-171-3/+0
* - Rejuggle some code.Andi Gutmans2002-07-172-5/+11
* This was mentioned already above (with an example too :)foobar2002-07-171-1/+0
* ChangeLog update2002-07-171-0/+18
* - Before I forget to list it, this was also added.Andi Gutmans2002-07-161-0/+1
* - Syntactic sugar - Add "public" as a synonym for "var".Andi Gutmans2002-07-161-0/+5
* ChangeLog update2002-07-161-0/+24
* - MFH of the crap removalDerick Rethans2002-07-151-6/+0
* - Commit patch to support protected member variables (by Timm Friebe w/Andi Gutmans2002-07-158-31/+101
* - Really implement bool increment/decrement as flip-flop.Andi Gutmans2002-07-151-8/+2
* ChangeLog update2002-07-151-0/+22
* - Nuke delete(). It was a big mistake to introduce it and I finallyAndi Gutmans2002-07-146-72/+4
* - Nuke some unused codeAndi Gutmans2002-07-141-29/+0
* MFZE1Derick Rethans2002-07-141-2/+2
* - MFZE1Derick Rethans2002-07-141-6/+6
* - MFZE1Derick Rethans2002-07-141-0/+12
* ChangeLog update2002-07-081-0/+17
* - Path which should improve previous fix.Andi Gutmans2002-07-071-1/+4
* - First try at solving problem with different objects being allocated theAndi Gutmans2002-07-071-3/+5
* name length should be strlen+1Stanislav Malyshev2002-07-071-1/+1
* Allow for 'class Namespace::Bar extends Foo' syntax. Patch by Timm Friebe <th...Sebastian Bergmann2002-07-071-1/+1
* ChangeLog update2002-07-071-0/+10
* - Fix problem where scope was lost in nested function calls.Andi Gutmans2002-07-061-10/+7
* spelling fixZeev Suraski2002-07-061-11/+11
* ChangeLog update2002-07-061-0/+4
* * folding fixesStig Bakken2002-07-051-1/+4
* ChangeLog update2002-07-021-0/+7
* - Fix bug when acccessing $this not in class scope.Andi Gutmans2002-07-011-8/+9
* - Export zend_object_get_address()Andi Gutmans2002-07-012-2/+2
* ChangeLog update2002-07-011-0/+8
* - Remember to document autoload when I have time.Andi Gutmans2002-06-301-0/+1
* - MFZE1Derick Rethans2002-06-301-1/+1
* ChangeLog update2002-06-301-0/+22
* - Get ready for alpha2Andi Gutmans2002-06-291-1/+1
* - Invalid -> UndefinedAndi Gutmans2002-06-291-3/+3
* - Add missing semi-colon.Andi Gutmans2002-06-291-0/+1
* - Improve some error messages.Andi Gutmans2002-06-292-4/+4
* - 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 bug 15037Andi Gutmans2002-06-292-11/+19
* ChangeLog update2002-06-291-0/+4
* - WS fixAndi Gutmans2002-06-281-2/+2
* ChangeLog update2002-06-271-0/+21
* - Autoloading support based on patch from Ivan Ristic.Andi Gutmans2002-06-261-2/+29
* - Centralize global class fetchAndi Gutmans2002-06-263-5/+6
* - Fix problem with scope's not changing correctly during method calls.Andi Gutmans2002-06-262-13/+29