1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

fix ZTS build

This commit is contained in:
Antony Dovgal
2009-01-09 15:08:10 +00:00
parent 905a5c0590
commit 2538bd21e7
+1 -1
View File
@@ -233,7 +233,7 @@ PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char
char *f;
size_t f_len;
php_basename(tmp, strlen(tmp), NULL, 0,&f, &f_len);
php_basename(tmp, strlen(tmp), NULL, 0,&f, &f_len TSRMLS_CC);
if (headers != NULL) {
spprintf(&hdr, 0, "%s\r\nX-PHP-Originating-Script: %ld:%s\n", headers, php_getuid(), f);