Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yet another TSRM fix. | foobar | 2001-08-07 | 1 | -14/+4 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | | | | the way | ||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | no c++ comments, please | Thies C. Arntzen | 2000-06-14 | 1 | -1/+1 |
| | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -13/+1 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | Add mcal_week_of_year(), submitted by jtaskine@hit.fi. | Chuck Hagenbuch | 2000-03-11 | 1 | -0/+1 |
| | |||||
* | Attribute list support ported from php3. | Chuck Hagenbuch | 2000-03-05 | 1 | -0/+1 |
| | |||||
* | - Removing the code that checks for Zend, since this is distinctly | Chuck Hagenbuch | 2000-02-26 | 1 | -0/+2 |
| | | | | | | | | | php4-specific now. - bringing it up to date with the mcal functions in php3 - cleanups Unfortunately, it still segfaults. I'll file a bug report about that... | ||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-18 | 1 | -42/+42 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+86 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |