summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-03-16 12:45:43 +0000
committerMarkus Fischer <mfischer@php.net>2002-03-16 12:45:43 +0000
commitd4e63bc5bf1dacce00f317bc2b3b759f6f6138d7 (patch)
tree5633faef833e805ae7f1ecb40f3bbe8fcd7b8ad5 /ext/standard/php_mail.h
parent01e5d78b8051d7dca7e8fbd49098f1d9ca476d12 (diff)
downloadphp-git-d4e63bc5bf1dacce00f317bc2b3b759f6f6138d7.tar.gz
- Raise warning when trying to execute non-executeable shell
for mail delivery binary.
Diffstat (limited to 'ext/standard/php_mail.h')
-rw-r--r--ext/standard/php_mail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h
index a182a5bb5f..b96c85a936 100644
--- a/ext/standard/php_mail.h
+++ b/ext/standard/php_mail.h
@@ -26,7 +26,7 @@
PHP_FUNCTION(mail);
PHP_FUNCTION(ezmlm_hash);
PHP_MINFO_FUNCTION(mail);
-PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
+PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_DC);
#endif