Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | - Infrastructure changes for allowing to access the global scope from | Andi Gutmans | 2001-12-12 | 1 | -2/+1 |
| | | | | | | | | - within a class scope. - Fix the Zend.dsp project a bit. It seems someone pretty much killed it - when commiting their own personal configuration. Please be careful in - future. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Use alloca() when possible. | Andi Gutmans | 2001-12-01 | 1 | -3/+7 |
| | |||||
* | MFZE1 | Zeev Suraski | 2001-10-23 | 1 | -3/+7 |
| | |||||
* | MFZE1 | Zeev Suraski | 2001-08-14 | 1 | -0/+3 |
| | |||||
* | MFZE1 | Zeev Suraski | 2001-08-14 | 1 | -2/+6 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -6/+6 |
| | |||||
* | Avoid going over huge lists of functions, classes and constants. | Zeev Suraski | 2001-08-02 | 1 | -3/+3 |
| | | | | | Special thanks to the guys from the MS lab for the profiling tools :) | ||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+4 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -8/+3 |
| | |||||
* | Avoid TSRMLS_FETCH()'s (still lots of work left) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -19/+19 |
| | | | | | | 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... | ||||
* | Fix a memory leak which occured upon registering an already existing | Sascha Schumann | 2001-05-11 | 1 | -0/+1 |
| | | | | | constant. | ||||
* | - 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/+5 |
| | | | | | @- Make define return false and issue E_NOTICE when trying to redefine constant (Stas) | ||||
* | Make it possible to detect whether we're thread safe or not from PHP scripts ↵ | Zeev Suraski | 2000-06-26 | 1 | -0/+6 |
| | | | | | | | and the php.ini file | ||||
* | - Renamed get_used_files() to get_required_files() for consistency | Zeev Suraski | 2000-04-19 | 1 | -0/+3 |
| | | | | | | | - Documented some functions - Added user-level warning messages - Added user_error() | ||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 |
| | |||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | |||||
* | Fix a memory leak | Zeev Suraski | 2000-02-13 | 1 | -1/+3 |
| | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 |
| | |||||
* | - Finally beautify those WIN32|WINNT checks | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| | |||||
* | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -1/+1 |
| | | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks | ||||
* | Destructors no longer return ints, the low level problem it was intended to ↵ | Zeev Suraski | 2000-01-17 | 1 | -2/+1 |
| | | | | solve is long gone now... | ||||
* | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -1/+1 |
| | |||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -8/+7 |
| | | | | | - Introduce IS_UNSET | ||||
* | new constant: SQL_NULL | Thies C. Arntzen | 1999-12-28 | 1 | -0/+6 |
| | | | | | new macros: RETURN_SQLNULL,RETVAL_SQLNULL,IS_SQLNULL | ||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -20/+0 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | Fix for Thies's UMR | Zeev Suraski | 1999-08-20 | 1 | -1/+1 |
| | |||||
* | - Got rid of the C++ comments. | Andi Gutmans | 1999-08-10 | 1 | -1/+1 |
| | |||||
* | New constants | Zeev Suraski | 1999-07-22 | 1 | -1/+6 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+7 |
| | |||||
* | - License update | Andi Gutmans | 1999-07-14 | 1 | -10/+28 |
| | | | | | - Fix multithreaded constants startup | ||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -2/+3 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
* | Thread safety patch. It works now with 'just in time' resource initialization! | Zeev Suraski | 1999-04-21 | 1 | -17/+13 |
| | |||||
* | Thread safety patch. We're still not quite there but it compiles again, and | Zeev Suraski | 1999-04-21 | 1 | -0/+9 |
| | | | | | more logic has been implemented. | ||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+236 |