diff options
| author | Markus Fischer <mfischer@php.net> | 2002-03-16 12:45:43 +0000 |
|---|---|---|
| committer | Markus Fischer <mfischer@php.net> | 2002-03-16 12:45:43 +0000 |
| commit | d4e63bc5bf1dacce00f317bc2b3b759f6f6138d7 (patch) | |
| tree | 5633faef833e805ae7f1ecb40f3bbe8fcd7b8ad5 /ext/standard/php_mail.h | |
| parent | 01e5d78b8051d7dca7e8fbd49098f1d9ca476d12 (diff) | |
| download | php-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.h | 2 |
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 |
