summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-291-6/+7
|\
| * Fix #77821: Potential heap corruption in TSendMail()Christoph M. Becker2019-04-291-6/+7
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-251-1/+5
|\ \ | |/
| * minor loop optimizations, closes #2633Joe Watkins2017-07-251-1/+6
* | preg_replace() optimizationDmitry Stogov2017-06-071-10/+8
* | Merge branch 'PHP-7.1'Anatol Belski2017-05-021-1/+1
|\ \ | |/
| * Fixed bug #74510 win32/sendmail.c anchors CC header but not BCCAnatol Belski2017-05-021-1/+1
* | Drop unnecessary allocator return value checksNikita Popov2017-03-131-18/+7
* | Merge branch 'PHP-7.1'Anatol Belski2017-02-011-1/+1
|\ \ | |/
| * fix possible NULL dereferenceAnatol Belski2017-02-011-1/+1
* | Merge branch 'PHP-7.1'Anatol Belski2017-02-011-13/+12
|\ \ | |/
| * remove unused varAnatol Belski2017-02-011-1/+0
| * use zend_string APIAnatol Belski2017-02-011-7/+7
| * Fixed bug #74005 mail.add_x_header causes RFC-breaking lone line feedAnatol Belski2017-02-011-6/+6
* | Merge branch 'PHP-7.1'Anatol Belski2017-01-311-0/+16
|\ \ | |/
| * add a primitive debug facility to sendmailAnatol Belski2017-01-311-0/+16
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-10/+0
|/
* Fix bug #70145 From field incorrectly parsed from headersAnatol Belski2015-08-191-17/+38
* fix thread safetyAnatol Belski2015-07-291-1/+1
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* add vim modelinesAnatol Belski2015-05-201-0/+9
* fix thread safety for win32/sendmailAnatol Belski2015-03-031-56/+39
* avoid this pointers playAnatol Belski2015-03-031-6/+1
* use correct free apiAnatol Belski2015-03-031-2/+2
* Fixed bug #69154 Access violation in php7.dll!_emallocAnatol Belski2015-03-031-1/+0
* fix socket leaking and better connection err checkAnatol Belski2015-03-031-1/+10
* Fixed bug #69115 crash in mailAnatol Belski2015-02-271-1/+0
* Avoid reallocation in preg_replace() if nothing was replacedDmitry Stogov2015-02-101-5/+10
* cleanupAnatol Belski2015-01-161-12/+10
* Bug fix for wrong regex in mailmatbech2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-15/+15
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-2/+2
* fix datatype mismatch warningsAnatol Belski2014-10-291-4/+4
* s,PHP 5,PHP 7,Johannes Schlüter2014-09-201-2/+2
* several signature and data type fixesAnatol Belski2014-08-261-2/+2
* master renames phase 1Anatol Belski2014-08-251-9/+9
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-0/+3
* cleanupDmitry Stogov2014-08-131-3/+0
* Fixed compilation on WindowsDmitry Stogov2014-07-151-2/+2
* port sendmail to windwos (untested yet)Pierre Joye2014-05-131-47/+48
* typo fixesVeres Lajos2013-07-151-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-6/+6
* - bump minimum version, no more XP/2003Pierre Joye2012-03-041-0/+1
* - silent warning (fix for #28038)Pierre Joye2009-08-261-1/+1
* Fixed a compiler warning (variable clobbering)Ilia Alshanetsky2009-08-251-3/+3
* - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server)Garrett Serack2009-08-181-6/+33
* MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)Kalle Sommer Nielsen2009-06-301-4/+42
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-6/+3
* - MFH: It's 2006 and PHP 5Johannes Schlüter2006-02-081-2/+2