Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x | Adam Harvey | 2010-07-19 | 1 | -0/+1 |
| | | | | | (only 64 bit)). | ||||
* | - Ignore empty filename for mail.log, treat it like none given | Johannes Schlüter | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Fix for bug #51604 (newline in end of header is shown in start of message). | Adam Harvey | 2010-04-22 | 1 | -2/+7 |
| | | | | | Patch by Daniel Egeberg. | ||||
* | Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX). | Ilia Alshanetsky | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in | Ilia Alshanetsky | 2009-06-21 | 1 | -1/+1 |
| | | | | | existing headers) | ||||
* | Fixed bug #47969 (ezmlm_hash() returns different values depend on OS) | Ilia Alshanetsky | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | Fixed a bug inside mail() logging code that prevents log file from existing | Ilia Alshanetsky | 2009-01-13 | 1 | -1/+6 |
| | | | | | outside of open_basedir | ||||
* | fix ZTS build | Antony Dovgal | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | [DOC] | Ilia Alshanetsky | 2009-01-09 | 1 | -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 Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
| | |||||
* | Adds signal handling around popen/pclose in mail.c. | Mikko Koppanen | 2008-10-03 | 1 | -0/+37 |
| | | | | | | Related information on bugs #8992 and #14032 Original patch by D. Parthey | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: ws + cs | Jani Taskinen | 2007-11-06 | 1 | -32/+27 |
| | |||||
* | MFH: Nuked ending dots from error messages | Jani Taskinen | 2007-09-30 | 1 | -1/+1 |
| | |||||
* | - MFH: Always enable mail() function | Johannes Schlüter | 2007-07-11 | 1 | -8/+0 |
| | |||||
* | Escape mail.force_extra_parameters value | Stanislav Malyshev | 2007-07-10 | 1 | -1/+1 |
| | |||||
* | Fixed MOPB-34-2007:PHP mail() Header Injection Through Subject and To | Ilia Alshanetsky | 2007-03-30 | 1 | -2/+2 |
| | | | | | Parameters | ||||
* | fix compile warning | Antony Dovgal | 2007-03-27 | 1 | -1/+1 |
| | |||||
* | Fixed MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation | Ilia Alshanetsky | 2007-03-27 | 1 | -1/+21 |
| | |||||
* | Eliminate strcat() and strcpy() | Ilia Alshanetsky | 2007-01-25 | 1 | -4/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Fixed bug #29334 (mail() provides incorrect message time header) | foobar | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | defined EX_OK and EX_TEMPFAIL in ext/standard/mail.c for NETWARE rather than ↵ | Anantha Kesari H Y | 2005-07-28 | 1 | -1/+2 |
| | | | | | | | including a sysexits.h. -Kamesh | ||||
* | removing unwanted header files getting included | Anantha Kesari H Y | 2004-09-25 | 1 | -1/+0 |
| | |||||
* | fix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parameters | Antony Dovgal | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces) | Ilia Alshanetsky | 2004-01-09 | 1 | -2/+2 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | MFB: Fix for possible uninitialized usage of subject_r. | Ilia Alshanetsky | 2003-11-30 | 1 | -0/+2 |
| | |||||
* | Fixed bug #25923 (mail() modifies the to & subject arguments). | Ilia Alshanetsky | 2003-10-20 | 1 | -14/+25 |
| | |||||
* | Remove sendmail patch check. | Ilia Alshanetsky | 2003-10-13 | 1 | -25/+0 |
| | |||||
* | Cleanup r1.76 patch | Ilia Alshanetsky | 2003-09-11 | 1 | -6/+10 |
| | |||||
* | Re-enable sendmail binary check, now with parameter detection. | Ilia Alshanetsky | 2003-09-08 | 1 | -4/+17 |
| | |||||
* | The sendmail_path executable check breaks setups that use parameters | Stanislav Malyshev | 2003-09-01 | 1 | -1/+2 |
| | | | | | for sendmail - including the default setup - so I'm disabling it for now. | ||||
* | Prevent abrupt script execution when sendmail_path contains invalid | Ilia Alshanetsky | 2003-08-27 | 1 | -2/+9 |
| | | | | | | executable. Add more detail to the warnings regarding execution of sendmail binary. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Revert, this caused more trouble than it fixed. | Sara Golemon | 2003-05-07 | 1 | -3/+3 |
| | |||||
* | Bug #22962 | Sara Golemon | 2003-04-01 | 1 | -3/+3 |
| | |||||
* | - Added an extra ini setting with which extra commands can be forced to | Derick Rethans | 2003-02-26 | 1 | -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 Alshanetsky | 2003-02-24 | 1 | -0/+16 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Portability: Use 0 if the platform does not define EX_OK | Martin Kraemer | 2002-11-28 | 1 | -1/+3 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -3/+2 |
| | | | | | instances | ||||
* | - Unbreak build | Derick Rethans | 2002-09-22 | 1 | -1/+1 |
| | |||||
* | typo | James Cox | 2002-09-22 | 1 | -2/+2 |
| | |||||
* | - Please do not use spaces for indentation! | Derick Rethans | 2002-09-06 | 1 | -2/+0 |
| | | | | | - Removed redundend ifdefs |