Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread Léonard DUMONT
Ok, thanks for your answer. I thought there could have been another
solution, but I'll try to install PHP with homebrew.

Cordialement,

Léonard Dumont

2015-12-11 10:33 GMT+01:00 Ben Madin :

> Um, you are correct, the extension has not been compiled to work with the
> same version of php as you are trying to use.
>
> I can only suggest that you get your php from the same source as your
> mapscript... (I guess homebrew, but my success there has been limited and
> conflicted) or compile php yourself, them mapserver with the php-mapscript
> option set.
>
> You may be up for some pain...! You could also try kyngchaos.com, but I'm
> not sure if he is still providing a php suitable for what you want.
>
>
>
> On 10 December 2015 at 17:28, Leonard  wrote:
>
>> Hi everyone !
>>
>> I am a new user trying to use mapserver, and I have some problems... One
>> of
>> them is that I cannot load the php_mapscript extension. I have PHP 5.6.11
>> installed with  php-osx.liip.ch    and mapscript
>> 6.4
>> installed with Homebrew, and there seems to be a conflict, since when I
>> run
>> php I get this warning :
>>
>> Warning: PHP Startup: MapScript: Unable to initialize module
>> Module compiled with module API=20100525
>> PHPcompiled with module API=20131226
>> These options need to match
>>
>> I added this line to my php.ini file :
>>
>> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
>>
>> Thanks for your help !
>>
>> Léonard Dumont.
>>
>>
>>
>> --
>> View this message in context:
>> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
>> Sent from the Mapserver - User mailing list archive at Nabble.com.
>> ___
>> mapserver-users mailing list
>> mapserver-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
>
>
> --
>
> Ben Madin
> BVMS PhD, MANZCVS
>
> t : +61 8 6102 5535
> m : +61 448 887 220
> e : b...@ausvet.com.au
>
> AusVet Animal Health Services
> Western Australia
>
> www.ausvet.com.au
>
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread Ben Madin
Um, you are correct, the extension has not been compiled to work with the
same version of php as you are trying to use.

I can only suggest that you get your php from the same source as your
mapscript... (I guess homebrew, but my success there has been limited and
conflicted) or compile php yourself, them mapserver with the php-mapscript
option set.

You may be up for some pain...! You could also try kyngchaos.com, but I'm
not sure if he is still providing a php suitable for what you want.



On 10 December 2015 at 17:28, Leonard  wrote:

> Hi everyone !
>
> I am a new user trying to use mapserver, and I have some problems... One of
> them is that I cannot load the php_mapscript extension. I have PHP 5.6.11
> installed with  php-osx.liip.ch    and mapscript
> 6.4
> installed with Homebrew, and there seems to be a conflict, since when I run
> php I get this warning :
>
> Warning: PHP Startup: MapScript: Unable to initialize module
> Module compiled with module API=20100525
> PHPcompiled with module API=20131226
> These options need to match
>
> I added this line to my php.ini file :
>
> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
>
> Thanks for your help !
>
> Léonard Dumont.
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
> Sent from the Mapserver - User mailing list archive at Nabble.com.
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users




-- 

Ben Madin
BVMS PhD, MANZCVS

t : +61 8 6102 5535
m : +61 448 887 220
e : b...@ausvet.com.au

AusVet Animal Health Services
Western Australia

www.ausvet.com.au
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread Léonard DUMONT
Finally it was not so hard, but the problem is still the same... I have PHP
5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I still have
the same error :

Warning: PHP Startup: MapScript: Unable to initialize module
Module compiled with module API=20100525
PHPcompiled with module API=20131226
These options need to match
 in Unknown on line 0

Any ideas ?

Best regards,

Léonard Dumont

2015-12-11 13:03 GMT+01:00 Léonard DUMONT :

> Ok, thanks for your answer. I thought there could have been another
> solution, but I'll try to install PHP with homebrew.
>
> Cordialement,
>
> Léonard Dumont
>
> 2015-12-11 10:33 GMT+01:00 Ben Madin :
>
>> Um, you are correct, the extension has not been compiled to work with the
>> same version of php as you are trying to use.
>>
>> I can only suggest that you get your php from the same source as your
>> mapscript... (I guess homebrew, but my success there has been limited and
>> conflicted) or compile php yourself, them mapserver with the php-mapscript
>> option set.
>>
>> You may be up for some pain...! You could also try kyngchaos.com, but
>> I'm not sure if he is still providing a php suitable for what you want.
>>
>>
>>
>> On 10 December 2015 at 17:28, Leonard  wrote:
>>
>>> Hi everyone !
>>>
>>> I am a new user trying to use mapserver, and I have some problems... One
>>> of
>>> them is that I cannot load the php_mapscript extension. I have PHP 5.6.11
>>> installed with  php-osx.liip.ch    and
>>> mapscript 6.4
>>> installed with Homebrew, and there seems to be a conflict, since when I
>>> run
>>> php I get this warning :
>>>
>>> Warning: PHP Startup: MapScript: Unable to initialize module
>>> Module compiled with module API=20100525
>>> PHPcompiled with module API=20131226
>>> These options need to match
>>>
>>> I added this line to my php.ini file :
>>>
>>> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
>>>
>>> Thanks for your help !
>>>
>>> Léonard Dumont.
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
>>> Sent from the Mapserver - User mailing list archive at Nabble.com.
>>> ___
>>> mapserver-users mailing list
>>> mapserver-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>>
>>
>>
>>
>> --
>>
>> Ben Madin
>> BVMS PhD, MANZCVS
>>
>> t : +61 8 6102 5535
>> m : +61 448 887 220
>> e : b...@ausvet.com.au
>>
>> AusVet Animal Health Services
>> Western Australia
>>
>> www.ausvet.com.au
>>
>
>
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread Ben Madin
Did you look at kyngchaos.com

