hello all.<br><br>we just upgraded our mapserver installation to mapserver-5.0.3 (current stable i believe). we&#39;re running on a gentoo machine with apache 2.2.9 and php 5.2.6RC4<br><br>it seems that some old code that uses mapscript&nbsp; has stopped working. specifically:<br>
<br>dl(&#39;php_mapscript.so&#39;);<br>...<br>$map = ms_newMapObj(&quot;some_mapfile.map&quot;);<br> $layer = ms_newLayerObj($map);<br>$layer-&gt;set(&quot;name&quot;, &quot;layer1&quot;);<br>....<br><br>throws the following error:<br>
<br><span class="objectBox objectBox-text">Fatal error:  Call to undefined method ms_layer_obj::set()</span><br><br>has anyone else experienced this or does anyone have any suggestions on how to fix it?<br><br>thanks in advance.<br>
<br>ak<br>