diff options
Diffstat (limited to 'ext/vpopmail')
-rw-r--r-- | ext/vpopmail/php_vpopmail.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 4336ff84c6..291edcae23 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -137,12 +137,9 @@ void vclose(); PHP_RSHUTDOWN_FUNCTION(vpopmail) { - TSRMLS_FETCH(); - if (VPOPMAILG(vpopmail_open) != 0) { vclose(); } - return SUCCESS; } |