Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | restore the old part of ezmlm_hash() | Anatol Belski | 2014-08-27 | 1 | -3/+3 |
* | 's' works with size_t round 4 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -7/+7 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -2/+2 |
* | yet more fixes to zpp | Anatol Belski | 2014-08-20 | 1 | -1/+1 |
* | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Tjerk Meesters | 2014-02-28 | 1 | -1/+1 |
| |\ | |||||
| | * | [bug 66535] X-PHP-Originating-Script adds newline if no custom headers are given | Tjerk Meesters | 2014-02-28 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | | Fixed char*/zend_string* inconsistency | Dmitry Stogov | 2014-03-07 | 1 | -7/+8 |
* | | | Fixed php_mail log | Xinchen Hui | 2014-03-03 | 1 | -3/+4 |
* | | | Refactor basename using zend_string | Xinchen Hui | 2014-02-23 | 1 | -6/+5 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
|/ / | |||||
* | | fix windows build | Anatoliy Belsky | 2013-01-06 | 1 | -1/+2 |
* | | Add a timestamp to the mail log. | Martin Jansen | 2013-01-06 | 1 | -2/+11 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | - Fixed ZTS build | Felipe Pena | 2012-07-24 | 1 | -2/+2 |
* | Add syslog support to mail.log #62356 | Florian Anderiasch | 2012-07-24 | 1 | -10/+45 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - use popen_ex directly, avoid the tsrm fetch | Pierre Joye | 2010-09-17 | 1 | -1/+1 |
* | Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 | Adam Harvey | 2010-07-19 | 1 | -0/+1 |
* | - Ignore empty filename for mail.log, treat it like none given | Johannes Schlüter | 2010-06-18 | 1 | -1/+1 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -9/+1 |
* | Fix for bug #51604 (newline in end of header is shown in start of message). | Adam Harvey | 2010-04-22 | 1 | -2/+7 |
* | * Pass TSRMLS_C around pageinfo.c | Kalle Sommer Nielsen | 2010-04-13 | 1 | -3/+3 |
* | Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX). | Ilia Alshanetsky | 2010-02-02 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in | Ilia Alshanetsky | 2009-06-21 | 1 | -1/+1 |
* | Fixed bug #47969 (ezmlm_hash() returns different values depend on OS) | Ilia Alshanetsky | 2009-04-15 | 1 | -1/+1 |
* | Fixed a bug inside mail() logging code that prevents log file from existing | Ilia Alshanetsky | 2009-01-13 | 1 | -1/+6 |
* | fix ZTS build | Antony Dovgal | 2009-01-09 | 1 | -1/+1 |
* | [DOC] | Ilia Alshanetsky | 2009-01-09 | 1 | -11/+51 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
* | Adds signal handling around popen/pclose in mail.c. | Mikko Koppanen | 2008-10-03 | 1 | -0/+37 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: ws + cs | Jani Taskinen | 2007-11-06 | 1 | -32/+27 |
* | MFH: Nuked ending dots from error messages | Jani Taskinen | 2007-09-30 | 1 | -1/+1 |
* | - MFH: Always enable mail() function | Johannes Schlüter | 2007-07-11 | 1 | -8/+0 |