From f2df30ddcab34de7d50b6176481d366ad55991f9 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 23 Jun 2003 03:11:20 +0000 Subject: [PATCH] Added examples to take into account OS, including use of PHP_SHLIB_SUFFIX. Also, windows -> Windows. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132998 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index 433a4398a9..904590cb38 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ linkend="ref.sockets">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. + php_sockets.dll on the Windows platform. &return.success; If the functionality of loading modules is not available @@ -38,14 +38,25 @@ or dl). - <function>dl</function> example + <function>dl</function> examples ]]>