Hello list! I am in the proces of installing mapserver on IIS 5 with php and php_mapscript.dll keeps crashing.
I used FWTools 1.3.6 and been cracking my head why it would not work. Now I discovered that a mapserv.exe -v command shows version 5.0.0-beta4! I decided to uninstall FWtools 1.3.6 and revert to 1.3.4 Now I have mapserv 4.99. When I php from the command prompt, I get the error: "cannot find entrypoint for procedure msDrawQueryMap in dll-file libmap.dll" any suggestions? Do I need to revert further back to get the php_mapscript.dll working? I use the one that comes with ms4w. What I did: - Installed fwtools - copied only the php_mapscript.dll from the ms4w package into c:\PHP\ext - added extension=phpmapscript.dll to my php.ini - made sure the paths point to C:\PHP and C:\FWTools\bin and so on. Is there anyone that can tell me why libmap.dll is teasing me?