[mapserver-users] php_mapscript not being loaded

Eichner, Andreas - SID-NLKM Andreas.Eichner at sid.sachsen.de
Fri Jul 6 05:47:29 PDT 2012


Hi,

> dl('php_mapscript.so'); .
> Which difference about load library in the page and call the 
> library load by apache?

there's basically no difference except that on some sites this PHP
extension is not enabled so a script needs to load it explicitly at
runtime via dl(). If your site uses it seldomly other scripts might run
faster since the interpreter doesn't need to initialize this extension
but I don't know that exactly. Regarding functionality it makes
absolutely no difference.


More information about the mapserver-users mailing list