summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* MFZE1Ilia Alshanetsky2002-11-051-1/+7
* - Shift around zend_op membersAndi Gutmans2002-11-051-2/+2
* - A couple of updatesAndi Gutmans2002-11-051-1/+3
* - Add support for static methods. Basically methods which are defined asAndi Gutmans2002-11-054-32/+39
* - $clone -> $thatAndi Gutmans2002-11-051-1/+1
* - Fix bug introduced with type change of free_op1/2Andi Gutmans2002-11-051-1/+1
* - ATTENTION: Finally nuke old_function and cfunction. I think it is timeAndi Gutmans2002-11-052-10/+1
* Revert of previous patch.Ilia Alshanetsky2002-11-051-1/+1
* - Change the automatically created variable $clone in __clone() toAndi Gutmans2002-11-052-3/+3
* avoid using 'class' in exported functions - it annoys c++Stanislav Malyshev2002-11-052-6/+6
* Fixed some special cases that were crashing for the exception defaultStig Bakken2002-11-051-2/+8
* Silence compiler warnings.Ilia Alshanetsky2002-11-041-2/+2
* If ordered is not set a random compiler assigned value of *p2 would be used,Ilia Alshanetsky2002-11-041-1/+1
* Silence compile warning, ctype.h is needed for tolower() function.Ilia Alshanetsky2002-11-041-0/+2
* MFZE1Ilia Alshanetsky2002-11-021-1/+6
* - Fix segfault when __CLASS__ was used outside a class definitionDerick Rethans2002-11-021-1/+5
* - MFZE1Derick Rethans2002-11-021-0/+1
* MFZE1 (20214).Ilia Alshanetsky2002-11-021-1/+6
* ChangeLog update2002-11-021-0/+4
* - Fix unset($this->foo)Andi Gutmans2002-11-011-1/+1
* ChangeLog update2002-10-251-0/+10
* - Also tune jmpz_exAndi Gutmans2002-10-242-7/+12
* - Improve performance of part of the jmps. More to follow.Andi Gutmans2002-10-243-8/+18
* ChangeLog update2002-10-241-0/+11
* - This might improve performance. Commiting it so that I can check it onAndi Gutmans2002-10-232-3/+3
* - Make Ts access a macro. I need this for my next patch which shouldAndi Gutmans2002-10-231-237/+240
* ChangeLog update2002-10-231-0/+11
* - Nuke unused get_incdec_op()Andi Gutmans2002-10-221-22/+0
* - Improve overall engine performanceAndi Gutmans2002-10-223-13/+8
* - Fix bug reported by Daniel T. GorskiAndi Gutmans2002-10-221-1/+1
* ChangeLog update2002-10-221-0/+4
* MFZE1Thies C. Arntzen2002-10-211-1/+5
* ChangeLog update2002-10-211-0/+11
* looks like this message should goStanislav Malyshev2002-10-201-1/+1
* Fix private handlingStanislav Malyshev2002-10-201-2/+2
* Sync zend_html_puts parameter list with Zend Engine 1.Sebastian Bergmann2002-10-202-5/+5
* ChangeLog update2002-10-201-0/+8
* - Fix compile warning.Andi Gutmans2002-10-191-2/+2
* - Improve opcode dispatchingAndi Gutmans2002-10-193-7/+11
* ChangeLog update2002-10-191-0/+11
* - Change opcode dispatch mechanism to use a function per opcode and useAndi Gutmans2002-10-183-1881/+2512
* - CleanupAndi Gutmans2002-10-181-4/+2
* ChangeLog update2002-10-171-0/+30
* Fix ZTS build.Sebastian Bergmann2002-10-161-5/+5
* Fix class static members: now the following code works:Stanislav Malyshev2002-10-162-11/+31
* Fix and generalize $this handling.Stanislav Malyshev2002-10-163-47/+72
* ChangeLog update2002-10-151-0/+21
* MFZE1Ilia Alshanetsky2002-10-143-6/+12
* - Support new classname::$class_name, e.g.:Andi Gutmans2002-10-142-35/+35
* ChangeLog update2002-10-141-0/+4