diff options
author | Stig Bakken <ssb@php.net> | 2000-03-06 20:37:11 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2000-03-06 20:37:11 +0000 |
commit | 99e0b36321236c1bcf9d60c1e3ed07050b55a20f (patch) | |
tree | 624ad6ac28695d278db7a783626e44177a7d3924 /ext/standard/mail.c | |
parent | 031808cd1b0f584b9c37af5fc7edecf63977da10 (diff) | |
download | php-git-99e0b36321236c1bcf9d60c1e3ed07050b55a20f.tar.gz |
@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.
Diffstat (limited to 'ext/standard/mail.c')
-rw-r--r-- | ext/standard/mail.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 4a9c5af929..4f4938d432 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -33,16 +33,6 @@ #include "win32/sendmail.h" #endif -function_entry mail_functions[] = { - PHP_FE(mail, NULL) - {NULL, NULL, NULL} -}; - -zend_module_entry mail_module_entry = { - "Sendmail", mail_functions, NULL, NULL, NULL, NULL, PHP_MINFO(mail), STANDARD_MODULE_PROPERTIES -}; - - #if COMPILE_DL DLEXPORT zend_module_entry *get_module(void) { return &odbc_module_entry; } #endif |