summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_0pre2'.php-4.3.0pre2SVN Migration2002-10-271-3812/+0
* - Also tune jmpz_exAndi Gutmans2002-10-241-2/+2
* - Improve performance of part of the jmps. More to follow.Andi Gutmans2002-10-241-4/+4
* - This might improve performance. Commiting it so that I can check it onAndi Gutmans2002-10-231-2/+2
* - Make Ts access a macro. I need this for my next patch which shouldAndi Gutmans2002-10-231-237/+240
* - Nuke unused get_incdec_op()Andi Gutmans2002-10-221-22/+0
* - Improve overall engine performanceAndi Gutmans2002-10-221-11/+6
* - Fix bug reported by Daniel T. GorskiAndi Gutmans2002-10-221-1/+1
* - Improve opcode dispatchingAndi Gutmans2002-10-191-7/+1
* - Change opcode dispatch mechanism to use a function per opcode and useAndi Gutmans2002-10-181-1880/+2508
* - CleanupAndi Gutmans2002-10-181-4/+2
* Fix ZTS build.Sebastian Bergmann2002-10-161-5/+5
* Fix class static members: now the following code works:Stanislav Malyshev2002-10-161-10/+30
* Fix and generalize $this handling.Stanislav Malyshev2002-10-161-26/+40
* - Support new classname::$class_name, e.g.:Andi Gutmans2002-10-141-34/+34
* MFZE1 zend_str_tolower issue.Ilia Alshanetsky2002-10-091-3/+3
* - Require $this-> when calling a methods. This whole automatic lookupAndi Gutmans2002-10-071-0/+2
* - Fix problem with unsetting object members.Andi Gutmans2002-10-061-2/+6
* MFZE1Ilia Alshanetsky2002-09-261-3/+3
* - Megapatch to try and support inheritance from sub-classes. Things mightAndi Gutmans2002-09-241-2/+10
* - WS fix - "while (" instead of "while("Andi Gutmans2002-09-151-2/+2
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-23/+23
* Support for __get, __set and __call in classes.Stanislav Malyshev2002-09-041-17/+38
* MFZE1Stanislav Malyshev2002-09-021-0/+2
* those are set by RETURN_FROM_EXECUTEThies C. Arntzen2002-08-231-2/+0
* zend_execute: make sure that current_execute_data points to the right thingThies C. Arntzen2002-08-211-0/+3
* MFZE1Andi Gutmans2002-08-171-1/+1
* MFZE1Zeev Suraski2002-08-171-1/+5
* - Make new 'is' operator work with classes only and return false whenAndi Gutmans2002-08-081-9/+3
* MFZE1Zeev Suraski2002-08-031-0/+4
* MFZE1Stanislav Malyshev2002-08-011-1/+5
* MFZE1 global declareJason Greene2002-07-301-1/+1
* @- Adding 'is' operator that can be used to check the type of a variable,Andrei Zmievski2002-07-301-0/+13
* - Fix problem with debug_backtrace() reported by Stig. We weren't reportingAndi Gutmans2002-07-261-0/+1
* - Nuke delete(). It was a big mistake to introduce it and I finallyAndi Gutmans2002-07-141-48/+0
* - Nuke some unused codeAndi Gutmans2002-07-141-29/+0
* - Fix problem where scope was lost in nested function calls.Andi Gutmans2002-07-061-10/+7
* - Improve some error messages.Andi Gutmans2002-06-291-1/+1
* - Fix problem with scope's not changing correctly during method calls.Andi Gutmans2002-06-261-1/+1
* - Revert patch which checks at run-time if you're allowed to assignAndi Gutmans2002-06-241-6/+0
* - Fix problem with constructor not being inherited and called correctly.Andi Gutmans2002-06-231-1/+3
* - Fix bug in class constantsAndi Gutmans2002-06-161-2/+2
* - Fix problem with assigning functions by reference.Andi Gutmans2002-06-111-2/+12
* Fix leakStanislav Malyshev2002-06-101-0/+1
* Remove unused local variable.Sebastian Bergmann2002-06-051-1/+0
* - Allow overloaded objects to receive the method name in its originalAndi Gutmans2002-06-051-22/+4
* - Hopefully fix problems with debug_backtrace()Andi Gutmans2002-05-081-0/+13
* - More debug backtrace work. It still doesn't work very well...Andi Gutmans2002-05-071-3/+1
* Initial support for built-in backtracing.Andi Gutmans2002-05-021-51/+39
* some type cleanup workHarald Radi2002-04-231-3/+3