Jeff McKenna
Jeff McKenna
@jpchenel good find, I can reproduce this on Windows with MS4W 5.0 (today's MapServer-main, Apache, PHP, SWIG). In my case here is the error displayed in the browser: ``` Fatal...
Also, if I print out the variables for the Environment (_ENV), and the Server (_SERVER), through PHP, both give an empty QUERY_STRING, after initiating OWSRequest() : ``` GATEWAY_INTERFACE => CGI/1.1...
Possibly-related comment, from https://github.com/MapServer/MapServer/pull/6284: _For example loadParams() is in the cgiutil.c, which is in libmapserver and not mapserv binary, and loadParams() is invoked by main() with a getenv2==NULL, which means...
@geographika thanks, your message helped me. Embarrassingly, I was passing the variables in the url incorrectly. Now I see proper QUERY_STRING values for both _ENV and _SERVER, and, I get...
@jpchenel if it's useful, I am using SWIG 4.1.1 and PHP 8.2.8
Thanks @phlaluna & @djhoese, I confirm the issue here with `main`. @sdlime is this just a documentation issue? (eg. to enable OGCAPI requires both `-DWITH_WFS=1` and `-DWITH_OGCAPI=1` ? Let me...
@dg0yt agreed, I was going to respond earlier that packagers use FOO_INCLUDE_DIR to trigger CMake's internal FOO_INCLUDE_DIRS parameter. Sometimes indeed it is necessary to set multiple paths in these variables....
More background for other readers: this computed version string is used through the CMake build process in GDAL for specific logic (eg. if version string > 4 then do something).
changing milestone to 8.2.1 release
nudge here as this was tagged for the 8.2.2 release (see [Milestone](https://github.com/MapServer/MapServer/milestone/63)) which is set to be released this Friday