mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fixed compilation
This commit is contained in:
parent
d5bf0e7c7c
commit
dfbabf37f4
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ PHP_FUNCTION(mail)
|
|||
int subject_len, extra_cmd_len, i;
|
||||
char *force_extra_parameters = INI_STR("mail.force_extra_parameters");
|
||||
char *to_r, *subject_r;
|
||||
char *p, *e;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ss", &to, &to_len, &subject, &subject_len, &message, &message_len,
|
||||
&headers, &headers_len, &extra_cmd, &extra_cmd_len) == FAILURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue