summaryrefslogtreecommitdiff
path: root/ext/standard/mail.c
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
|
* MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.xAdam Harvey2010-07-191-0/+1
| | | | | (only 64 bit)).
* - Ignore empty filename for mail.log, treat it like none givenJohannes Schlüter2010-06-181-1/+1
|
* Fix for bug #51604 (newline in end of header is shown in start of message).Adam Harvey2010-04-221-2/+7
| | | | | Patch by Daniel Egeberg.
* Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).Ilia Alshanetsky2010-02-021-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF inIlia Alshanetsky2009-06-211-1/+1
| | | | | existing headers)
* Fixed bug #47969 (ezmlm_hash() returns different values depend on OS)Ilia Alshanetsky2009-04-151-1/+1
|
* Fixed a bug inside mail() logging code that prevents log file from existingIlia Alshanetsky2009-01-131-1/+6
| | | | | outside of open_basedir
* fix ZTS buildAntony Dovgal2009-01-091-1/+1
|
* [DOC]Ilia Alshanetsky2009-01-091-11/+51
| | | | | | | | | | | | | | | | | | Added mail logging functionality that allows logging of mail sent via mail() function THe logging functionality is disabled by default but can be enabled on a per-directory or globaly via 2 INI settings. The mail.log directive allows you to specify the file where each call to mail() will be logged. The log file will contain the path and line # of the calling script in addition to all of the headers indicated by the user. The mail.add_x_header directive will introduce a X-PHP-Originating-Script header that will contain the file name (no path) of the calling script and the uid of the script. This combination should be sufficient for the admin to locate the sending script.
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|
* Adds signal handling around popen/pclose in mail.c.Mikko Koppanen2008-10-031-0/+37
| | | | | | Related information on bugs #8992 and #14032 Original patch by D. Parthey
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: ws + csJani Taskinen2007-11-061-32/+27
|
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-1/+1
|
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-111-8/+0
|
* Escape mail.force_extra_parameters valueStanislav Malyshev2007-07-101-1/+1
|
* Fixed MOPB-34-2007:PHP mail() Header Injection Through Subject and ToIlia Alshanetsky2007-03-301-2/+2
| | | | | Parameters
* fix compile warningAntony Dovgal2007-03-271-1/+1
|
* Fixed MOPB-33-2007:PHP mail() Message ASCIIZ Byte TruncationIlia Alshanetsky2007-03-271-1/+21
|
* Eliminate strcat() and strcpy()Ilia Alshanetsky2007-01-251-4/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Fixed bug #29334 (mail() provides incorrect message time header)foobar2005-08-071-1/+1
|
* - 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
| | | | | | | including a sysexits.h. -Kamesh
* 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
| | | | | for sendmail - including the default setup - so I'm disabling it for now.
* Prevent abrupt script execution when sendmail_path contains invalidIlia Alshanetsky2003-08-271-2/+9
| | | | | | executable. Add more detail to the warnings regarding execution of sendmail binary.
* 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
| | | | | | | | | | | the sendmail deamon on a per-vhost base. The value in this ini setting will override all extra commands passed as the 5th parameter to mail() and will work in Safe Mode. @- Added an extra ini setting (mail_force_extra_paramaters) which forces @ the addition of the specified parameters to be passed as extra @ parameters to the sendmail binary. These parameters will always replace @ the value of the 5th parameter to mail(), even in safe mode. (Derick)
* 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
| | | | | instances
* - 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
| | | | | - Removed redundend ifdefs