Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+3 | |
| | ||||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -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 Suraski | 2001-07-15 | 1 | -2/+0 | |
| | | | | significant slowdown | |||||
* | - Nuke dependency of all of PHP on zend_execute_locks.h. | Andi Gutmans | 2001-06-21 | 1 | -52/+1 | |
| | ||||||
* | Add missing exports | Zeev Suraski | 2001-06-19 | 1 | -1/+1 | |
| | ||||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Expose all timeout functions | Zeev Suraski | 2000-12-05 | 1 | -2/+2 | |
| | ||||||
* | - Fix Bug #7061 | Andi Gutmans | 2000-10-06 | 1 | -4/+5 | |
| | ||||||
* | Remove --enable-c9x-inline option. We now use a syntax which is compatible | Sascha Schumann | 2000-09-26 | 1 | -25/+5 | |
| | | | | | | with all compilers by providing the function with static linkage in every compilation unit. | |||||
* | Make compile_string() accept a description of the code | Zeev Suraski | 2000-09-12 | 1 | -1/+1 | |
| | ||||||
* | - Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSED | Andi Gutmans | 2000-08-14 | 1 | -1/+1 | |
| | ||||||
* | Replace macros which begin with an underscore through an appropiately | Sascha Schumann | 2000-07-03 | 1 | -3/+3 | |
| | | | | | named macro. | |||||
* | - Forgot ZEND_API | Andi Gutmans | 2000-07-02 | 1 | -1/+1 | |
| | ||||||
* | Ok, this time here's some real Win32 system programming :) | Zeev Suraski | 2000-06-16 | 1 | -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 Zend | Zeev Suraski | 2000-06-16 | 1 | -0/+8 | |
| | | | | | - Implement timeouts in Win32 | |||||
* | Rename C0x-inline to C9x-inline, and frame preprocessor directives in | Sascha Schumann | 2000-06-14 | 1 | -5/+5 | |
| | | | | | zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif. | |||||
* | Add optional support for C0x inline semantics. | Sascha Schumann | 2000-06-13 | 1 | -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 Suraski | 2000-05-31 | 1 | -1/+1 | |
| | | | | | | | contained array values | |||||
* | - Make zend_eval_string() return SUCCESS/FAILURE | Andi Gutmans | 2000-05-06 | 1 | -1/+1 | |
| | ||||||
* | Fix object overloading support | Zeev Suraski | 2000-04-10 | 1 | -2/+1 | |
| | ||||||
* | Clean up last/size definitions | Zeev Suraski | 2000-04-10 | 1 | -0/+2 | |
| | ||||||
* | Initial preparation for OO overloading patch | Andi Gutmans | 2000-04-06 | 1 | -2/+7 | |
| | ||||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | Maintain a state of whether we're compiling and/or executing | Zeev Suraski | 2000-02-04 | 1 | -0/+1 | |
| | ||||||
* | - Made things work again (Thies, everybody - please check the latest CVS and ↵ | Zeev Suraski | 1999-12-19 | 1 | -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. Bakken | 1999-12-01 | 1 | -1/+1 | |
| | ||||||
* | - Optimize class instanciation | Zeev Suraski | 1999-11-21 | 1 | -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 Gutmans | 1999-09-28 | 1 | -0/+1 | |
| | ||||||
* | - Changed Ts{}.var to Ts{}.var.ptr_ptr. | Andi Gutmans | 1999-09-26 | 1 | -1/+3 | |
| | ||||||
* | Fix bug #1812 | Zeev Suraski | 1999-07-23 | 1 | -1/+1 | |
| | ||||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 | |
| | ||||||
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -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, and | Zeev Suraski | 1999-04-21 | 1 | -1/+1 | |
| | | | | | more logic has been implemented. | |||||
* | This patch is a go. Not fully optimized yet, but working properly. | Zeev Suraski | 1999-04-12 | 1 | -0/+4 | |
| | | | | | Prepatch tagged as BEFORE_STACK_PATCH. | |||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+67 | |