summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify use of original_function_state_ptrZeev Suraski2003-08-071-18/+17
* - Fix warningsMarcus Boerger2003-08-071-8/+4
* clarify :)Zeev Suraski2003-08-061-2/+1
* Fix the buildfoobar2003-08-051-3/+3
* Try to put an end to the endless number of call_user_function variants.Zeev Suraski2003-08-051-76/+103
* remove stack clean - it makes troubleStanislav Malyshev2003-08-051-5/+0
* Nuke unused variablesMarcus Boerger2003-08-041-2/+0
* Fixed bug #23104 (hash position of static arrays not being reset)Ilia Alshanetsky2003-08-041-0/+1
* oops. forgot functionStanislav Malyshev2003-08-041-0/+3
* fix crash #24842Stanislav Malyshev2003-08-041-2/+2
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-8/+8
* Generalize fetch_classZeev Suraski2003-08-031-0/+37
* change shutdown order so that dtors would coexist with object error handlersStanislav Malyshev2003-07-271-14/+22
* make shutdown more granular so in case some dtor goes ape we stillStanislav Malyshev2003-07-271-1/+3
* Fix bug #19859 - allow fast_call_user_function to support __callStanislav Malyshev2003-07-031-3/+32
* optimize the case where the object is really a class name, as we don't needSterling Hughes2003-07-021-24/+31
* Timm Friebe points out that object detection should be done regardless ofSterling Hughes2003-07-021-54/+50
* small bugfixMarcus Boerger2003-07-011-0/+1
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-301-2/+2
* No need to duplicate code - zend_get_constant() knows toStanislav Malyshev2003-06-151-54/+9
* Fix bug #18872 - Improper handling of class constants used as defaultStanislav Malyshev2003-06-151-25/+19
* Fix bug #21800 - initialize opcode handlers in interactive modeStanislav Malyshev2003-06-151-1/+2
* updating license information in the headers.James Cox2003-06-101-1/+1
* Fix for Bug #23951Wez Furlong2003-06-091-5/+12
* Support 'self' and 'parent' in call_user_func()Stanislav Malyshev2003-06-091-2/+10
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-56/+0
* Make zend_str_tolower_copy() a copy function (like stccpy).Marcus Boerger2003-05-211-2/+2
* optimize the lookups by avoiding a copy and then another passSterling Hughes2003-05-201-9/+6
* add fast_call_user_function()Sterling Hughes2003-05-201-52/+67
* One function call is enoughMarcus Boerger2003-05-121-2/+2
* Check name before '::' so that it would be a namespace in zend_lookup_ns_classStanislav Malyshev2003-04-201-1/+1
* Add zend_lookup_ns_class() function.Andrei Zmievski2003-04-081-0/+34
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-1/+1
* Fix destructors some moreZeev Suraski2003-03-021-8/+9
* ZTS fixesSebastian Bergmann2003-02-161-1/+1
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-8/+21
* init current_execute_data befor we start executingThies C. Arntzen2003-02-141-0/+2
* Add ability to reference self:: and parent:: in constant initializersZeev Suraski2003-02-101-0/+17
* - 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