<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><HTML><br><BODY><br><br><?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>?><br><br></BODY><br></HTML></pre>After al long odyssey I found your mail in the ms4w-mailinglist from<a href="http://dict.leo.org/ende?lp=ende&p=L3YAA&search=odyssey&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><?php<br>if (!extension_loaded('php_mapscript')) {<br> if (!dl('php_mapscript.so')) {<br> exit;<br> }<br>}<br>?><br> <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>