Even if you only use his unix frameworks, then compile your own php, you will 
be most of the way there. 

otherwise, if you want to persist with home-brew, I’d put it onto their list

cheers

Ben




> On 2015-12-11, at 20:38 , Léonard DUMONT  wrote:
> 
> Finally it was not so hard, but the problem is still the same... I have PHP 
> 5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I still have the 
> same error :
> 
> Warning: PHP Startup: MapScript: Unable to initialize module
> Module compiled with module API=20100525
> PHPcompiled with module API=20131226
> These options need to match
>  in Unknown on line 0
> 
> Any ideas ?
> 
> Best regards,
> 
> Léonard Dumont
> 
> 2015-12-11 13:03 GMT+01:00 Léonard DUMONT  >:
> Ok, thanks for your answer. I thought there could have been another solution, 
> but I'll try to install PHP with homebrew.
> 
> Cordialement,
> 
> Léonard Dumont
> 
> 2015-12-11 10:33 GMT+01:00 Ben Madin  >:
> Um, you are correct, the extension has not been compiled to work with the 
> same version of php as you are trying to use.
> 
> I can only suggest that you get your php from the same source as your 
> mapscript... (I guess homebrew, but my success there has been limited and 
> conflicted) or compile php yourself, them mapserver with the php-mapscript 
> option set.
> 
> You may be up for some pain...! You could also try kyngchaos.com 
> , but I'm not sure if he is still providing a php 
> suitable for what you want. 
> 
> 
> 
> On 10 December 2015 at 17:28, Leonard  > wrote:
> Hi everyone !
> 
> I am a new user trying to use mapserver, and I have some problems... One of
> them is that I cannot load the php_mapscript extension. I have PHP 5.6.11
> installed with  php-osx.liip.ch  
> >   and mapscript 6.4
> installed with Homebrew, and there seems to be a conflict, since when I run
> php I get this warning :
> 
> Warning: PHP Startup: MapScript: Unable to initialize module
> Module compiled with module API=20100525
> PHPcompiled with module API=20131226
> These options need to match
> 
> I added this line to my php.ini file :
> 
> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
> 
> Thanks for your help !
> 
> Léonard Dumont.
> 
> 
> 
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
>  
> 
> Sent from the Mapserver - User mailing list archive at Nabble.com.
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org 
> http://lists.osgeo.org/mailman/listinfo/mapserver-users 
> 
> 
> 
> -- 
> 
> Ben Madin
> BVMS PhD, MANZCVS
> 
> t : +61 8 6102 5535 
> m : +61 448 887 220 
> e : b...@ausvet.com.au 
> 
> AusVet Animal Health Services
> Western Australia
> 
> www.ausvet.com.au 
> 
> 
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users


-- 

Ben Madin

t : +61 8 6102 5535
m : +61 448 887 220
e : b...@ausvet.com.au

AusVet Animal Health Services

18/27 Market Street, Fremantle
Western Australia

AusVet's website:  http://www.ausvet.com.auFind our office: 
http://w3w.co/leader.code.frozen

This transmission is for the intended addressee only and is confidential 
information. If you have received this transmission in error, please delete it 
and notify the sender. The contents of this email are the opinion of the writer 
only and are not endorsed by AusVet Animal Health Services unless expressly 
stated otherwise. Although AusVet uses virus scanning software we do not accept 
liability for viruses or similar in any attachments. Thanks for reading. The 
average disclaimer at the bottom of an email is probably never read but 
contributes substantially to increasing the size of packet being sent through 
the internet and ultimately congestion.

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

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread William Kyngesburye
Mavericks, huh.  Well, you can find the system PHP API version in 
/usr/lib/php/extensions on your HD.

