From 95b7f83b3eb32eeded8265554e2236da29e0ab62 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Fri, 10 May 2002 21:32:19 +0000 Subject: [PATCH] - Use tag where appropriate. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81709 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index f22e1a0568..4d4d1ab459 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -18,9 +18,9 @@ parameter is only the filename of the extension to load which also depends on your platform. For example, the sockets extension (if compiled as a shared - module, not the default!) would be called sockets.so - on unix platforms whereas it is called php_sockets.dll - on the windows platform. + module, not the default!) would be called sockets.so + on unix platforms whereas it is called + php_sockets.dll on the windows platform. &return.success; If the functionality of loading modules is not available @@ -53,7 +53,7 @@ if (!extension_loaded('gd')) { Windows - If not explicitly set in the &php.ini;, the extension is - loaded from c:\php4\extensions\ by default. + loaded from c:\php4\extensions\ by default. Unix - If not explicitly set in the &php.ini;, the default extension @@ -82,8 +82,9 @@ if (!extension_loaded('gd')) { Taking into account the above, the directory then defaults to <php-install-directory>/lib/php/extension/<debug-or-not>-<zts-or-not>-ZEND_MODULE_API_NO, e.g. - /usr/local/php/lib/php/extensions/debug-non-zts-20010901 - or /usr/local/php/lib/php/extensions/no-debug-zts-20010901. + /usr/local/php/lib/php/extensions/debug-non-zts-20010901 + or + /usr/local/php/lib/php/extensions/no-debug-zts-20010901.