Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-04-29 | 1 | -6/+7 |
|\ | |||||
| * | Fix #77821: Potential heap corruption in TSendMail() | Christoph M. Becker | 2019-04-29 | 1 | -6/+7 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-07-25 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | minor loop optimizations, closes #2633 | Joe Watkins | 2017-07-25 | 1 | -1/+6 |
* | | preg_replace() optimization | Dmitry Stogov | 2017-06-07 | 1 | -10/+8 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-05-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed bug #74510 win32/sendmail.c anchors CC header but not BCC | Anatol Belski | 2017-05-02 | 1 | -1/+1 |
* | | Drop unnecessary allocator return value checks | Nikita Popov | 2017-03-13 | 1 | -18/+7 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-02-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix possible NULL dereference | Anatol Belski | 2017-02-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-02-01 | 1 | -13/+12 |
|\ \ | |/ | |||||
| * | remove unused var | Anatol Belski | 2017-02-01 | 1 | -1/+0 |
| * | use zend_string API | Anatol Belski | 2017-02-01 | 1 | -7/+7 |
| * | Fixed bug #74005 mail.add_x_header causes RFC-breaking lone line feed | Anatol Belski | 2017-02-01 | 1 | -6/+6 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-01-31 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | add a primitive debug facility to sendmail | Anatol Belski | 2017-01-31 | 1 | -0/+16 |
* | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -10/+0 |
|/ | |||||
* | Fix bug #70145 From field incorrectly parsed from headers | Anatol Belski | 2015-08-19 | 1 | -17/+38 |
* | fix thread safety | Anatol Belski | 2015-07-29 | 1 | -1/+1 |
* | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
* | add vim modelines | Anatol Belski | 2015-05-20 | 1 | -0/+9 |
* | fix thread safety for win32/sendmail | Anatol Belski | 2015-03-03 | 1 | -56/+39 |
* | avoid this pointers play | Anatol Belski | 2015-03-03 | 1 | -6/+1 |
* | use correct free api | Anatol Belski | 2015-03-03 | 1 | -2/+2 |
* | Fixed bug #69154 Access violation in php7.dll!_emalloc | Anatol Belski | 2015-03-03 | 1 | -1/+0 |
* | fix socket leaking and better connection err check | Anatol Belski | 2015-03-03 | 1 | -1/+10 |
* | Fixed bug #69115 crash in mail | Anatol Belski | 2015-02-27 | 1 | -1/+0 |
* | Avoid reallocation in preg_replace() if nothing was replaced | Dmitry Stogov | 2015-02-10 | 1 | -5/+10 |
* | cleanup | Anatol Belski | 2015-01-16 | 1 | -12/+10 |
* | Bug fix for wrong regex in mail | matbech | 2015-01-15 | 1 | -1/+1 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -15/+15 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -12/+12 |
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -2/+2 |
* | fix datatype mismatch warnings | Anatol Belski | 2014-10-29 | 1 | -4/+4 |
* | s,PHP 5,PHP 7, | Johannes Schlüter | 2014-09-20 | 1 | -2/+2 |
* | several signature and data type fixes | Anatol Belski | 2014-08-26 | 1 | -2/+2 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -9/+9 |
* | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -0/+3 |
* | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -3/+0 |
* | Fixed compilation on Windows | Dmitry Stogov | 2014-07-15 | 1 | -2/+2 |
* | port sendmail to windwos (untested yet) | Pierre Joye | 2014-05-13 | 1 | -47/+48 |
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -6/+6 |
* | - bump minimum version, no more XP/2003 | Pierre Joye | 2012-03-04 | 1 | -0/+1 |
* | - silent warning (fix for #28038) | Pierre Joye | 2009-08-26 | 1 | -1/+1 |
* | Fixed a compiler warning (variable clobbering) | Ilia Alshanetsky | 2009-08-25 | 1 | -3/+3 |
* | - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server) | Garrett Serack | 2009-08-18 | 1 | -6/+33 |
* | MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo) | Kalle Sommer Nielsen | 2009-06-30 | 1 | -4/+42 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -6/+3 |
* | - MFH: It's 2006 and PHP 5 | Johannes Schlüter | 2006-02-08 | 1 | -2/+2 |