> On Dec 11, 2015, at 9:15 AM, Léonard DUMONT  wrote:
> 
> Hi and thanks for your answer !
> 
> I am using Mac OS X 10.9.5 (Mavericks), but I have no idea of how I could do 
> this API stuff...
> 
> Cheers,
> 
> Léonard.
> 
> 2015-12-11 16:09 GMT+01:00 William Kyngesburye :
> Yeah, I haven't done anything with Mapserver or PHP in a long time.  If and 
> when I do, my plan is/will be to skip a custom PHP and build mapscript for 
> the system PHP.  Though that could get messy because different OS X versions 
> have different PHP API versions.
> 
> What OS X version do you have?  On my Yosemite Mac, the system PHP API 
> version is 20121212, so maybe you have El Capitan?  It's possible that the 
> system php (your API=20131226) is running in Apache, it's a bit tricky to get 
> Apache to use a custom PHP, and especially on El Capitan with it's SIP 
> security it might be harder.  You might have to do the whole AMP stack custom.
> 
> 
> > On Dec 11, 2015, at 8:15 AM, Léonard DUMONT  
> > wrote:
> >
> > Thanks for your advices. The PHP binaries from kyngchaos.com are a little 
> > bit old, I'll try to see on the Homebrew list.
> >
> > Cheers,
> >
> > Léonard.
> >
> > 2015-12-11 14:28 GMT+01:00 Ben Madin :
> > Did you look at kyngchaos.com
> >
> > Even if you only use his unix frameworks, then compile your own php, you 
> > will be most of the way there.
> >
> > otherwise, if you want to persist with home-brew, I’d put it onto their list
> >
> > cheers
> >
> > Ben
> >
> >
> >
> >
> >> On 2015-12-11, at 20:38 , Léonard DUMONT  wrote:
> >>
> >> Finally it was not so hard, but the problem is still the same... I have 
> >> PHP 5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I still 
> >> have the same error :
> >>
> >> Warning: PHP Startup: MapScript: Unable to initialize module
> >> Module compiled with module API=20100525
> >> PHPcompiled with module API=20131226
> >> These options need to match
> >>  in Unknown on line 0
> >>
> >> Any ideas ?
> >>
> >> Best regards,
> >>
> >> Léonard Dumont
> >>
> >> 2015-12-11 13:03 GMT+01:00 Léonard DUMONT :
> >> Ok, thanks for your answer. I thought there could have been another 
> >> solution, but I'll try to install PHP with homebrew.
> >>
> >> Cordialement,
> >>
> >> Léonard Dumont
> >>
> >> 2015-12-11 10:33 GMT+01:00 Ben Madin :
> >> Um, you are correct, the extension has not been compiled to work with the 
> >> same version of php as you are trying to use.
> >>
> >> I can only suggest that you get your php from the same source as your 
> >> mapscript... (I guess homebrew, but my success there has been limited and 
> >> conflicted) or compile php yourself, them mapserver with the php-mapscript 
> >> option set.
> >>
> >> You may be up for some pain...! You could also try kyngchaos.com, but I'm 
> >> not sure if he is still providing a php suitable for what you want.
> >>
> >>
> >>
> >> On 10 December 2015 at 17:28, Leonard  wrote:
> >> Hi everyone !
> >>
> >> I am a new user trying to use mapserver, and I have some problems... One of
> >> them is that I cannot load the php_mapscript extension. I have PHP 5.6.11
> >> installed with  php-osx.liip.ch    and mapscript 
> >> 6.4
> >> installed with Homebrew, and there seems to be a conflict, since when I run
> >> php I get this warning :
> >>
> >> Warning: PHP Startup: MapScript: Unable to initialize module
> >> Module compiled with module API=20100525
> >> PHPcompiled with module API=20131226
> >> These options need to match
> >>
> >> I added this line to my php.ini file :
> >>
> >> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
> >>
> >> Thanks for your help !
> >>
> >> Léonard Dumont.
> >>
> >>
> >>
> >> --
> >> View this message in context: 
> >> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
> >> Sent from the Mapserver - User mailing list archive at Nabble.com.
> >> ___
> >> mapserver-users mailing list
> >> mapserver-users@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >>
> >>
> >>
> >> --
> >>
> >> Ben Madin
> >> BVMS PhD, MANZCVS
> >>
> >> t : +61 8 6102 5535
> >> m : +61 448 887 220
> >> e : b...@ausvet.com.au
> >>
> >> AusVet Animal Health Services
> >> Western Australia
> >>
> >> www.ausvet.com.au
> >>
> >>
> >> ___
> >> mapserver-users mailing list
> >> mapserver-users@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >
> >
> > --
> >
> > Ben Madin
> >
> > t : +61 8 6102 5535
> > m : +61 448 887 220
> > e : b...@ausvet.com.au
> >
> > AusVet Animal 

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread William Kyngesburye
So, that's pointing to a Mapserver compile problem.  When Homebrew compiled 
Mapserver/mapscript, it saw the system PHP.  I can understand that it might 
miss that liip.ch PHP, but not it's own compiled PHP.  Maybe after installing 
PHP with Homebrew, uninstall and reinstall Mapscript with Homebrew, so it has a 
chance to see its PHP.

The other option is to use the system PHP, unless you want or need the latest 
PHP.

