<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>We will probably not delay 2.2 in order to be PHP 5.3 ready.&nbsp; I would expect that if we're going to focus on PHP 5.3/MS4W 3.0 then we're going to need to rollout a 2.2.(1/2/5) that subsumes it as a "bug fix."<br></div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><b><span style="font-weight: bold;">From:</span></b> John Callahan &lt;john.callahan@udel.edu&gt;<br><b><span style="font-weight: bold;">To:</span></b> Brent Fraser &lt;bfraser@geoanalytic.com&gt;<br><b><span style="font-weight: bold;">Cc:</span></b> Dan Little &lt;danlittle@yahoo.com&gt;;
 geomoose-users@lists.sourceforge.net<br><b><span style="font-weight: bold;">Sent:</span></b> Mon, January 4, 2010 10:01:07 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Geomoose-users] getting started, running the demos question<br></font><br>
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)?&nbsp;&nbsp; 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'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 rel="nofollow" ymailto="mailto:bfraser@geoanalytic.com" target="_blank" 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>
 &nbsp;I agree; we need to test GM 2.2 with MS4W 3.0. &nbsp;I'll have a look at the beta.<br>
<br>
I see that PHP's dl() is deprecated (due to security and threading issues), but the doc doesn't say what the replacement is (use the PHP.ini?). &nbsp;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't:<br>

<br>
if(!extension_loaded('gd') &amp;&amp; !extension_loaded('gd2')) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;printf( 'Please ensure the following extension is loaded using php.ini:'.'php_gd2.'.PHP_SHLIB_SUFFIX);<br>
}<br>
<br>
Unless there'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. &nbsp;In some regard, we have enough issues keeping up with browser changes. &nbsp;Moving past developer excuses, &nbsp;I'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't use Windows for anything but running IE...<br>
<br>
<br>
 &nbsp; &nbsp;*From:* John Callahan &lt;<a rel="nofollow" ymailto="mailto:john.callahan@udel.edu" target="_blank" href="mailto:john.callahan@udel.edu">john.callahan@udel.edu</a>&gt;<br>
 &nbsp; &nbsp;*To:* <a rel="nofollow" ymailto="mailto:geomoose-users@lists.sourceforge.net" target="_blank" href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a><br>
 &nbsp; &nbsp;*Sent:* Sun, January 3, 2010 8:31:42 AM<br></div>
 &nbsp; &nbsp;&lt; b&gt;Subject: [Geomoose-users] getting started, running the demos<div class="im"><br>
 &nbsp; &nbsp;question<br>
<br>
 &nbsp; &nbsp;I'm trying to setup GeoMoose but ran into a problem that I'm not<br>
 &nbsp; &nbsp;sure how to fix. &nbsp;After several hours of modifying my environment,<br>
 &nbsp; &nbsp;here's where I'm at now:<br>
<br>
<br>
 &nbsp; &nbsp;Windows OS<br>
<br>
 &nbsp; &nbsp;Apache 2.2.11<br>
<br>
 &nbsp; &nbsp;PHP 5.3.1 &nbsp;(VC6 x86 Thread Safe (2009-Nov-19 10:20:08) from<br><span>
 &nbsp; &nbsp;<a target="_blank" href="http://windows.php.net/download/">http://windows.php.net/download/</a>)</span><br>
<br>
 &nbsp; &nbsp;MapServer 5.4.2 with PHP_MapScript from ms4w_3.0_beta7 2009-09-01<br><span>
 &nbsp; &nbsp;(<a target="_blank" href="http://www.maptools.org/ms4w/index.phtml?page=README_INSTALL_3.0.html">http://www.maptools.org/ms4w/index.phtml?page=README_INSTALL_3.0.html</a>)</span><br>
<br>
 &nbsp; &nbsp;GeoMoose from moose2-trunk as downloaded from the tarball as of Jan<br>
 &nbsp; &nbsp;1. &nbsp;( I choose this over the 2.0.1 release because I liked some of<br>
 &nbsp; &nbsp;the changes in 2.2.)<br>
<br>
<br>
 &nbsp; &nbsp;Apparently, the php dl() function is now deprecated as of PHP 5.3.  &nbsp; &nbsp;Even with the enable_dl set to 'On' in php.ini, it still throws an<br>
 &nbsp; &nbsp;error when trying to run the demo. &nbsp;GeoMoose uses this function.  &nbsp; &nbsp;How can I get around that?<br>
<br>
 &nbsp; &nbsp;Also, I see GeoMoose uses php_dbase extension. &nbsp;That dll is not in<br>
 &nbsp; &nbsp;the PHP or MS4W distributions I downloaded. &nbsp;I did see a php_ogr dll<br>
 &nbsp; &nbsp;in MW4W though. &nbsp;How can I get around this?<br>
<br>
<br>
 &nbsp; &nbsp;Lastly, I tried using php 5.2.8 and I WAS able to get the GeoMoose<br>
 &nbsp; &nbsp;demo mostly working. &nbsp;However, some problems were occurring, likely<br>
 &nbsp; &nbsp;because I didn't have php_mapscript, or maybe a wrong version. &nbsp;I<br>
 &nbsp; &nbsp;switched to php 5.3 because I couldn't find a php_mapscript for<br></div>
 &nbsp; &nbsp;MapServer 5.4.2 for p hp 5.2.x and because it was what MS4W<div class="im"><br>
 &nbsp; &nbsp;currently supports. <br>
<br>
 &nbsp; &nbsp;Thanks for any help or thoughts.<br>
<br>
 &nbsp; &nbsp;- John<br>
<br>
 &nbsp; &nbsp;**************************************************<br>
 &nbsp; &nbsp;John Callahan, Geospatial Application Developer<br>
 &nbsp; &nbsp;Delaware Geological Survey, University of Delaware<br><span>
 &nbsp; &nbsp;URL: <a target="_blank" href="http://www.dgs.udel.edu">http://www.dgs.udel.edu</a></span><br>
 &nbsp; &nbsp;**************************************************<br>
<br>
<br>
<br></div>
------------------------------------------------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon'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><span>
<a target="_blank" href="http://p.sf.net/sfu/verizon-dev2dev">http://p.sf.net/sfu/verizon-dev2dev</a> </span><br>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a rel="nofollow" ymailto="mailto:Geomoose-users@lists.sourceforge.net" target="_blank" href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
<a rel="nofollow" target="_blank" href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">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 rel="nofollow" target="_blank" href="http://www.dgs.udel.edu">http://www.dgs.udel.edu</a><br>
**************************************************<br>
</div></div></blockquote>
<!-- cg18.c2.mail.ac4.yahoo.com compressed/chunked Sun Jan  3 06:44:01 PST 2010 -->
</div><br>



      </body></html>