summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* some type cleanup workHarald Radi2002-04-231-3/+3
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-151-5/+5
* - Scope fix. When calling an imported function the scope will changeAndi Gutmans2002-03-151-5/+4
* - Fix issues with $this when using it by itself without indirection such asAndi Gutmans2002-03-151-68/+35
* fix for delete $this and unset $thisStanislav Malyshev2002-03-141-17/+32
* - 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-19/+34
* - Fix build in ZTS mode.Andi Gutmans2002-03-101-8/+10
* New stuff for objects API:Stanislav Malyshev2002-03-101-1/+303
* - Support importing constants. e.g.:Andi Gutmans2002-03-081-1/+44
* - Add function * and class * functionality. Only constants are left.Andi Gutmans2002-03-061-2/+6
* - Initial patch to support importing from class scopes (for Stig).Andi Gutmans2002-03-021-0/+61
* - Remove use of C++ reserved words namespace/thisAndi Gutmans2002-03-011-52/+41
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-252/+160
* - This small patch should also take care of allowing unseting of $this->fooAndi Gutmans2002-02-041-2/+7
* - Fix problem with the objects_destructor called during shutdown. It wasAndi Gutmans2002-02-041-44/+135
* - Fix a bug reported by Sebastian with indirect class names not working.Andi Gutmans2002-01-221-10/+20
* - Improve performance of functions that use $GLOBALS[]Andi Gutmans2002-01-201-13/+0
* - Change exception handling to use the Java-like catch(MyException $exception)Andi Gutmans2002-01-131-8/+27
* - Make sure $this is passed on to methodsAndi Gutmans2002-01-061-4/+12
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* - Allow passing of $this as function arguments.Andi Gutmans2002-01-051-6/+22
* - Significantly improve the performance of method calls and $this->memberAndi Gutmans2002-01-051-22/+27
* - Improve performance of indirect-referenced function callsAndi Gutmans2002-01-041-10/+25
* - Separate other kinds of function calls too.Andi Gutmans2002-01-041-76/+134
* - Start splitting up different kinds of function calls into differentAndi Gutmans2002-01-041-23/+27
* - MFZE1 for exit fix, exposing current function name in error messages andDerick Rethans2002-01-031-1/+2
* - Support default arguments for reference parametersAndi Gutmans2001-12-281-8/+8
* - Support parent:: againAndi Gutmans2001-12-271-1/+10
* - Fix scoping issue. The following works now:Andi Gutmans2001-12-261-0/+1
* - Initial support for _clone()Andi Gutmans2001-12-261-0/+12
* - Fix a crash (not a thorough fix).Andi Gutmans2001-12-251-0/+2
* - Fixed bug where global functions weren't called if they didn't existAndi Gutmans2001-12-241-4/+11
* - Fix crash bug in startup code.Andi Gutmans2001-12-131-2/+16
* - Make classes have scope and function/constant lookups default to the classAndi Gutmans2001-12-121-7/+13
* - Rename zend_class_entry.constants -> zend_class_entry.constants_tableAndi Gutmans2001-12-111-2/+2
* - Start making scope change correctly when calling namespace functions.Andi Gutmans2001-12-111-13/+29
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - More namespaces work.Andi Gutmans2001-12-101-4/+20
* - Support constants. The following works now:Andi Gutmans2001-12-061-10/+19
* - Initial work on changing namespace scope. Only methods & variablesAndi Gutmans2001-12-061-3/+9
* - Nuke the namespace work I did. It'll be redone differently.Andi Gutmans2001-12-061-7/+0
* - Initial support for class constants. There are still a few semanticAndi Gutmans2001-11-301-6/+19
* - Support static members. The following script works:Andi Gutmans2001-11-251-1/+4
* - MFZE1Andi Gutmans2001-11-241-17/+17
* - Support instantiation of nested class. The following script now shouldAndi Gutmans2001-11-041-18/+20
* - Add constructor to the zend_class_entry instead of looking it up eachAndi Gutmans2001-11-031-4/+15
* - Initial support for nested class definitionsAndi Gutmans2001-10-291-6/+15
* MFTGZE1Zeev Suraski2001-10-271-1/+1
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-301-415/+434