summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp_ibase_before_splitSVN Migration2004-01-251-1189/+0
* Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow callingMarcus Boerger2004-01-241-3/+3
* Change message as proposed by Jon.Sebastian Bergmann2004-01-241-1/+1
* Simplify detection of methods that must be called dynamic (with object)Marcus Boerger2004-01-231-1/+1
* Disallow calling __clone/__construct/__destruct staticMarcus Boerger2004-01-231-0/+9
* Improove debug capabilitiesMarcus Boerger2004-01-181-1/+1
* Added error mask to set_error_handler()Zeev Suraski2004-01-101-0/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Fix __autoload() with derived classesMarcus Boerger2003-12-291-0/+5
* Fixed bug #26697 (calling class_exists on a nonexistent class in __autoloadMarcus Boerger2003-12-231-0/+9
* *** empty log message ***Dmitry Stogov2003-12-171-1/+0
* Access to globals/autoglobals from class __destructor was fixed.Dmitry Stogov2003-12-171-1/+2
* Memory corruptions were fixed in zend_str_tolower_copy()Dmitry Stogov2003-12-151-1/+1
* Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaughtMarcus Boerger2003-12-111-1/+7
* Do not double copy the stringMarcus Boerger2003-12-101-2/+3
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-8/+14
* Make __autoload() fasterMarcus Boerger2003-11-071-11/+8
* Revert accidental commitMarcus Boerger2003-10-241-22/+2
* Zend/ZEND_CHANGESMarcus Boerger2003-10-241-2/+22
* The freed one is a hashtable - may matter if Hashtables are allocatedStanislav Malyshev2003-10-141-1/+1
* wsStanislav Malyshev2003-09-111-2/+1
* Use scope from method, not from objectStanislav Malyshev2003-09-111-0/+5
* WSMarcus Boerger2003-09-011-1/+0
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-241-0/+15
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-0/+21
* 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