> On Dec 11, 2015, at 9:37 AM, Léonard DUMONT  wrote:
> 
> Thanks. In this directory, I have a file named 'no-debug-non-zts-20100525', 
> which corresponds to mapscript's API, but not to PHP's one (PHPcompiled 
> with module API=20131226)...
> 
> Cheers,
> 
> Léonard.
> 
> 2015-12-11 16:25 GMT+01:00 William Kyngesburye :
> Mavericks, huh.  Well, you can find the system PHP API version in 
> /usr/lib/php/extensions on your HD.
> 
> > On Dec 11, 2015, at 9:15 AM, Léonard DUMONT  
> > wrote:
> >
> > Hi and thanks for your answer !
> >
> > I am using Mac OS X 10.9.5 (Mavericks), but I have no idea of how I could 
> > do this API stuff...
> >
> > Cheers,
> >
> > Léonard.
> >
> > 2015-12-11 16:09 GMT+01:00 William Kyngesburye :
> > Yeah, I haven't done anything with Mapserver or PHP in a long time.  If and 
> > when I do, my plan is/will be to skip a custom PHP and build mapscript for 
> > the system PHP.  Though that could get messy because different OS X 
> > versions have different PHP API versions.
> >
> > What OS X version do you have?  On my Yosemite Mac, the system PHP API 
> > version is 20121212, so maybe you have El Capitan?  It's possible that the 
> > system php (your API=20131226) is running in Apache, it's a bit tricky to 
> > get Apache to use a custom PHP, and especially on El Capitan with it's SIP 
> > security it might be harder.  You might have to do the whole AMP stack 
> > custom.
> >
> >
> > > On Dec 11, 2015, at 8:15 AM, Léonard DUMONT  
> > > wrote:
> > >
> > > Thanks for your advices. The PHP binaries from kyngchaos.com are a little 
> > > bit old, I'll try to see on the Homebrew list.
> > >
> > > Cheers,
> > >
> > > Léonard.
> > >
> > > 2015-12-11 14:28 GMT+01:00 Ben Madin :
> > > Did you look at kyngchaos.com
> > >
> > > Even if you only use his unix frameworks, then compile your own php, you 
> > > will be most of the way there.
> > >
> > > otherwise, if you want to persist with home-brew, I’d put it onto their 
> > > list
> > >
> > > cheers
> > >
> > > Ben
> > >
> > >
> > >
> > >
> > >> On 2015-12-11, at 20:38 , Léonard DUMONT  
> > >> wrote:
> > >>
> > >> Finally it was not so hard, but the problem is still the same... I have 
> > >> PHP 5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I still 
> > >> have the same error :
> > >>
> > >> Warning: PHP Startup: MapScript: Unable to initialize module
> > >> Module compiled with module API=20100525
> > >> PHPcompiled with module API=20131226
> > >> These options need to match
> > >>  in Unknown on line 0
> > >>
> > >> Any ideas ?
> > >>
> > >> Best regards,
> > >>
> > >> Léonard Dumont
> > >>
> > >> 2015-12-11 13:03 GMT+01:00 Léonard DUMONT :
> > >> Ok, thanks for your answer. I thought there could have been another 
> > >> solution, but I'll try to install PHP with homebrew.
> > >>
> > >> Cordialement,
> > >>
> > >> Léonard Dumont
> > >>
> > >> 2015-12-11 10:33 GMT+01:00 Ben Madin :
> > >> Um, you are correct, the extension has not been compiled to work with 
> > >> the same version of php as you are trying to use.
> > >>
> > >> I can only suggest that you get your php from the same source as your 
> > >> mapscript... (I guess homebrew, but my success there has been limited 
> > >> and conflicted) or compile php yourself, them mapserver with the 
> > >> php-mapscript option set.
> > >>
> > >> You may be up for some pain...! You could also try kyngchaos.com, but 
> > >> I'm not sure if he is still providing a php suitable for what you want.
> > >>
> > >>
> > >>
> > >> On 10 December 2015 at 17:28, Leonard  wrote:
> > >> Hi everyone !
> > >>
> > >> I am a new user trying to use mapserver, and I have some problems... One 
> > >> of
> > >> them is that I cannot load the php_mapscript extension. I have PHP 5.6.11
> > >> installed with  php-osx.liip.ch    and mapscript 
> > >> 6.4
> > >> installed with Homebrew, and there seems to be a conflict, since when I 
> > >> run
> > >> php I get this warning :
> > >>
> > >> Warning: PHP Startup: MapScript: Unable to initialize module
> > >> Module compiled with module API=20100525
> > >> PHPcompiled with module API=20131226
> > >> These options need to match
> > >>
> > >> I added this line to my php.ini file :
> > >>
> > >> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
> > >>

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread William Kyngesburye
Yeah, I haven't done anything with Mapserver or PHP in a long time.  If and 
when I do, my plan is/will be to skip a custom PHP and build mapscript for the 
system PHP.  Though that could get messy because different OS X versions have 
different PHP API versions.

What OS X version do you have?  On my Yosemite Mac, the system PHP API version 
is 20121212, so maybe you have El Capitan?  It's possible that the system php 
(your API=20131226) is running in Apache, it's a bit tricky to get Apache to 
use a custom PHP, and especially on El Capitan with it's SIP security it might 
be harder.  You might have to do the whole AMP stack custom.


> On Dec 11, 2015, at 8:15 AM, Léonard DUMONT  wrote:
> 
> Thanks for your advices. The PHP binaries from kyngchaos.com are a little bit 
> old, I'll try to see on the Homebrew list.
> 
> Cheers,
> 
> Léonard.
> 
> 2015-12-11 14:28 GMT+01:00 Ben Madin :
> Did you look at kyngchaos.com
> 
> Even if you only use his unix frameworks, then compile your own php, you will 
> be most of the way there. 
> 
> otherwise, if you want to persist with home-brew, I’d put it onto their list
> 
> cheers
> 
> Ben
> 
> 
> 
> 
>> On 2015-12-11, at 20:38 , Léonard DUMONT  wrote:
>> 
>> Finally it was not so hard, but the problem is still the same... I have PHP 
>> 5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I still have 
>> the same error :
>> 
>> Warning: PHP Startup: MapScript: Unable to initialize module
>> Module compiled with module API=20100525
>> PHPcompiled with module API=20131226
>> These options need to match
>>  in Unknown on line 0
>> 
>> Any ideas ?
>> 
>> Best regards,
>> 
>> Léonard Dumont
>> 
>> 2015-12-11 13:03 GMT+01:00 Léonard DUMONT :
>> Ok, thanks for your answer. I thought there could have been another 
>> solution, but I'll try to install PHP with homebrew.
>> 
>> Cordialement,
>> 
>> Léonard Dumont
>> 
>> 2015-12-11 10:33 GMT+01:00 Ben Madin :
>> Um, you are correct, the extension has not been compiled to work with the 
>> same version of php as you are trying to use.
>> 
>> I can only suggest that you get your php from the same source as your 
>> mapscript... (I guess homebrew, but my success there has been limited and 
>> conflicted) or compile php yourself, them mapserver with the php-mapscript 
>> option set.
>> 
>> You may be up for some pain...! You could also try kyngchaos.com, but I'm 
>> not sure if he is still providing a php suitable for what you want. 
>> 
>> 
>> 
>> On 10 December 2015 at 17:28, Leonard  wrote:
>> Hi everyone !
>> 
>> I am a new user trying to use mapserver, and I have some problems... One of
>> them is that I cannot load the php_mapscript extension. I have PHP 5.6.11
>> installed with  php-osx.liip.ch    and mapscript 6.4
>> installed with Homebrew, and there seems to be a conflict, since when I run
>> php I get this warning :
>> 
>> Warning: PHP Startup: MapScript: Unable to initialize module
>> Module compiled with module API=20100525
>> PHPcompiled with module API=20131226
>> These options need to match
>> 
>> I added this line to my php.ini file :
>> 
>> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
>> 
>> Thanks for your help !
>> 
>> Léonard Dumont.
>> 
>> 
>> 
>> --
>> View this message in context: 
>> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
>> Sent from the Mapserver - User mailing list archive at Nabble.com.
>> ___
>> mapserver-users mailing list
>> mapserver-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>> 
>> 
>> 
>> -- 
>> 
>> Ben Madin
>> BVMS PhD, MANZCVS
>> 
>> t : +61 8 6102 5535
>> m : +61 448 887 220
>> e : b...@ausvet.com.au
>> 
>> AusVet Animal Health Services
>> Western Australia
>> 
>> www.ausvet.com.au
>> 
>> 
>> ___
>> mapserver-users mailing list
>> mapserver-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> 
> 
> -- 
> 
> Ben Madin
> 
> t : +61 8 6102 5535
> m : +61 448 887 220
> e : b...@ausvet.com.au
> 
> AusVet Animal Health Services
> 
> 18/27 Market Street, Fremantle
> Western Australia
> 
> AusVet's website:  http://www.ausvet.com.auFind our office: 
> http://w3w.co/leader.code.frozen
> 
> This transmission is for the intended addressee only and is confidential 
> information. If you have received this transmission in error, please delete 
> it and notify the sender. The contents of this email are the opinion of the 
> writer only and are not endorsed by AusVet Animal Health Services unless 
> expressly stated otherwise. Although AusVet uses virus scanning software we 
> do not accept liability for viruses or similar in any attachments. Thanks for 
> reading. The 

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread Léonard DUMONT
Hi and thanks for your answer !

