summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
* Fix ZTS build.Ilia Alshanetsky2003-01-301-2/+2
* Add additional stage to post-session cleanup.Stanislav Malyshev2003-01-291-0/+11
* Fix object destructors:Stanislav Malyshev2003-01-291-4/+18
* Fixed bug: #14542, register_shutdown_function() timeout problemfoobar2003-01-231-2/+3
* Implemented compatibility modeZeev Suraski2003-01-121-0/+1
* - Ported the zend_execute_internal hook to ZendEngine2.Derick Rethans2003-01-111-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Adjust the error message.Andrei Zmievski2002-12-301-1/+1
* h WHitespaceAndi Gutmans2002-11-301-1/+1
* MFZE1 - error_reporting fixZeev Suraski2002-11-191-2/+0
* - Fix bug introduced with type change of free_op1/2Andi Gutmans2002-11-051-1/+1
* MFZE1 (floats & locale issue)Ilia Alshanetsky2002-10-121-0/+2
* MFZE1 zend_str_tolower issue.Ilia Alshanetsky2002-10-091-2/+2
* MFZE1Ilia Alshanetsky2002-09-261-2/+2
* MFZE1 - connection_status() fixZeev Suraski2002-09-191-3/+3
* MFZE1Andrei Zmievski2002-09-161-3/+6
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-1/+1
* - WSAndi Gutmans2002-09-151-2/+1
* MFZE1Stanislav Malyshev2002-09-101-0/+2
* MFZE1Stanislav Malyshev2002-09-101-0/+11
* debug_backtrace()Thies C. Arntzen2002-08-281-0/+1
* - debug_backtrace:Thies C. Arntzen2002-08-231-10/+20
* @- Added set_exception_handler() function for registering a global,Stig Bakken2002-08-161-0/+9
* - Fix crash when exception is raised in __autoload functionAndi Gutmans2002-08-131-0/+5
* - Make sure classes are first looked for in the current scope.Andi Gutmans2002-07-271-0/+5
* - Invalid -> UndefinedAndi Gutmans2002-06-291-3/+3
* - Improve some error messages.Andi Gutmans2002-06-291-3/+3
* - Autoloading support based on patch from Ivan Ristic.Andi Gutmans2002-06-261-2/+29
* - Fix bug in class constantsAndi Gutmans2002-06-161-5/+10
* Generalize object storage and reference bookkeepingStanislav Malyshev2002-05-311-3/+3
* Initial support for built-in backtracing.Andi Gutmans2002-05-021-0/+2
* some type cleanup workHarald Radi2002-04-231-1/+1
* MFZE1Zeev Suraski2002-04-201-0/+3
* Fix call_user_functionStanislav Malyshev2002-03-141-8/+8
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-121-2/+2
* - Remove use of C++ reserved words namespace/thisAndi Gutmans2002-03-011-19/+19
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-2/+9
* - First destructor hell fix. There was a situation where an object'sAndi Gutmans2002-01-251-0/+2
* - Improve performance of functions that use $GLOBALS[]Andi Gutmans2002-01-201-0/+10
* - Fix crash bug in call_user_function_ex(). Thanks to Sebastian for theAndi Gutmans2002-01-141-2/+5
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* - Significantly improve the performance of method calls and $this->memberAndi Gutmans2002-01-051-9/+26
* - Fix scoping issue. The following works now:Andi Gutmans2001-12-261-0/+9
* - Add initial capability of defining nested classes as class foo::barAndi Gutmans2001-12-221-1/+3
* - Fix crash bug in startup code.Andi Gutmans2001-12-131-1/+5
* - Rename zend_class_entry.constants -> zend_class_entry.constants_tableAndi Gutmans2001-12-111-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Initial work on changing namespace scope. Only methods & variablesAndi Gutmans2001-12-061-0/+2
* - Nuke the namespace work I did. It'll be redone differently.Andi Gutmans2001-12-061-1/+0