mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed compilation on Windows
This commit is contained in:
parent
bcc677789c
commit
b4c2bd2277
5 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue