Php/Mapscript installation {Scanned}
Siki Zoltan
siki at AGT.BME.HU
Sat Jan 7 13:13:54 PST 2006
Hi,
You can load php_mapscript automatically changing php.ini or
your application should load php_mapscript manually.
dl("php_mapscript.dll") on windows or
dl("php_mapscript.so") on linux/unix
You can use phpinfo to check loaded modules.
<?php
dl("php_mapscript.dll");
phpinfo();
?>
You should see Mapscript in the result list with version info.
Bye
Zoltan
On Sat, 7 Jan 2006, Apeksha Bhambhani wrote:
> Hiii ,
> We are working on Mapserver , and we have installed Mapserver-4.6.1 . Though Mapserver has been installed successfully and tested , during compilation a message was displayed stating that the Php/Mapscript module was not loaded .
>
> We intend to start coding using Php/Mapscript , so how do we load the module correctly .
>
> Regards
> Apeksha
> Munira
>
>
> ---------------------------------
> Yahoo! Photos Showcase holiday pictures in hardcover
> Photo Books. You design it and well bind it!
More information about the MapServer-users
mailing list