From a8a3ab994fced8dc6c943fc622cc6058e81596c2 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 13 Jan 2010 01:48:24 +0000 Subject: [PATCH] Fixed bug #48839 (dl is incorrect disabled instead of deprecated) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293476 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index 5cfe52d776..08212bcfba 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -143,8 +143,16 @@ if (!extension_loaded('sqlite')) { 5.3.0 - This function now throws an E_DEPRECATED notice on all sapi's - except for CLI, CGI and Embed. + dl is now disabled on SAPI's that doesn't explicity + enable support for dynamic loading of extensions. The only SAPI's that + enable dl is: CLI, CGI and Embed. + + + + 5.3.0 + + dl now throws an E_DEPRECATED + warning on all SAPI's except for CLI, CGI and Embed.