summaryrefslogtreecommitdiff
path: root/ext/standard/mail.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-281-3/+3
|\
| * Merge branch 'pull-request/1350' into PHP-5.4Stanislav Malyshev2015-06-281-3/+3
| |\
| | * Move strlen() check to php_mail_detect_multiple_crlf()Yasuo Ohgaki2015-06-191-2/+2
| | * Fixed Bug #69874 : Can't set empty additional_headers for mail()Yasuo Ohgaki2015-06-191-1/+1
| |/
* | Remove excess variable in mail.c (5.5 branch)Sophia Nepochataya2015-06-181-1/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-0/+44
|\ \ | |/
| * Fixed bug #68776Yasuo Ohgaki2015-06-091-0/+44
* | Bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-02-281-1/+1
|\ \ | |/
| * [bug 66535] X-PHP-Originating-Script adds newline if no custom headers are givenTjerk Meesters2014-02-281-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
| * typo fixesVeres Lajos2013-07-151-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | 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