summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-011-16/+86
|\
| * Fix #80751: Comma in recipient name breaks email deliveryChristoph M. Becker2021-03-011-16/+86
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-081-1/+1
|\ \ | |/
| * Avoid C4090 level 1 warningChristoph M. Becker2021-02-081-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-081-1/+1
|\ \ | |/
| * Fix #80706: mail(): Headers after Bcc headers may be ignoredChristoph M. Becker2021-02-081-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-191-0/+25
|\ \ | |/
| * Fix #72964: White space not unfolded for CC/Bcc headersChristoph M. Becker2020-11-191-0/+25
* | Fix warnings of strict-prototypestwosee2020-07-231-1/+1
* | Constify char * arguments of APIstwosee2020-06-081-10/+11
* | Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* | Fix #78880: Yet another batch of spelling errorsMáté Kocsis2020-01-161-3/+3
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | Use proper printf() specifiersChristoph M. Becker2020-01-151-1/+1
|/
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-161-3/+0
|\
| * Fix #78943: mail() may release string with refcount==1 twiceChristoph M. Becker2019-12-151-3/+0
* | file encoding cleanup: remove bom in win32 filesSebastian Jennen2019-07-271-1/+1
* | Remove redundant memory.h filePeter Kokot2019-05-111-1/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-04-291-6/+7
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-04-291-6/+7
| |\
| | * 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
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Fix some misspellingsGabriel Caruso2018-08-121-2/+2
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Remove conflicting declarationAnatol Belski2018-07-091-3/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-6/+6
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | PCRE is always available, PHP can't be built without it anyway so these check...Kalle Sommer Nielsen2017-11-251-11/+1
* | | Patch core for PCRE2 supportAnatol Belski2017-11-131-2/+5
|/ /
* | 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