summaryrefslogtreecommitdiff
path: root/ext/standard/mail.c
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* defined EX_OK and EX_TEMPFAIL in ext/standard/mail.c for NETWARE rather than ...Anantha Kesari H Y2005-07-281-1/+2
* removing unwanted header files getting includedAnantha Kesari H Y2004-09-251-1/+0
* fix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parametersAntony Dovgal2004-08-031-1/+1
* Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces)Ilia Alshanetsky2004-01-091-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* MFB: Fix for possible uninitialized usage of subject_r.Ilia Alshanetsky2003-11-301-0/+2
* Fixed bug #25923 (mail() modifies the to & subject arguments).Ilia Alshanetsky2003-10-201-14/+25
* Remove sendmail patch check.Ilia Alshanetsky2003-10-131-25/+0
* Cleanup r1.76 patchIlia Alshanetsky2003-09-111-6/+10
* Re-enable sendmail binary check, now with parameter detection.Ilia Alshanetsky2003-09-081-4/+17
* The sendmail_path executable check breaks setups that use parametersStanislav Malyshev2003-09-011-1/+2
* Prevent abrupt script execution when sendmail_path contains invalidIlia Alshanetsky2003-08-271-2/+9
* updating license information in the headers.James Cox2003-06-101-3/+3
* Revert, this caused more trouble than it fixed.Sara Golemon2003-05-071-3/+3
* Bug #22962Sara Golemon2003-04-011-3/+3
* - Added an extra ini setting with which extra commands can be forced toDerick Rethans2003-02-261-1/+4
* Fixed bug #22355 (PHP would remove folding from Subject & To fields).Ilia Alshanetsky2003-02-241-0/+16
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Portability: Use 0 if the platform does not define EX_OKMartin Kraemer2002-11-281-1/+3
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-3/+2
* - Unbreak buildDerick Rethans2002-09-221-1/+1
* typoJames Cox2002-09-221-2/+2
* - Please do not use spaces for indentation!Derick Rethans2002-09-061-2/+0
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-3/+10
* - WhitespaceDerick Rethans2002-08-261-19/+27
* @- Use escape_shell_cmd() to allow multiple extra parameters to theDerick Rethans2002-08-261-2/+3
* Overwrite control chars in parameters with whitespace instead of truncating.Stefan Esser2002-08-241-10/+16
* php_error_docrefMarcus Boerger2002-08-241-7/+5
* Add default arguments to new internal mail function.Frank M. Kromann2002-07-021-1/+1
* - Be nice to users and allow them to check if the mail was sendDerick Rethans2002-07-021-1/+1
* - Disable 5th parameter to mail in safemodeDerick Rethans2002-07-021-5/+9
* Fixed: possible bufferunderrun (worst case == invalid free bytes counter)Stefan Esser2002-06-131-7/+15
* - Adjust for improved error messages from win32/sendmail.cMarkus Fischer2002-05-141-2/+8
* - WS fix.Markus Fischer2002-03-161-6/+6
* - Don't forget to close the handle.Markus Fischer2002-03-161-0/+1
* - Raise warning when trying to execute non-executeable shellMarkus Fischer2002-03-161-4/+16
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Add a comment indicating that this return statement will never be reached.Jon Parise2002-01-271-1/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - switch to new paramter parserHartmut Holzgraefe2001-12-021-51/+24
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-4/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-5/+9
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+0
* Enable using an external mailer under windows.Shane Caraveo2001-07-081-13/+25
* Needed for the prototype of php_escape_shell_cmd().Sascha Schumann2001-07-081-0/+1
* - Fix for the first part of Bug #11890Derick Rethans2001-07-051-6/+9
* used in extension(s) as wellDaniel Beulshausen2001-06-111-1/+1