[mapserver-dev] mapscriptng - classes all lower case?

Jeff McKenna jmckenna at gatewaygeomatics.com
Thu Apr 29 12:46:04 PDT 2021


I have not seen that case before.  Once installed, you should find the 
associated file (containing the MapServer constants and classes) in a 
path something like:

   /usr/lib/php/xxx/mapscript.php

If you are using today's 'main' checkout, line ~2479 of mapscript.php 
should list the "class mapObj" definition.

My servers are mostly Ubuntu, so I am not sure about RHEL8.

-jeff



-- 
Jeff McKenna
GatewayGeo: Developers of MS4W, MapServer Consulting and Training
co-founder of FOSS4G
http://gatewaygeo.com/



On 2021-04-29 2:33 p.m., Worth Lutz wrote:
> Hi All,
> 
> We have compiled MapServer with the WITH_PHPNG and find that the classes 
> are all lower case.
> 
>      $map = new mapobj('mapfile.map');
> 
> instead of
> 
>      $map = new mapObj('mapfile.map');
> 
> Has anyone seen this before?  What might we be doing wrong?
> 
> This is on RHEL8.  We have solved all the other problems but this one is 
> stumping us.
> 
> 
> Regards,
> -- 
> *Worth Lutz*
> 
> 


More information about the mapserver-dev mailing list