summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* - Nuke dependency of all of PHP on zend_execute_locks.h.Andi Gutmans2001-06-211-1/+0
* Add missing checkZeev Suraski2001-05-301-1/+1
* Hear hear, interactive mode is finally showing some progress:Zeev Suraski2001-05-061-1/+1
* - Fix crash bug in interactive modeAndi Gutmans2001-04-301-0/+17
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-1/+1
* Do case-insensitive class name matching when parsingAndrei Zmievski2001-02-281-2/+8
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* - Fix whitespace.Andi Gutmans2001-02-121-3/+3
* Fix a bug that could cause corruption in case of an error duringZeev Suraski2001-02-121-0/+11
* Allow passing class name as well as an object instance to call methods.Andrei Zmievski2001-02-041-3/+11
* Set the correct function state during execution. This is mainly to haveAndrei Zmievski2001-02-031-0/+2
* More aggressive protection in call_user_function_ex()Zeev Suraski2000-12-241-0/+3
* Fix a possible crash bug in call_user_function_ex(), if the function isZeev Suraski2000-12-231-1/+1
* Fix call_user_function() with objects - it could leak under certain circumsta...Zeev Suraski2000-12-131-14/+13
* Fix -a interactive mode (no idea how the previous commit got committed)Zeev Suraski2000-10-111-0/+1
* Make compile_string() accept a description of the codeZeev Suraski2000-09-121-2/+2
* - Fix bug report by Andrei when using a method as a sort user functionAndi Gutmans2000-08-221-0/+2
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-091-14/+3
* Unblock SIGPROF signal when starting timer.Stanislav Malyshev2000-07-031-0/+4
* - Forgot ZEND_APIAndi Gutmans2000-07-021-1/+1
* error_reporting fixZeev Suraski2000-06-301-0/+4
* Make max_execution_time work properly when set to 0 under Win32 (disable)Zeev Suraski2000-06-261-1/+5
* - Add restore_error_handler()Zeev Suraski2000-06-171-1/+5
* Allow the symbol_table to be passed to call_user_function_ex()Zeev Suraski2000-06-171-6/+12
* Ok, this time here's some real Win32 system programming :)Zeev Suraski2000-06-161-15/+68
* Fix UNIX buildAndi Gutmans2000-06-161-9/+16
* - Move timeout code to ZendZeev Suraski2000-06-161-0/+109
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-128/+0
* Add a couple of castsSascha Schumann2000-06-081-1/+1
* Change shutdown order to sort out a crash when assigning a resource id to a s...Zeev Suraski2000-06-041-1/+21
* Improve call_user_function() to support array($obj, $method)Zeev Suraski2000-06-031-0/+18
* Fix a bug in static initializers/default values/class member variables that c...Zeev Suraski2000-05-311-4/+11
* - Make zend_eval_string() return SUCCESS/FAILUREAndi Gutmans2000-05-061-2/+5
* Fix - forgot to split away if refcount>1Zeev Suraski2000-04-261-1/+8
* Initial support for trapping errors (not complete and disabled; will be enab...Zeev Suraski2000-04-191-1/+7
* - Clean up resource lists namespaceZeev Suraski2000-04-151-1/+1
* - Fix memory leakAndi Gutmans2000-04-111-1/+5
* Fix object overloading supportZeev Suraski2000-04-101-2/+0
* - Stop zend_func_args() and co. from crashingAndi Gutmans2000-03-261-4/+4
* - Some header dependencies cleanupZeev Suraski2000-03-251-2/+0
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-241-1/+1
* - Quick way of supporting include_once().Andi Gutmans2000-03-101-2/+2
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* Pass the executor globals to internal functionsZeev Suraski2000-02-051-1/+1
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-1/+1
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-041-0/+10
* Improve dependenciesZeev Suraski2000-02-011-0/+1
* - Get rid of remains of garbage.Andi Gutmans2000-02-011-1/+0
* moved destroying of garbage before resource-list gets destroyed - (see my pre...Thies C. Arntzen2000-02-011-5/+7