From c767809b2f28f3f09db2bf450ce2e2c5ca73d7f6 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 23 Oct 2001 01:18:54 +0000 Subject: [PATCH] Prolong the death of dl() for a little while longer. --- ext/standard/dl.c | 1 + 1 file changed, 1 insertion(+) 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; } } -- 2.50.1