Re: [mapserver-users] php mapscript problem

2017-11-24 Thread Carlos Ruiz
Sven, I haven't worked with Mapscript and IIS. However, I always free the map before unsetting it on PHP $oMap->free();unset($oMap); Why don't you try this and see what happens On Friday, November 24, 2017, 9:04:16 AM CST, Sven Schroeter wrote: Hi, I write many

[mapserver-users] php mapscript problem

2017-11-24 Thread Sven Schroeter
Hi, I write many mapfiles from an application to the file system under Windows and IIS. Another script loads this mapfiles and checks if it is the right syntax. If there is an syntax error in the mapfile I'll get an exeption: try { $oMap = ms_newMapobj($mymapfile); } catch (Exception $e)