summaryrefslogtreecommitdiff
path: root/ext/standard/mail.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* typo fixesVeres Lajos2013-07-151-1/+1
* fix windows buildAnatoliy Belsky2013-01-061-1/+2
* Add a timestamp to the mail log.Martin Jansen2013-01-061-2/+11
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Fixed ZTS buildFelipe Pena2012-07-241-2/+2
* Add syslog support to mail.log #62356Florian Anderiasch2012-07-241-10/+45
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - use popen_ex directly, avoid the tsrm fetchPierre Joye2010-09-171-1/+1
* Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64Adam Harvey2010-07-191-0/+1
* - Ignore empty filename for mail.log, treat it like none givenJohannes Schlüter2010-06-181-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-9/+1
* Fix for bug #51604 (newline in end of header is shown in start of message).Adam Harvey2010-04-221-2/+7
* * Pass TSRMLS_C around pageinfo.cKalle Sommer Nielsen2010-04-131-3/+3
* 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
* 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
* fix ZTS buildAntony Dovgal2009-01-091-1/+1
* [DOC]Ilia Alshanetsky2009-01-091-11/+51
* 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
* 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
* 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
* 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