I am using Mac OS X 10.9.5 (Mavericks), but I have no idea of how I could
do this API stuff...

Cheers,

Léonard.

2015-12-11 16:09 GMT+01:00 William Kyngesburye :

> Yeah, I haven't done anything with Mapserver or PHP in a long time.  If
> and when I do, my plan is/will be to skip a custom PHP and build mapscript
> for the system PHP.  Though that could get messy because different OS X
> versions have different PHP API versions.
>
> What OS X version do you have?  On my Yosemite Mac, the system PHP API
> version is 20121212, so maybe you have El Capitan?  It's possible that the
> system php (your API=20131226) is running in Apache, it's a bit tricky to
> get Apache to use a custom PHP, and especially on El Capitan with it's SIP
> security it might be harder.  You might have to do the whole AMP stack
> custom.
>
>
> > On Dec 11, 2015, at 8:15 AM, Léonard DUMONT 
> wrote:
> >
> > Thanks for your advices. The PHP binaries from kyngchaos.com are a
> little bit old, I'll try to see on the Homebrew list.
> >
> > Cheers,
> >
> > Léonard.
> >
> > 2015-12-11 14:28 GMT+01:00 Ben Madin :
> > Did you look at kyngchaos.com
> >
> > Even if you only use his unix frameworks, then compile your own php, you
> will be most of the way there.
> >
> > otherwise, if you want to persist with home-brew, I’d put it onto their
> list
> >
> > cheers
> >
> > Ben
> >
> >
> >
> >
> >> On 2015-12-11, at 20:38 , Léonard DUMONT 
> wrote:
> >>
> >> Finally it was not so hard, but the problem is still the same... I have
> PHP 5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I still
> have the same error :
> >>
> >> Warning: PHP Startup: MapScript: Unable to initialize module
> >> Module compiled with module API=20100525
> >> PHPcompiled with module API=20131226
> >> These options need to match
> >>  in Unknown on line 0
> >>
> >> Any ideas ?
> >>
> >> Best regards,
> >>
> >> Léonard Dumont
> >>
> >> 2015-12-11 13:03 GMT+01:00 Léonard DUMONT :
> >> Ok, thanks for your answer. I thought there could have been another
> solution, but I'll try to install PHP with homebrew.
> >>
> >> Cordialement,
> >>
> >> Léonard Dumont
> >>
> >> 2015-12-11 10:33 GMT+01:00 Ben Madin :
> >> Um, you are correct, the extension has not been compiled to work with
> the same version of php as you are trying to use.
> >>
> >> I can only suggest that you get your php from the same source as your
> mapscript... (I guess homebrew, but my success there has been limited and
> conflicted) or compile php yourself, them mapserver with the php-mapscript
> option set.
> >>
> >> You may be up for some pain...! You could also try kyngchaos.com, but
> I'm not sure if he is still providing a php suitable for what you want.
> >>
> >>
> >>
> >> On 10 December 2015 at 17:28, Leonard  wrote:
> >> Hi everyone !
> >>
> >> I am a new user trying to use mapserver, and I have some problems...
> One of
> >> them is that I cannot load the php_mapscript extension. I have PHP
> 5.6.11
> >> installed with  php-osx.liip.ch    and
> mapscript 6.4
> >> installed with Homebrew, and there seems to be a conflict, since when I
> run
> >> php I get this warning :
> >>
> >> Warning: PHP Startup: MapScript: Unable to initialize module
> >> Module compiled with module API=20100525
> >> PHPcompiled with module API=20131226
> >> These options need to match
> >>
> >> I added this line to my php.ini file :
> >>
> >> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
> >>
> >> Thanks for your help !
> >>
> >> Léonard Dumont.
> >>
> >>
> >>
> >> --
> >> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
> >> Sent from the Mapserver - User mailing list archive at Nabble.com.
> >> ___
> >> mapserver-users mailing list
> >> mapserver-users@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >>
> >>
> >>
> >> --
> >>
> >> Ben Madin
> >> BVMS PhD, MANZCVS
> >>
> >> t : +61 8 6102 5535
> >> m : +61 448 887 220
> >> e : b...@ausvet.com.au
> >>
> >> AusVet Animal Health Services
> >> Western Australia
> >>
> >> www.ausvet.com.au
> >>
> >>
> >> ___
> >> mapserver-users mailing list
> >> mapserver-users@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >
> >
> > --
> >
> > Ben Madin
> >
> > t : +61 8 6102 5535
> > m : +61 448 887 220
> > e : b...@ausvet.com.au
> >
> > AusVet Animal Health Services
> >
> > 18/27 Market Street, Fremantle
> > Western Australia
> >
> > AusVet's website:  http://www.ausvet.com.auFind our office:
> http://w3w.co/leader.code.frozen
> >
> > This transmission is for the intended addressee only and is 

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread Léonard DUMONT
Thanks. In this directory, I have a file named 'no-debug-non-zts-20100525',
which corresponds to mapscript's API, but not to PHP's one (PHPcompiled
with module API=20131226)...

