From: Zeev Suraski Date: Tue, 23 Oct 2001 01:18:54 +0000 (+0000) Subject: Prolong the death of dl() for a little while longer. X-Git-Tag: POST_PARAMETER_PARSING_API~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c767809b2f28f3f09db2bf450ce2e2c5ca73d7f6;p=php Prolong the death of dl() for a little while longer. --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 185c42df69..6e98e0834a 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -76,6 +76,7 @@ PHP_FUNCTION(dl) php_error(E_ERROR, "Dynamically loaded extensions aren't allowed when running in SAFE MODE."); } else { php_dl(*file, MODULE_TEMPORARY, return_value TSRMLS_CC); + EG(full_tables_cleanup) = 1; } }