Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor loop optimizations, closes #2633 | Joe Watkins | 2017-07-25 | 1 | -1/+6 |
| | |||||
* | Fixed bug #74510 win32/sendmail.c anchors CC header but not BCC | Anatol Belski | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | fix possible NULL dereference | Anatol Belski | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | add a primitive debug facility to sendmail | Anatol Belski | 2017-01-31 | 1 | -0/+16 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods | ||||
* | 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 |
| | | | | one more invalid free | ||||
* | 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 |
| | | | | | | | There were two issues - php_pcre_replace could be used directly and sbject_str could be NULL - the Windows sendmail variant was freeing something passed from the outside | ||||
* | 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 |
| | | | | The wrong string PHP_WIN32_MAIL_UNIFY_REPLACE instead of PHP_WIN32_MAIL_UNIFY_PATTERN is used for the regex. | ||||
* | 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 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | - 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 |
| | | | | | # Note, this does not go in 5.2 because the inet ports for VC6 are not in that branch | ||||
* | - 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 |
| | |||||
* | MFH | foobar | 2006-01-06 | 1 | -23/+29 |
| | |||||
* | - Fixed bug #29334 (mail() provides incorrect message time header) | foobar | 2005-08-07 | 1 | -47/+21 |
| | |||||
* | NetWare cleanup | Anantha Kesari H Y | 2005-07-28 | 1 | -22/+1 |
| | | | | | --Kamesh | ||||
* | FR 32275 - fifth parameter to preg_replace() to count number of replaces | Andrey Hristov | 2005-03-12 | 1 | -2/+4 |
| | | | | | | made. #it would be nice if someone of the doc team documents it. thanks! | ||||
* | time.h is available in NetWare LibC. | Anantha Kesari H Y | 2005-02-25 | 1 | -2/+2 |
| | | | | | path sperator has been changed from \ to / while including netware\sendmail_nw.h | ||||
* | Stricter cc header check. | Ilia Alshanetsky | 2005-01-19 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #28976 (use From: from headers if sendmail_from is empty) | foobar | 2005-01-19 | 1 | -2/+15 |
| | |||||
* | Exporting symbols used in the imap extension | Frank M. Kromann | 2003-12-08 | 1 | -3/+3 |
| | |||||
* | Fixed bug #25333 (Possible body corruption & crash in win32 mail()). | Ilia Alshanetsky | 2003-09-08 | 1 | -23/+18 |
| | |||||
* | Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain | Ilia Alshanetsky | 2003-08-11 | 1 | -5/+5 |
| | | | | | situations). |