summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+3
|
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-11/+11
| | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Improved interactive mode - it is now available in all builds, without any ↵Zeev Suraski2001-07-151-2/+0
| | | | significant slowdown
* - Nuke dependency of all of PHP on zend_execute_locks.h.Andi Gutmans2001-06-211-52/+1
|
* Add missing exportsZeev Suraski2001-06-191-1/+1
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* Expose all timeout functionsZeev Suraski2000-12-051-2/+2
|
* - Fix Bug #7061Andi Gutmans2000-10-061-4/+5
|
* Remove --enable-c9x-inline option. We now use a syntax which is compatibleSascha Schumann2000-09-261-25/+5
| | | | | | with all compilers by providing the function with static linkage in every compilation unit.
* Make compile_string() accept a description of the codeZeev Suraski2000-09-121-1/+1
|
* - Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSEDAndi Gutmans2000-08-141-1/+1
|
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-3/+3
| | | | | named macro.
* - Forgot ZEND_APIAndi Gutmans2000-07-021-1/+1
|
* Ok, this time here's some real Win32 system programming :)Zeev Suraski2000-06-161-3/+6
| | | | | | Redesigned the timeout system using a single timeout thread and a single window, and used a much quicker check.
* - Move timeout code to ZendZeev Suraski2000-06-161-0/+8
| | | | | - Implement timeouts in Win32
* Rename C0x-inline to C9x-inline, and frame preprocessor directives inSascha Schumann2000-06-141-5/+5
| | | | | zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif.
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-5/+141
| | | | | | | These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later.
* Fix a bug in static initializers/default values/class member variables that ↵Zeev Suraski2000-05-311-1/+1
| | | | | | | contained array values
* - Make zend_eval_string() return SUCCESS/FAILUREAndi Gutmans2000-05-061-1/+1
|
* Fix object overloading supportZeev Suraski2000-04-101-2/+1
|
* Clean up last/size definitionsZeev Suraski2000-04-101-0/+2
|
* Initial preparation for OO overloading patchAndi Gutmans2000-04-061-2/+7
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-041-0/+1
|
* - Made things work again (Thies, everybody - please check the latest CVS and ↵Zeev Suraski1999-12-191-1/+1
| | | | | | | | see if you're still getting any problems) - Changed the interface of call_user_function_ex() to support returning of references
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-011-1/+1
|
* - Optimize class instanciationZeev Suraski1999-11-211-1/+1
| | | | | - Fix constant instanciation for array elements inside objects
* - First part of the patch which makes reads use ptr and not ptr_ptr.Andi Gutmans1999-09-281-0/+1
|
* - Changed Ts{}.var to Ts{}.var.ptr_ptr.Andi Gutmans1999-09-261-1/+3
|
* Fix bug #1812Zeev Suraski1999-07-231-1/+1
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-1/+1
| | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-1/+1
| | | | | more logic has been implemented.
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-0/+4
| | | | | Prepatch tagged as BEFORE_STACK_PATCH.
* Zend LibraryAndi Gutmans1999-04-071-0/+67