<html><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-15"><META name="Author" content="Novell GroupWise WebAccess"></head><body style='font-family: Tahoma, sans-serif; font-size: 13px; '>Hello Jeff,<br>for installing ms4w I used your PHP MapScript Installation Guid. After Installation I tried to test the PHP/MapScript-installation with this php-file from your document:<br><br><pre>&lt;HTML&gt;<br>&lt;BODY&gt;<br><br>&lt;?php<br>  if (PHP_OS == "WINNT" || PHP_OS == "WIN32")<br>  {<br>    dl("php_mapscript.dll");<br>  }<br>  else<br>  {<br>    dl("php_mapscript.so");<br>  }<br>  phpinfo();<br>?&gt;<br><br>&lt;/BODY&gt;<br>&lt;/HTML&gt;</pre>After al long odyssey I found your mail in the ms4w-mailinglist from<a href="http://dict.leo.org/ende?lp=ende&amp;p=L3YAA&amp;search=odyssey&amp;trestr=0x8001"></a> Dec 1st 2009. In this email you say that "since PHP version 5.3.0 you can no longer use PHP's dl().<br>Mapscript.dll is already inabled in version 3.0.<br>Now I tested my installation with:<br><br>&lt;?php<br>if (!extension_loaded('php_mapscript')) {<br>&nbsp;&nbsp;&nbsp; if (!dl('php_mapscript.so')) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br>}<br>?&gt;<br>&nbsp;<br>The same error message was given back:<br><b>Fatal error</b>:  Call to undefined function dl() in <b>C:\ms4w\Apache\htdocs\php_mapscript_neu.php</b> on line <b>3<br><br></b>Whats wrong in my installation?<br>Windows xp<br>ms4w 3.0.6<br><br>Best wishes<br>Alois<br><br><br><br><br></body></html>