Cheers,

Léonard.

2015-12-11 16:25 GMT+01:00 William Kyngesburye :

> Mavericks, huh.  Well, you can find the system PHP API version in
> /usr/lib/php/extensions on your HD.
>
> > On Dec 11, 2015, at 9:15 AM, Léonard DUMONT 
> wrote:
> >
> > Hi and thanks for your answer !
> >
> > I am using Mac OS X 10.9.5 (Mavericks), but I have no idea of how I
> could do this API stuff...
> >
> > Cheers,
> >
> > Léonard.
> >
> > 2015-12-11 16:09 GMT+01:00 William Kyngesburye :
> > Yeah, I haven't done anything with Mapserver or PHP in a long time.  If
> and when I do, my plan is/will be to skip a custom PHP and build mapscript
> for the system PHP.  Though that could get messy because different OS X
> versions have different PHP API versions.
> >
> > What OS X version do you have?  On my Yosemite Mac, the system PHP API
> version is 20121212, so maybe you have El Capitan?  It's possible that the
> system php (your API=20131226) is running in Apache, it's a bit tricky to
> get Apache to use a custom PHP, and especially on El Capitan with it's SIP
> security it might be harder.  You might have to do the whole AMP stack
> custom.
> >
> >
> > > On Dec 11, 2015, at 8:15 AM, Léonard DUMONT 
> wrote:
> > >
> > > Thanks for your advices. The PHP binaries from kyngchaos.com are a
> little bit old, I'll try to see on the Homebrew list.
> > >
> > > Cheers,
> > >
> > > Léonard.
> > >
> > > 2015-12-11 14:28 GMT+01:00 Ben Madin :
> > > Did you look at kyngchaos.com
> > >
> > > Even if you only use his unix frameworks, then compile your own php,
> you will be most of the way there.
> > >
> > > otherwise, if you want to persist with home-brew, I’d put it onto
> their list
> > >
> > > cheers
> > >
> > > Ben
> > >
> > >
> > >
> > >
> > >> On 2015-12-11, at 20:38 , Léonard DUMONT 
> wrote:
> > >>
> > >> Finally it was not so hard, but the problem is still the same... I
> have PHP 5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I
> still have the same error :
> > >>
> > >> Warning: PHP Startup: MapScript: Unable to initialize module
> > >> Module compiled with module API=20100525
> > >> PHPcompiled with module API=20131226
> > >> These options need to match
> > >>  in Unknown on line 0
> > >>
> > >> Any ideas ?
> > >>
> > >> Best regards,
> > >>
> > >> Léonard Dumont
> > >>
> > >> 2015-12-11 13:03 GMT+01:00 Léonard DUMONT :
> > >> Ok, thanks for your answer. I thought there could have been another
> solution, but I'll try to install PHP with homebrew.
> > >>
> > >> Cordialement,
> > >>
> > >> Léonard Dumont
> > >>
> > >> 2015-12-11 10:33 GMT+01:00 Ben Madin :
> > >> Um, you are correct, the extension has not been compiled to work with
> the same version of php as you are trying to use.
> > >>
> > >> I can only suggest that you get your php from the same source as your
> mapscript... (I guess homebrew, but my success there has been limited and
> conflicted) or compile php yourself, them mapserver with the php-mapscript
> option set.
> > >>
> > >> You may be up for some pain...! You could also try kyngchaos.com,
> but I'm not sure if he is still providing a php suitable for what you want.
> > >>
> > >>
> > >>
> > >> On 10 December 2015 at 17:28, Leonard 
> wrote:
> > >> Hi everyone !
> > >>
> > >> I am a new user trying to use mapserver, and I have some problems...
> One of
> > >> them is that I cannot load the php_mapscript extension. I have PHP
> 5.6.11
> > >> installed with  php-osx.liip.ch    and
> mapscript 6.4
> > >> installed with Homebrew, and there seems to be a conflict, since when
> I run
> > >> php I get this warning :
> > >>
> > >> Warning: PHP Startup: MapScript: Unable to initialize module
> > >> Module compiled with module API=20100525
> > >> PHPcompiled with module API=20131226
> > >> These options need to match
> > >>
> > >> I added this line to my php.ini file :
> > >>
> > >> extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"
> > >>
> > >> Thanks for your help !
> > >>
> > >> Léonard Dumont.
> > >>
> > >>
> > >>
> > >> --
> > >> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
> > >> Sent from the Mapserver - User mailing list archive at Nabble.com.
> > >> ___
> > >> mapserver-users mailing list
> > >> mapserver-users@lists.osgeo.org
> > >> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> > >>
> > >>
> > >>
> > >> --
> > >>
> > >> Ben Madin
> > >> BVMS PhD, MANZCVS
> > >>
> > >> t : +61 8 6102 5535
> > >> m : +61 448 887 220
> 

