Hello community,

 

I try to instal the ultimate binaries of PHPMapscript for MapServer4.8

and PHP5.1.2 but encounter the following message after running the

phpinfo.php url :

 

 

 

My phpinfo is the following :

 

<?php

if(PHP_OS=="WINNT" ¦ PHP_OS=="WIN32") {

       dl("php_mapscript_48.dll");

}

else {

       dl("php_mapscript_48.so");

}

phpinfo();

?>

 

I work on a PC with WindowsXP, APACHE2, PHP5.1.2 that work fine and I

have declared the php_mapscript_48.dll in my php.ini

as specified in the documentation.

 

Would you have any idea about compatibility between versions?

 

Thanks in advance

 

Benoist

 

Reply via email to