summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
Commit message (Collapse)AuthorAgeFilesLines
* - Raise warning when trying to execute non-executeable shellMarkus Fischer2002-03-161-1/+1
| | | | | for mail delivery binary.
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* used in extension(s) as wellDaniel Beulshausen2001-06-111-1/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* - Added a new parameter to mail() which appends aditional command lineDerick Rethans2001-02-051-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 Croft2000-07-241-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 generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* ezmlm_hash() function also available for php4.Kristian Köhntopp2000-06-291-0/+1
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-6/+1
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* More php3_ annihilationZeev Suraski1999-12-181-1/+1
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-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 allSascha Schumann1999-12-041-0/+49
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.