| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | Namespaces | Dmitry Stogov | 2007-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | it's 4 either way, but it's customary to use 1<< | Stanislav Malyshev | 2007-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵ | Johannes Schlüter | 2006-10-18 | 1 | -0/+1 | |
| | | | | | to self:: | |||||
| * | Eliminated run-time constant fetching for TRUE, FALSE and NULL | Dmitry Stogov | 2006-03-15 | 1 | -0/+1 | |
| | | ||||||
| * | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | - Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an int). | Derick Rethans | 2004-03-04 | 1 | -1/+1 | |
| | | | | | | | - Change the MAX_LENGTH_OF_LONG constant to 20, as LONG_MAX is 20 characters. (Patches by Ard Biesheuven) | |||||
| * | Silence some compile warnings | foobar | 2004-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 | |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
| * | Replace *magic number* with a much nicer define. | Ilia Alshanetsky | 2003-08-22 | 1 | -0/+2 | |
| | | ||||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | C++ compile fixes | Hartmut Holzgraefe | 2003-05-20 | 1 | -0/+2 | |
| | | ||||||
| * | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+9 | |
| | | ||||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | - Nuke persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -4/+0 | |
| | | ||||||
| * | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | | ||||||
| * | MFZE1 | Zeev Suraski | 2001-08-14 | 1 | -2/+6 | |
| | | ||||||
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -8/+8 | |
| | | ||||||
| * | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -3/+3 | |
| | | ||||||
| * | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -16/+16 | |
| | | | | | | | 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... | |||||
| * | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | Make define return false and issue E_NOTICE when trying to redefine constant | Stanislav Malyshev | 2000-07-28 | 1 | -1/+1 | |
| | | | | | | @- Make define return false and issue E_NOTICE when trying to redefine constant (Stas) | |||||
| * | Replace macros which begin with an underscore through an appropiately | Sascha Schumann | 2000-07-03 | 1 | -2/+2 | |
| | | | | | | named macro. | |||||
| * | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | | ||||||
| * | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Destructors no longer return ints, the low level problem it was intended to ↵ | Zeev Suraski | 2000-01-17 | 1 | -2/+2 | |
| | | | | | solve is long gone now... | |||||
| * | Fix warnings surfacing in maintainer-mode. | Stig S. Bakken | 1999-12-01 | 1 | -0/+1 | |
| | | ||||||
| * | Fix for Thies's UMR | Zeev Suraski | 1999-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 | |
| | | ||||||
| * | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 | |
| | | ||||||
| * | - License update | Andi Gutmans | 1999-07-14 | 1 | -1/+3 | |
| | | | | | | - Fix multithreaded constants startup | |||||
| * | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -1/+3 | |
| | | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | |||||
| * | * 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. It works now with 'just in time' resource initialization! | Zeev Suraski | 1999-04-21 | 1 | -15/+17 | |
| | | ||||||
| * | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+53 | |
