diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-07-15 15:50:42 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-07-15 15:50:42 +0400 |
commit | b4c2bd227743e4ab9d47bf624911b230b3237b51 (patch) | |
tree | 2fc9d41f122c01bbc397128fd8bd65bf5c2e12bf /win32/sendmail.c | |
parent | bcc677789c1832916af77994059873a30d145a72 (diff) | |
download | php-git-b4c2bd227743e4ab9d47bf624911b230b3237b51.tar.gz |
Fixed compilation on Windows
Diffstat (limited to 'win32/sendmail.c')
-rw-r--r-- | win32/sendmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/sendmail.c b/win32/sendmail.c index dd653879c2..ed9736c1dd 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -616,8 +616,8 @@ static int SendText(char *RPath, char *Subject, char *mailTo, char *mailCc, char return (res); } -PHPAPI zend_string *php_str_to_str(char *haystack, int length, char *needle, - int needle_len, char *str, int str_len); +//???PHPAPI zend_string *php_str_to_str(char *haystack, int length, char *needle, +//??? int needle_len, char *str, int str_len); /* Escape \n. sequences * We use php_str_to_str() and not php_str_replace_in_subject(), since the latter |