Re: [mapserver-users] [Mac OS X] Impossible to load MapScript module with PHP

2015-12-11 Thread Léonard DUMONT
Thanks for your advices. The PHP binaries from kyngchaos.com are a little
bit old, I'll try to see on the Homebrew list.

Cheers,

Léonard.

2015-12-11 14:28 GMT+01:00 Ben Madin :

> Did you look at kyngchaos.com
>
> Even if you only use his unix frameworks, then compile your own php, you
> will be most of the way there.
>
> otherwise, if you want to persist with home-brew, I’d put it onto their
> list
>
> cheers
>
> Ben
>
>
>
>
> On 2015-12-11, at 20:38 , Léonard DUMONT  wrote:
>
> Finally it was not so hard, but the problem is still the same... I have
> PHP 5.6.16 and Mapscript 6.4.1 both installed with Homebrew, and I still
> have the same error :
>
> Warning: PHP Startup: MapScript: Unable to initialize module
> Module compiled with module API=20100525
> PHPcompiled with module API=20131226
> These options need to match
>  in Unknown on line 0
>
> Any ideas ?
>
> Best regards,
>
> Léonard Dumont
>
> 2015-12-11 13:03 GMT+01:00 Léonard DUMONT :
>
>> Ok, thanks for your answer. I thought there could have been another
>> solution, but I'll try to install PHP with homebrew.
>>
>> Cordialement,
>>
>> Léonard Dumont
>>
>> 2015-12-11 10:33 GMT+01:00 Ben Madin :
>>
>>> Um, you are correct, the extension has not been compiled to work with
>>> the same version of php as you are trying to use.
>>>
>>> I can only suggest that you get your php from the same source as your
>>> mapscript... (I guess homebrew, but my success there has been limited and
>>> conflicted) or compile php yourself, them mapserver with the php-mapscript
>>> option set.
>>>
>>> You may be up for some pain...! You could also try kyngchaos.com, but
>>> I'm not sure if he is still providing a php suitable for what you want.
>>>
>>>
>>>
>>> On 10 December 2015 at 17:28, Leonard  wrote:
>>>
 Hi everyone !

 I am a new user trying to use mapserver, and I have some problems...
 One of
 them is that I cannot load the php_mapscript extension. I have PHP
 5.6.11
 installed with  php-osx.liip.ch    and
 mapscript 6.4
 installed with Homebrew, and there seems to be a conflict, since when I
 run
 php I get this warning :

 Warning: PHP Startup: MapScript: Unable to initialize module
 Module compiled with module API=20100525
 PHPcompiled with module API=20131226
 These options need to match

 I added this line to my php.ini file :

 extension="/usr/local/opt/mapserver-64/mapscript/php/php_mapscript.so"

 Thanks for your help !

 Léonard Dumont.



 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/Mac-OS-X-Impossible-to-load-MapScript-module-with-PHP-tp5240669.html
 Sent from the Mapserver - User mailing list archive at Nabble.com.
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
>>>
>>>
>>>
>>>
>>> --
>>>
>>> Ben Madin
>>> BVMS PhD, MANZCVS
>>>
>>> t : +61 8 6102 5535
>>> m : +61 448 887 220
>>> e : b...@ausvet.com.au
>>>
>>> AusVet Animal Health Services
>>> Western Australia
>>>
>>> www.ausvet.com.au
>>>
>>
>>
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
>
> --
>
> Ben Madin
>
> t : +61 8 6102 5535
> m : +61 448 887 220
> e : b...@ausvet.com.au
>
> AusVet Animal Health Services
>
> 18/27 Market Street, Fremantle
> Western Australia
>
> AusVet's website:  http://www.ausvet.com.auFind our office:
> http://w3w.co/leader.code.frozen
>
> This transmission is for the intended addressee only and is
> confidential information. If you have received this transmission in error,
> please delete it and notify the sender. The contents of this email are the
> opinion of the writer only and are not endorsed by AusVet Animal Health
> Services unless expressly stated otherwise. Although AusVet uses virus
> scanning software we do not accept liability for viruses or similar in any
> attachments. Thanks for reading. The average disclaimer at the bottom of an
> email is probably never read but contributes substantially to increasing the
> size of packet being sent through the internet and ultimately congestion.
>
>
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Color the world, but not my country

2015-12-11 Thread Wim Vanbelle
Dear,

I have a country shapefile and I would like to style everything, besides
the one feature in the polygon.

This is a shapefile layer, so I'm wondering on how I could possibly improve
this:


LAYER
NAME "gadm"
TYPE POLYGON
TRANSPARENCY 70
DATA "gadm28.shp"
STATUS default
DEBUG 4

CLASS
EXPRESSION ("[ISO]" != "NLD")

style
color "#00"
end

END
END

Basically, I would like to only use the data from the netherlands (NLD),
because it's a lot less data, and color everything else, besides the one
feature that it has.

My above (working example) is taking the entire world and only filtering
out what I want to see.

