Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove TSRMLS_* | Anatol Belski | 2015-08-02 | 1 | -1/+1 |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -7/+7 |
* | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-06-29 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-06-28 | 1 | -3/+3 |
| |\ | |||||
| | * | Merge branch 'pull-request/1350' into PHP-5.4 | Stanislav Malyshev | 2015-06-28 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Move strlen() check to php_mail_detect_multiple_crlf() | Yasuo Ohgaki | 2015-06-19 | 1 | -2/+2 |
| | | * | Fixed Bug #69874 : Can't set empty additional_headers for mail() | Yasuo Ohgaki | 2015-06-19 | 1 | -1/+1 |
| | |/ | |||||
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-06-19 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove excess variable in mail.c (5.5 branch) | Sophia Nepochataya | 2015-06-18 | 1 | -1/+0 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-06-09 | 1 | -0/+44 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-06-09 | 1 | -0/+44 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #68776 | Yasuo Ohgaki | 2015-06-09 | 1 | -0/+44 |
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | | Improved trim/ltrim/rtrim functions. | Dmitry Stogov | 2014-12-23 | 1 | -8/+8 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -20/+20 |
* | | | fix datatype mismatch | Anatol Belski | 2014-10-23 | 1 | -1/+1 |
* | | | 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 |