Thanks Dan/Brent.<br><br>Would you say that GeoMoose 2.2 would be tested/modified to work with MapServer 5.4.x and PHP 5.3 (and therefore MS4W 3.0 from a Windows perspective)?   Actually, GM 2.2 could probably work for all MapServer 5.x versions....<br>
<br>And that GeoMoose 2.0.x works with MapServer 5.2.x and PHP 5.2 (and therefore MS4W 2.3.x)?<br><br><br>I wouldn&#39;t mind using GM 2.2 with PHP 5.2 (at least temporarily) if I can find a php_mapscript dll based on PHP 5.2 that works with MapServer 5.4.2.<br>
<br>- John<br><br><br><br><div class="gmail_quote">On Mon, Jan 4, 2010 at 10:39 AM, Brent Fraser <span dir="ltr">&lt;<a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dan, John,<br>
<br>
  I agree; we need to test GM 2.2 with MS4W 3.0.  I&#39;ll have a look at the beta.<br>
<br>
I see that PHP&#39;s dl() is deprecated (due to security and threading issues), but the doc doesn&#39;t say what the replacement is (use the PHP.ini?).  I think our plan would be to modify config.php to test if a module is loaded (as it does now) and just give a message if it isn&#39;t:<br>

<br>
if(!extension_loaded(&#39;gd&#39;) &amp;&amp; !extension_loaded(&#39;gd2&#39;)) {<br>
        printf( &#39;Please ensure the following extension is loaded using php.ini:&#39;.&#39;php_gd2.&#39;.PHP_SHLIB_SUFFIX);<br>
}<br>
<br>
Unless there&#39;s a better way?<br>
<br>
As for the php.dbase.dll, we could ask the MS4W people to include it...<br>
<br>
Best Regards,<br>
Brent Fraser<br>
<br>
Dan Little wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think we simply need to do more testing on the more bleeding edge software.  In some regard, we have enough issues keeping up with browser changes.  Moving past developer excuses,  I&#39;m running OS/X 10.5.something and a few variants of debian and I believe they all have PHP 5.2, which is why there is probably some quirks when moving t o PHP 5.3.<div class="im">
<br>
<br>
Brian/Len/Brent, any help on your versions? I just really don&#39;t use Windows for anything but running IE...<br>
<br>
<br>
    *From:* John Callahan &lt;<a href="mailto:john.callahan@udel.edu" target="_blank">john.callahan@udel.edu</a>&gt;<br>
    *To:* <a href="mailto:geomoose-users@lists.sourceforge.net" target="_blank">geomoose-users@lists.sourceforge.net</a><br>
    *Sent:* Sun, January 3, 2010 8:31:42 AM<br></div>
    &lt; b&gt;Subject: [Geomoose-users] getting started, running the demos<div class="im"><br>
    question<br>
<br>
    I&#39;m trying to setup GeoMoose but ran into a problem that I&#39;m not<br>
    sure how to fix.  After several hours of modifying my environment,<br>
    here&#39;s where I&#39;m at now:<br>
<br>
<br>
    Windows OS<br>
<br>
    Apache 2.2.11<br>
<br>
    PHP 5.3.1  (VC6 x86 Thread Safe (2009-Nov-19 10:20:08) from<br>
    <a href="http://windows.php.net/download/" target="_blank">http://windows.php.net/download/</a>)<br>
<br>
    MapServer 5.4.2 with PHP_MapScript from ms4w_3.0_beta7 2009-09-01<br>
    (<a href="http://www.maptools.org/ms4w/index.phtml?page=README_INSTALL_3.0.html" target="_blank">http://www.maptools.org/ms4w/index.phtml?page=README_INSTALL_3.0.html</a>)<br>
<br>
    GeoMoose from moose2-trunk as downloaded from the tarball as of Jan<br>
    1.  ( I choose this over the 2.0.1 release because I liked some of<br>
    the changes in 2.2.)<br>
<br>
<br>
    Apparently, the php dl() function is now deprecated as of PHP 5.3.     Even with the enable_dl set to &#39;On&#39; in php.ini, it still throws an<br>
    error when trying to run the demo.  GeoMoose uses this function.     How can I get around that?<br>
<br>
    Also, I see GeoMoose uses php_dbase extension.  That dll is not in<br>
    the PHP or MS4W distributions I downloaded.  I did see a php_ogr dll<br>
    in MW4W though.  How can I get around this?<br>
<br>
<br>
    Lastly, I tried using php 5.2.8 and I WAS able to get the GeoMoose<br>
    demo mostly working.  However, some problems were occurring, likely<br>
    because I didn&#39;t have php_mapscript, or maybe a wrong version.  I<br>
    switched to php 5.3 because I couldn&#39;t find a php_mapscript for<br></div>
    MapServer 5.4.2 for p hp 5.2.x and because it was what MS4W<div class="im"><br>
    currently supports. <br>
<br>
    Thanks for any help or thoughts.<br>
<br>
    - John<br>
<br>
    **************************************************<br>
    John Callahan, Geospatial Application Developer<br>
    Delaware Geological Survey, University of Delaware<br>
    URL: <a href="http://www.dgs.udel.edu" target="_blank">http://www.dgs.udel.edu</a><br>
    **************************************************<br>
<br>
<br>
<br></div>
------------------------------------------------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon&#39;s best-in-class app development support<br>
A streamlined, 14 day to market process makes app distribution fast and easy<br>
Join now and get one step closer to millions of Verizon customers<br>
<a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a> <br>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.sourceforge.net" target="_blank">Geomoose-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
</blockquote>
</blockquote></div><br><br clear="all"><br>-- <br>**************************************************<br>John Callahan, Geospatial Application Developer<br>Delaware Geological Survey, University of Delaware<br>URL: <a href="http://www.dgs.udel.edu">http://www.dgs.udel.edu</a><br>
**************************************************<br>