The goal is to visually create a map of a single country and block out all
the rest ;-). It's rendered as a tile layer. (gmaps)

Thanks in advance for your feedback.

Best regards,
Wim
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Color the world, but not my country

2015-12-11 Thread Daniel Morissette

I think the MASK layer should do what you want:

http://mapserver.org/development/rfc/ms-rfc-79.html

Daniel

On 2015-12-11 2:37 PM, Wim Vanbelle wrote:

Dear,

I have a country shapefile and I would like to style everything, besides
the one feature in the polygon.

This is a shapefile layer, so I'm wondering on how I could possibly
improve this:


 LAYER
 NAME "gadm"
 TYPE POLYGON
TRANSPARENCY 70
 DATA "gadm28.shp"
 STATUS default
DEBUG 4

 CLASS
EXPRESSION ("[ISO]" != "NLD")

 style
 color "#00"
 end

 END
 END

Basically, I would like to only use the data from the netherlands (NLD),
because it's a lot less data, and color everything else, besides the one
feature that it has.

My above (working example) is taking the entire world and only filtering
out what I want to see.

The goal is to visually create a map of a single country and block out
all the rest ;-). It's rendered as a tile layer. (gmaps)

Thanks in advance for your feedback.

Best regards,
Wim


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




--
Daniel Morissette
http://www.mapgears.com/
T: +1 418-696-5056 #201

http://evouala.com/ - Location Intelligence Made Easy
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Color the world, but not my country

2015-12-11 Thread Wim Vanbelle
I came across this, but I'm not quite sure to what other layer it should
relate? I would only have the 'Netherlands' description of the borders.

I do not want to use the world dataset file, because it's too big. I cannot
just add a 'complement' to the country layer or am I misinterpreting the
mask function?

It would be solved I believe if I could add a LAYER which did not require a
datasource and renders everything black, but that is not possible I
believe, because mapserver always requires a type and the annotation type
is deprecated since 6.2

Thanks in advance.


On 11 December 2015 at 20:57, Daniel Morissette 
wrote:

> I think the MASK layer should do what you want:
>
> http://mapserver.org/development/rfc/ms-rfc-79.html
>
> Daniel
>
>
> On 2015-12-11 2:37 PM, Wim Vanbelle wrote:
>
>> Dear,
>>
>> I have a country shapefile and I would like to style everything, besides
>> the one feature in the polygon.
>>
>> This is a shapefile layer, so I'm wondering on how I could possibly
>> improve this:
>>
>>
>>  LAYER
>>  NAME "gadm"
>>  TYPE POLYGON
>> TRANSPARENCY 70
>>  DATA "gadm28.shp"
>>  STATUS default
>> DEBUG 4
>>
>>  CLASS
>> EXPRESSION ("[ISO]" != "NLD")
>>
>>  style
>>  color "#00"
>>  end
>>
>>  END
>>  END
>>
>> Basically, I would like to only use the data from the netherlands (NLD),
>> because it's a lot less data, and color everything else, besides the one
>> feature that it has.
>>
>> My above (working example) is taking the entire world and only filtering
>> out what I want to see.
>>
>> The goal is to visually create a map of a single country and block out
>> all the rest ;-). It's rendered as a tile layer. (gmaps)
>>
>> Thanks in advance for your feedback.
>>
>> Best regards,
>> Wim
>>
>>
>> ___
>> mapserver-users mailing list
>> mapserver-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>>
>>
>
> --
> Daniel Morissette
> http://www.mapgears.com/
> T: +1 418-696-5056 #201
>
> http://evouala.com/ - Location Intelligence Made Easy
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Color the world, but not my country

2015-12-11 Thread Rahkonen Jukka (MML)
How about Inline polygon covering -180 -90 180 90 in epsg:4326 
http://www.mapserver.org/input/vector/inline.html?

-Jukka Rahkonen-

Wim Vanbelle wrote:


I came across this, but I'm not quite sure to what other layer it should 
relate? I would only have the 'Netherlands' description of the borders.

I do not want to use the world dataset file, because it's too big. I cannot 
just add a 'complement' to the country layer or am I misinterpreting the mask 
function?

It would be solved I believe if I could add a LAYER which did not require a 
datasource and renders everything black, but that is not possible I believe, 
because mapserver always requires a type and the annotation type is deprecated 
since 6.2

Thanks in advance.


On 11 December 2015 at 20:57, Daniel Morissette 
> wrote:
I think the MASK layer should do what you want:

http://mapserver.org/development/rfc/ms-rfc-79.html

Daniel


On 2015-12-11 2:37 PM, Wim Vanbelle wrote:
Dear,

I have a country shapefile and I would like to style everything, besides
the one feature in the polygon.

This is a shapefile layer, so I'm wondering on how I could possibly
improve this:


 LAYER
 NAME "gadm"
 TYPE POLYGON
TRANSPARENCY 70
 DATA "gadm28.shp"
 STATUS default
DEBUG 4

 CLASS
EXPRESSION ("[ISO]" != "NLD")

 style
 color "#00"
 end

 END
 END

Basically, I would like to only use the data from the netherlands (NLD),
because it's a lot less data, and color everything else, besides the one
feature that it has.

My above (working example) is taking the entire world and only filtering
out what I want to see.

The goal is to visually create a map of a single country and block out
all the rest ;-). It's rendered as a tile layer. (gmaps)

Thanks in advance for your feedback.

Best regards,
Wim

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


--
Daniel Morissette
http://www.mapgears.com/
T: +1 418-696-5056 #201

http://evouala.com/ - Location Intelligence Made Easy
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

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