Re: [mapserver-users] php_mapscript not being loaded

2012-07-12 Thread Stefan Schwarzer
And the php -i it spitting out a long list, but no errors. I have actually all PHP, GD, …, Mapserver from Kyngchaos. So, one single source. But strange enough, every computer seems different, and I ran into a couple of challenges. >>> I wonder if Apache is still us

Re: [mapserver-users] php_mapscript not being loaded

2012-07-11 Thread Ne sar
Hi Andreas, thank you for your information. Regards. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] php_mapscript not being loaded

2012-07-10 Thread William Kyngesburye
On Jul 10, 2012, at 9:15 AM, Stefan Schwarzer wrote: >>> And the php -i it spitting out a long list, but no errors. >>> >>> I have actually all PHP, GD, …, Mapserver from Kyngchaos. So, one single >>> source. But strange enough, every computer seems different, and I ran into >>> a couple of cha

Re: [mapserver-users] php_mapscript not being loaded

2012-07-10 Thread Stefan Schwarzer
On Jul 10, 2012, at 4:15 PM, Stefan Schwarzer wrote: >>> And the php -i it spitting out a long list, but no errors. >>> >>> I have actually all PHP, GD, …, Mapserver from Kyngchaos. So, one single >>> source. But strange enough, every computer seems different, and I ran into >>> a couple of ch

Re: [mapserver-users] php_mapscript not being loaded

2012-07-10 Thread Stefan Schwarzer
>> And the php -i it spitting out a long list, but no errors. >> >> I have actually all PHP, GD, …, Mapserver from Kyngchaos. So, one single >> source. But strange enough, every computer seems different, and I ran into a >> couple of challenges. >> > I wonder if Apache is still using the system

Re: [mapserver-users] php_mapscript not being loaded

2012-07-10 Thread William Kyngesburye
On Jul 10, 2012, at 12:13 AM, Stefan Schwarzer wrote: > Thanks for those hints. But unfortunately, nothing. I checked the Apache > error log before, and there is nothing there. At least nothing I think is > important. I guess the MaxClients thing is not causing my mapsever to not > appear, no?

Re: [mapserver-users] php_mapscript not being loaded

2012-07-10 Thread Stefan Schwarzer
>> >> And the php -i it spitting out a long list, but no errors. > > The important point with that 'php -i' command is if it contains a > 'mapscript' section; then compare those results through Apache (does a > 'phpinfo.php' file through your browser display a section for > 'mapscript') - these a

Re: [mapserver-users] php_mapscript not being loaded

2012-07-10 Thread Jeff McKenna
On 12-07-10 2:13 AM, Stefan Schwarzer wrote: > > And the php -i it spitting out a long list, but no errors. The important point with that 'php -i' command is if it contains a 'mapscript' section; then compare those results through Apache (does a 'phpinfo.php' file through your browser display a s

Re: [mapserver-users] php_mapscript not being loaded

2012-07-09 Thread Stefan Schwarzer
But hadn't tested mapserver yet… Did all the installation with the latest Kyngchaos libraries. Running "http://localhost/testphp.php";; but don't see any mapserver or mapscript. Nothing in there. There is a "php_mapscript.so" in "/usr/local/php5cgi/lib/

Re: [mapserver-users] php_mapscript not being loaded

2012-07-09 Thread Jeff McKenna
On 12-07-09 2:41 AM, Stefan Schwarzer wrote: > >>> But hadn't tested mapserver yet… Did all the installation with the latest >>> Kyngchaos libraries. >>> >>> Running "http://localhost/testphp.php";; but don't see any mapserver or >>> mapscript. Nothing in there. >>> >>> There is a "php_mapscrip

Re: [mapserver-users] php_mapscript not being loaded

2012-07-08 Thread Stefan Schwarzer
>> But hadn't tested mapserver yet… Did all the installation with the latest >> Kyngchaos libraries. >> >> Running "http://localhost/testphp.php";; but don't see any mapserver or >> mapscript. Nothing in there. >> >> There is a "php_mapscript.so" in >> "/usr/local/php5cgi/lib/php/extensions/

Re: [mapserver-users] php_mapscript not being loaded

2012-07-06 Thread Jeff McKenna
On 12-07-06 10:42 AM, William Kyngesburye wrote: > 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. > Excellent point William, this is the case for current MS4W users (PHP 5.4.x). [funny how us packag

Re: [mapserver-users] php_mapscript not being loaded

2012-07-06 Thread William Kyngesburye
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

Re: [mapserver-users] php_mapscript not being loaded

2012-07-06 Thread Eichner, Andreas - SID-NLKM
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

Re: [mapserver-users] php_mapscript not being loaded

2012-07-06 Thread soulsacrifire
Hi guys, I'm a newbie on php and mapserver. I'm working on a sample page and I'm able to find the line dl('php_mapscript.so'); . Which difference about load library in the page and call the library load by apache? Regards. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/php

Re: [mapserver-users] php_mapscript not being loaded

2012-07-05 Thread William Kyngesburye
On Jul 5, 2012, at 9:39 AM, Stefan Schwarzer wrote: > Hi there, > > I thought I would have finally got over with all the errors while installing > everything anew (php, apache, postgres, mapserver). apache? You're not using the system apache? If it's a major version change from the system ap

[mapserver-users] php_mapscript not being loaded

2012-07-05 Thread Stefan Schwarzer
Hi there, I thought I would have finally got over with all the errors while installing everything anew (php, apache, postgres, mapserver). But hadn't tested mapserver yet… Did all the installation with the latest Kyngchaos libraries. Running "http://localhost/testphp.php";; but don't see any m