[mapserver-users] Re: Problem with Mapserver 6.0.1 and PHP Mapscript

2012-02-17 Thread Nick Friedrich
Hi, 

when using older mapserver versions var_dump returns not an empty mapObj. 


Nick

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-with-Mapserver-6-0-1-and-PHP-Mapscript-tp4476779p4479995.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


Re: [mapserver-users] Re: Problem with Mapserver 6.0.1 and PHP Mapscript

2012-02-17 Thread Nick Friedrich
Mmh, ok. But in older Versions the output showed everything in the 
object. I assume that there has been no complete rewrite of Mapscript 
for Mapserver 6, so the appropriate methods must exist in older version.

Maybe they have been dropped.
I just thought, that it would be related to my problem, because older 
mapserver versions showed a different behavior. With regard to your 
statement it has nothing to do with my problem, so it doesn't matter.



Am 17.02.2012 14:09, schrieb Alan Boudreault:

This is the only output you'll get from a var_dump:

object(mapObj)#1 (0) {
}

until the appropriate methods for this will be implemented.

Alan

On 12-02-17 07:58 AM, Nick Friedrich wrote:

Hi,

when using older mapserver versions var_dump returns not an empty 
mapObj.



Nick

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-with-Mapserver-6-0-1-and-PHP-Mapscript-tp4476779p4479995.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






--
Nick Friedrich (Dipl.-Inf.)
GEOLOCK GmbH

Rothenseer Straße 24
39124 Magdeburg

Tel.: (0391) 2561 - 252
Fax.: (0391) 2561 - 122

www.geolock.de

nick.friedr...@geolock.de

Amtsgericht Magdeburg
HRB 113652
Geschäftsführer:
Dipl.-Ing. Wolfgang Göppel
Steuernummer: 102/111/00 627

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


[mapserver-users] Problem with Mapserver 6.0.1 and PHP Mapscript

2012-02-16 Thread Nick Friedrich

Hello,

I have a problem with Mapserver 6.0.1 and PHP Mapscript.
Until now I am working with Mapserver 5.2.

For testing purposes I created a minimal mapfile, just with name and 
symbolset. The symbolset file contains just one simple filled circle.
When I create a mapObj (tried old an new constructors) I get an empty 
Object (var_dump or print_r).  Non-object members like name or status 
are still there, when accessing them directly.
Set methods are also working for non-object members. Members, that are 
objects themselves, like projection, are not accessible.


I have no clue what could be the problem. The system configuration is 
the same as when using Mapserver 5.2.
PHP version is 5.2.17 (CGI). Version of other libraries (libpng, libgd, 
...) meet the requirements.


Thanks for your help,
Nick


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