<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16447"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Hallo Jeff,</DIV>
<DIV>&nbsp;</DIV>
<DIV>first I installed ms4w on Win7 64, but the test with dl()&nbsp;failed and&nbsp;I presumed&nbsp;that the problem is the OS. So I installed ms4w on xp. If you confirm, that installation on Win7 64 is running&nbsp;properly, I will prefere Win7.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you</DIV>
<DIV>Alois</DIV>
<DIV><BR>&gt;&gt;&gt; Jeff McKenna&lt;jmckenna@gatewaygeomatics.com&gt; 07.08.2012 15:35 &gt;&gt;&gt;<BR>Hello Alois,<BR><BR>Maybe nothing is wrong with your installation.<BR><BR>Since you are using MS4W 3.0.6:<BR><BR>- copy the file /ms4w/tmp/phpinfo.php into /ms4w/Apache/htdocs/<BR>- in your web browser goto: 127.0.0.1/phpinfo.php<BR>- the PHP/MapScript extension should be loaded automatically (search on<BR>that page for "mapscript")<BR><BR>I also worry about your old Windows version (XP); some parts of MS4W<BR>might not work properly with that.<BR><BR>-jeff<BR><BR><BR><BR><BR>-- <BR>Jeff McKenna<BR>MapServer Consulting and Training Services<BR><A href="http://www.gatewaygeomatics.com/">http://www.gatewaygeomatics.com/</A><BR><BR><BR><BR>On 12-08-07 10:23 AM, Alois Dicklberger wrote:<BR>&gt; Hello Jeff,<BR>&gt; for installing ms4w I used your PHP MapScript Installation Guid. After<BR>&gt; Installation I tried to test the PHP/MapScript-installation with this<BR>&gt; php-file from your document:<BR>&gt; <BR>&gt; &lt;HTML&gt;<BR>&gt; &lt;BODY&gt;<BR>&gt; <BR>&gt; &lt;?php<BR>&gt;&nbsp;&nbsp; if (PHP_OS == "WINNT" || PHP_OS == "WIN32")<BR>&gt;&nbsp;&nbsp; {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; dl("php_mapscript.dll");<BR>&gt;&nbsp;&nbsp; }<BR>&gt;&nbsp;&nbsp; else<BR>&gt;&nbsp;&nbsp; {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; dl("php_mapscript.so");<BR>&gt;&nbsp;&nbsp; }<BR>&gt;&nbsp;&nbsp; phpinfo();<BR>&gt; ?&gt;<BR>&gt; <BR>&gt; &lt;/BODY&gt;<BR>&gt; &lt;/HTML&gt;<BR>&gt; <BR>&gt; After al long odyssey I found your mail in the ms4w-mailinglist<BR>&gt; from&lt;<A href="http://dict.leo.org/ende?lp=ende&amp;p=L3YAA&amp;search=odyssey&amp;trestr=0x8001">http://dict.leo.org/ende?lp=ende&amp;p=L3YAA&amp;search=odyssey&amp;trestr=0x8001</A>&gt;<BR>&gt; Dec 1st 2009. In this email you say that "since PHP version 5.3.0 you<BR>&gt; can no longer use PHP's dl().<BR>&gt; Mapscript.dll is already inabled in version 3.0.<BR>&gt; Now I tested my installation with:<BR>&gt; <BR>&gt; &lt;?php<BR>&gt; if (!extension_loaded('php_mapscript')) {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; if (!dl('php_mapscript.so')) {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&gt; }<BR>&gt; ?&gt;<BR>&gt;&nbsp; <BR>&gt; The same error message was given back:<BR>&gt; *Fatal error*: Call to undefined function dl() in<BR>&gt; *C:\ms4w\Apache\htdocs\php_mapscript_neu.php* on line *3<BR>&gt; <BR>&gt; *Whats wrong in my installation?<BR>&gt; Windows xp<BR>&gt; ms4w 3.0.6<BR>&gt; <BR>&gt; Best wishes<BR>&gt; Alois<BR>&gt; <BR>&gt; <BR>&gt; <BR><BR>_______________________________________________<BR>MS4W-Users mailing list<BR>MS4W-Users@lists.maptools.org<BR><A href="http://lists.maptools.org/mailman/listinfo/ms4w-users">http://lists.maptools.org/mailman/listinfo/ms4w-users</A><BR></DIV></BODY></HTML>