Even more important is that dl() is not even available as of PHP 5.3 in PHP CGI 
and PHP Apache.  You MUST load an extension from php.ini now.

On Jul 6, 2012, at 7:47 AM, Eichner, Andreas - SID-NLKM wrote:

> 
> 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.
> _______________________________________________
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

The equator is so long, it could encircle the earth completely once.

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to