summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* tested patch from Zeev (fixes oo-bug in ext/mysqli)Georg Richter2003-02-161-13/+21
* ZTS fixesSebastian Bergmann2003-02-161-2/+2
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-11/+107
* whitespaceZeev Suraski2003-02-101-0/+143
* Add ability to reference self:: and parent:: in constant initializersZeev Suraski2003-02-101-3/+3
* Remove redundant codeZeev Suraski2003-02-101-17/+0
* Fix the array() problem (and probably some other problems too)Zeev Suraski2003-02-091-0/+4
* - read_property cleanupZeev Suraski2003-02-051-4/+4
* Rework static class properties - now supports access restrictionsZeev Suraski2003-02-051-47/+34
* Core rearrangements - move Zend Objects specific code to theirZeev Suraski2003-02-021-122/+3
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
* Code rearrangementsZeev Suraski2003-01-291-1/+0
* Fix assignments to $this.Zeev Suraski2003-01-291-1/+11
* Allow methods in parent classes to call protected methods in derivedZeev Suraski2003-01-281-7/+22
* Replace MAKE_VAR opcode with special 'data' opcodeStanislav Malyshev2003-01-271-20/+55
* Let the scope propagate to internal functionsZeev Suraski2003-01-231-13/+10
* Fixed bug #21814 (Allow booleans to be used as array keys).Ilia Alshanetsky2003-01-221-0/+1
* Fixed bug #20933 (isset/empty didn't work when used on string offsets).Ilia Alshanetsky2003-01-161-5/+14
* - Change "is" to "instanceof" as it explains better what the operator means.Andi Gutmans2003-01-141-3/+3
* Implemented compatibility modeZeev Suraski2003-01-121-0/+5
* - Fix typo and whitespaceAndi Gutmans2003-01-111-2/+2
* - Ported the zend_execute_internal hook to ZendEngine2.Derick Rethans2003-01-111-1/+13
* Fix incorrect linkage of access-levels, when using private methodsZeev Suraski2003-01-021-8/+22
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Support private/protected constructorsZeev Suraski2002-12-071-36/+52
* Fix error messagesZeev Suraski2002-12-071-0/+6
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-8/+92
* h WHitespaceAndi Gutmans2002-11-301-9/+9
* - FN_IS_STATIC -> FN_STATICAndi Gutmans2002-11-241-2/+2
* - Commit Marcus' cleanup of abstract and static inheritance and improveAndi Gutmans2002-11-231-7/+7
* Show class name as well. Patch by Marcus Börger.Sebastian Bergmann2002-11-221-1/+1
* Show the name of the abstract method in the error.Sebastian Bergmann2002-11-211-1/+1
* - Fix build (thanks Marcus)Andi Gutmans2002-11-201-3/+12
* MFZE1 - error_reporting fixZeev Suraski2002-11-191-5/+11
* fix the leakStanislav Malyshev2002-11-171-0/+4
* semi-fix string offsets crash - now it doesn't crash, but still leaksStanislav Malyshev2002-11-131-0/+9
* Fugbix typo.Sebastian Bergmann2002-11-111-1/+1
* Fix ZTS build.Sebastian Bergmann2002-11-061-1/+1
* fix zend_assign_to_object_opStanislav Malyshev2002-11-061-1/+1
* - Add support for static methods. Basically methods which are defined asAndi Gutmans2002-11-051-14/+25
* - Fix unset($this->foo)Andi Gutmans2002-11-011-1/+1
* - 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