1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

add checking if vpopmail has the new API

This commit is contained in:
Boian Bonev
2001-05-28 19:53:45 +00:00
parent 91f4eec7e9
commit 71553e5560

View File

@@ -54,10 +54,13 @@ PHP_FUNCTION(vpopmail_passwd);
PHP_FUNCTION(vpopmail_set_user_quota);
PHP_FUNCTION(vpopmail_auth_user);
/* alias management */
#if HAVE_VPOPMAIL_VALIAS
PHP_FUNCTION(vpopmail_alias_add);
PHP_FUNCTION(vpopmail_alias_del);
PHP_FUNCTION(vpopmail_alias_del_domain);
PHP_FUNCTION(vpopmail_alias_get);
PHP_FUNCTION(vpopmail_alias_get_all);
#endif
/* error handling */
PHP_FUNCTION(vpopmail_error);