Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Raise warning when trying to execute non-executeable shell | Markus Fischer | 2002-03-16 | 1 | -1/+1 |
| | | | | | for mail delivery binary. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | used in extension(s) as well | Daniel Beulshausen | 2001-06-11 | 1 | -1/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Added a new parameter to mail() which appends aditional command line | Derick Rethans | 2001-02-05 | 1 | -1/+1 |
| | | | | | | | | parameters to the mail program. This is usefull to set the From headers correctly with the -f parameter to sendmail p.e. @- Added a new parameter to mail() which appends aditional command line @ parameters to the mail program. (Derick) | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | ezmlm_hash() function also available for php4. | Kristian Köhntopp | 2000-06-29 | 1 | -0/+1 |
| | |||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -6/+1 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - 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/+49 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |