It also looks like OGR can create simple DBF files by using the ESRI Shapefile driver and specifying the SHPT option as null.  Haven&#39;t tried it though.<br><br><a href="http://www.gdal.org/ogr/drv_shapefile.html">http://www.gdal.org/ogr/drv_shapefile.html</a><br>
<br>- John<br><br><br><br><div class="gmail_quote">On Tue, Jan 5, 2010 at 3:03 PM, 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;">
Looking at the file dates at<br>
<a href="http://dl.maptools.org/dl/php_ogr/" target="_blank">http://dl.maptools.org/dl/php_ogr/</a><br>
makes me skeptical about binaries being available in a timely fashion...<br>
<br>
But the source is included in gdal distribution (swig/php)<br>
<div><div></div><div class="h5"><br>
&gt; I haven&#39;t used the OGR/PHP bindings, if they are reasonable then yes, but<br>
&gt; I *thought* OGR only did standard SWIG bindings (perl, python, ruby).<br>
&gt;<br>
&gt;<br>
&gt; ----- Original Message ----<br>
&gt;&gt; From: Brent Fraser &lt;<a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>&gt;<br>
&gt;&gt; To: Dan Little &lt;<a href="mailto:danlittle@yahoo.com">danlittle@yahoo.com</a>&gt;<br>
&gt;&gt; Cc: GeoMOOSE Users List &lt;<a href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a>&gt;<br>
&gt;&gt; Sent: Tue, January 5, 2010 1:37:30 PM<br>
&gt;&gt; Subject: Re: [Geomoose-users] getting started, running the demos<br>
&gt;&gt; question<br>
&gt;&gt;<br>
&gt;&gt; Could we use OGR via PHP to create .dbf files?<br>
&gt;&gt;<br>
&gt;&gt; &gt; Yeah, this is a bit of a problem as we need to be able to create DBase<br>
&gt;&gt; &gt; files but the old module is no longer supported and the new one not<br>
&gt;&gt; &gt; release.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Have I ever mentioned to this list how much I absolutely love PHP<br>
&gt;&gt; and/or<br>
&gt;&gt; &gt; it&#39;s &quot;mostly free&quot; model?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ----- Original Message ----<br>
&gt;&gt; &gt;&gt; From: Brent Fraser<br>
&gt;&gt; &gt;&gt; To: John Callahan<br>
&gt;&gt; &gt;&gt; Cc: GeoMOOSE Users List ; Brian<br>
&gt;&gt; &gt;&gt; Fischer<br>
&gt;&gt; &gt;&gt; Sent: Tue, January 5, 2010 1:05:37 PM<br>
&gt;&gt; &gt;&gt; Subject: Re: [Geomoose-users] getting started, running the demos<br>
&gt;&gt; &gt;&gt; question<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; And of some interest, <a href="http://bugs.php.net/bug.php?id=49222" target="_blank">http://bugs.php.net/bug.php?id=49222</a>, says:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &quot;dbase is unmaintained and moved to PECL though its yet to have a<br>
&gt;&gt; &gt;&gt; release<br>
&gt;&gt; &gt;&gt; there.&quot;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; So until a PHP 5.3 compatible version of php_dbase.dll shows up<br>
&gt;&gt; there,<br>
&gt;&gt; &gt;&gt; it looks<br>
&gt;&gt; &gt;&gt; like some of GM v2.2 PHP functions (select, mailing labels) will not<br>
&gt;&gt; &gt;&gt; work with<br>
&gt;&gt; &gt;&gt; MS4w 3.0.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Brent Fraser wrote:<br>
&gt;&gt; &gt;&gt; &gt; I didn&#39;t edit the config.php.  All of the GM required PHP dlls are<br>
&gt;&gt; &gt;&gt; loaded via<br>
&gt;&gt; &gt;&gt; &gt; the php.ini file, except for php_dbase.dll.  And since I don&#39;t have<br>
&gt;&gt; &gt;&gt; that one<br>
&gt;&gt; &gt;&gt; on<br>
&gt;&gt; &gt;&gt; &gt; my test system, I&#39;m confused why the print.php didn&#39;t crash and<br>
&gt;&gt; burn.<br>
&gt;&gt; &gt;&gt; I only<br>
&gt;&gt; &gt;&gt; &gt; tested the print.php which doesn&#39;t actually use php_dbase.dll;<br>
&gt;&gt; perhaps<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; dl()<br>
&gt;&gt; &gt;&gt; &gt; function is tolerant of files not being available (until a function<br>
&gt;&gt; is<br>
&gt;&gt; &gt;&gt; used).<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Brent<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; John Callahan wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt; That&#39;s good to hear.  Thanks Brent.   Did you also edit the<br>
&gt;&gt; &gt;&gt; config.php<br>
&gt;&gt; &gt;&gt; &gt;&gt; to get rid of the dl() calls? or the php_dbase.dll dependence<br>
&gt;&gt; (which<br>
&gt;&gt; &gt;&gt; I<br>
&gt;&gt; &gt;&gt; &gt;&gt; couldn&#39;t find in the ms4w 3.0 beta distribution)?<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; - John<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; On Tue, Jan 5, 2010 at 1:12 PM, Brent Fraser<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     GM 2.2 (from SVN) running on MS4W 3.0 beta works ok after I<br>
&gt;&gt; &gt;&gt; edited the<br>
&gt;&gt; &gt;&gt; &gt;&gt;     mapbook.xml (for things we need to change anyway for the 2.2<br>
&gt;&gt; Beta<br>
&gt;&gt; &gt;&gt; &gt;&gt;     release).<br>
&gt;&gt; &gt;&gt; &gt;&gt;     Creation of PDF,HTML, and jpg documents for Printing using PHP<br>
&gt;&gt; &gt;&gt; seems<br>
&gt;&gt; &gt;&gt; &gt;&gt;     to work ok too.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     Brent<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     Brent Fraser wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  I just installed MS4W on a clean XP virtual machine.<br>
&gt;&gt; Apache<br>
&gt;&gt; &gt;&gt; would<br>
&gt;&gt; &gt;&gt; &gt;&gt;     not start; I<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  had to install the VC++ 2008 redist package<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; (<a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&amp;displaylang=en</a><br>

&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; )<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  Then it started and PHP reported:<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  MapScript<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  MapServer Version  MapServer version 5.4.2 OUTPUT=GIF<br>
&gt;&gt; &gt;&gt; OUTPUT=PNG<br>
&gt;&gt; &gt;&gt; &gt;&gt;     OUTPUT=JPEG<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ<br>
&gt;&gt; &gt;&gt; &gt;&gt;     SUPPORTS=AGG<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=FRIBIDI<br>
&gt;&gt; &gt;&gt; SUPPORTS=WMS_SERVER<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT<br>
&gt;&gt; &gt;&gt; &gt;&gt;     SUPPORTS=WCS_SERVER<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS<br>
&gt;&gt; &gt;&gt; SUPPORTS=GEOS<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  SUPPORTS=RGBA_PNG INPUT=JPEG INPUT=POSTGIS INPUT=OGR<br>
&gt;&gt; &gt;&gt; INPUT=GDAL<br>
&gt;&gt; &gt;&gt; &gt;&gt;     INPUT=SHAPEFILE<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  PHP MapScript Version  ($Revision: 9099 $ $Date: 2009-06-09<br>
&gt;&gt; &gt;&gt; &gt;&gt;     00:39:18 -0300 (Tue,<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  09 Jun 2009) $)<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  so I&#39;m encouraged.  I&#39;ll try GM next...<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  Brent<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  Brian Fischer wrote:<br>
</div></div>&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; I really haven’t tested MS4W 3.0 beta 7 with GM<br>
<div><div></div><div class="h5">&gt;&gt; yet.  I<br>
&gt;&gt; &gt;&gt; tried when it<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; was in beta 2 and ran into some of these same problems.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; I would suggest if there are specific things we need added<br>
&gt;&gt; to<br>
&gt;&gt; &gt;&gt; MS4W to<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; make things work with GM 2.2 we submit a bug.  Kind of<br>
&gt;&gt; like<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; Mapbender project did in this bug<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; <a href="http://bugzilla.maptools.org/show_bug.cgi?id=2086" target="_blank">http://bugzilla.maptools.org/show_bug.cgi?id=2086</a>.  Then<br>
&gt;&gt; if<br>
&gt;&gt; &gt;&gt; it is<br>
&gt;&gt; &gt;&gt; &gt;&gt;     not to<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; hard for them to add they will do it.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; Is the dbase .dll the only thing?  I think when GM 2.2<br>
&gt;&gt; comes<br>
&gt;&gt; &gt;&gt; out<br>
&gt;&gt; &gt;&gt; &gt;&gt;     we need<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; to explain the quirks of the dl() function.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; *Brian Fischer,* CFM  GIS Project Manager<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; *Houston Engineering, Inc.*<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; Phone: W: 763.493.4522 / M: 763.229.2734<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; *From:* Dan Little [mailto:<a href="mailto:danlittle@yahoo.com">danlittle@yahoo.com</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;    ]<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; *Sent:* Monday, January 04, 2010 10:05 AM<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; *To:* John Callahan<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; *Cc:* GeoMOOSE Users List<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; *Subject:* Re: [Geomoose-users] getting started, running<br>
&gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt;&gt;     demos question<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; We will probably not delay 2.2 in order to be PHP 5.3<br>
&gt;&gt; ready.<br>
&gt;&gt; &gt;&gt; I would<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; expect that if we&#39;re going to focus on PHP 5.3/MS4W 3.0<br>
&gt;&gt; then<br>
&gt;&gt; &gt;&gt; &gt;&gt;     we&#39;re going<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; to need to rollout a 2.2.(1/2/5) that subsumes it as a<br>
&gt;&gt; &quot;bug<br>
&gt;&gt; &gt;&gt; fix.&quot;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     *From:* John Callahan<br>
&gt;&gt; &gt;&gt; &gt;&gt;    &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     *To:* Brent Fraser<br>
&gt;&gt; &gt;&gt; &gt;&gt;    &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     *Cc:* Dan Little<br>
&gt;&gt; &gt;&gt; &gt;&gt;    &gt;;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;    <a href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     *Sent:* Mon, January 4, 2010 10:01:07 AM<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     *Subject:* Re: [Geomoose-users] getting started,<br>
&gt;&gt; running<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt;&gt;     demos<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     question<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Thanks Dan/Brent.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Would you say that GeoMoose 2.2 would be<br>
&gt;&gt; tested/modified<br>
&gt;&gt; &gt;&gt; to work<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     with MapServer 5.4.x and PHP 5.3 (and therefore MS4W<br>
&gt;&gt; 3.0<br>
&gt;&gt; &gt;&gt; from a<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Windows perspective)?   Actually, GM 2.2 could<br>
&gt;&gt; probably<br>
&gt;&gt; &gt;&gt; work<br>
&gt;&gt; &gt;&gt; &gt;&gt;     for all<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     MapServer 5.x versions....<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     And that GeoMoose 2.0.x works with MapServer 5.2.x and<br>
&gt;&gt; &gt;&gt; PHP<br>
&gt;&gt; &gt;&gt; &gt;&gt;     5.2 (and<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     therefore MS4W 2.3.x)?<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     I wouldn&#39;t mind using GM 2.2 with PHP 5.2 (at least<br>
&gt;&gt; &gt;&gt; &gt;&gt;     temporarily) if<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     I can find a php_mapscript dll based on PHP 5.2 that<br>
&gt;&gt; &gt;&gt; works with<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     MapServer 5.4.2.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     - John<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     On Mon, Jan 4, 2010 at 10:39 AM, Brent Fraser<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;    &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Dan, John,<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;      I agree; we need to test GM 2.2 with MS4W 3.0.  I&#39;ll<br>
&gt;&gt; &gt;&gt; have a<br>
&gt;&gt; &gt;&gt; &gt;&gt;     look at<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     the beta.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     I see that PHP&#39;s dl() is deprecated (due to security<br>
&gt;&gt; and<br>
&gt;&gt; &gt;&gt; &gt;&gt;     threading<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     issues), but the doc doesn&#39;t say what the replacement<br>
&gt;&gt; is<br>
&gt;&gt; &gt;&gt; (use the<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     PHP.ini?).  I think our plan would be to modify<br>
&gt;&gt; &gt;&gt; config.php to<br>
&gt;&gt; &gt;&gt; &gt;&gt;     test<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     if a module is loaded (as it does now) and just give a<br>
&gt;&gt; &gt;&gt; &gt;&gt;     message if it<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     isn&#39;t:<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     if(!extension_loaded(&#39;gd&#39;) &amp;&amp;<br>
&gt;&gt; !extension_loaded(&#39;gd2&#39;)) {<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;            printf( &#39;Please ensure the following extension<br>
&gt;&gt; is<br>
&gt;&gt; &gt;&gt; loaded<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     using php.ini:&#39;.&#39;php_gd2.&#39;.PHP_SHLIB_SUFFIX);<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     }<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Unless there&#39;s a better way?<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     As for the php.dbase.dll, we could ask the MS4W people<br>
&gt;&gt; to<br>
&gt;&gt; &gt;&gt; &gt;&gt;     include it...<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Best Regards,<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Brent Fraser<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Dan Little wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     I think we simply need to do more testing on the more<br>
&gt;&gt; &gt;&gt; &gt;&gt;     bleeding edge<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     software.  In some regard, we have enough issues<br>
&gt;&gt; keeping<br>
&gt;&gt; &gt;&gt; up with<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     browser changes.  Moving past developer excuses,  I&#39;m<br>
&gt;&gt; &gt;&gt; running<br>
&gt;&gt; &gt;&gt; &gt;&gt;     OS/X<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     10.5.something and a few variants of debian and I<br>
&gt;&gt; believe<br>
&gt;&gt; &gt;&gt; &gt;&gt;     they all<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     have PHP 5.2, which is why there is probably some<br>
&gt;&gt; quirks<br>
&gt;&gt; &gt;&gt; when<br>
&gt;&gt; &gt;&gt; &gt;&gt;     moving<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     t o PHP 5.3.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Brian/Len/Brent, any help on your versions? I just<br>
&gt;&gt; really<br>
&gt;&gt; &gt;&gt; &gt;&gt;     don&#39;t use<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Windows for anything but running IE...<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        *From:* John Callahan<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;    &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        *To:* <a href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;    &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        *Sent:* Sun, January 3, 2010 8:31:42 AM<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        &lt; b&gt;Subject: [Geomoose-users] getting started,<br>
&gt;&gt; running<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt;&gt;     demos<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        question<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        I&#39;m trying to setup GeoMoose but ran into a problem<br>
&gt;&gt; &gt;&gt; that<br>
&gt;&gt; &gt;&gt; &gt;&gt;     I&#39;m not<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        sure how to fix.  After several hours of modifying<br>
&gt;&gt; my<br>
&gt;&gt; &gt;&gt; &gt;&gt;     environment,<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        here&#39;s where I&#39;m at now:<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        Windows OS<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        Apache 2.2.11<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        PHP 5.3.1  (VC6 x86 Thread Safe (2009-Nov-19<br>
&gt;&gt; 10:20:08)<br>
&gt;&gt; &gt;&gt; from<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        <a href="http://windows.php.net/download/" target="_blank">http://windows.php.net/download/</a>)<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        MapServer 5.4.2 with PHP_MapScript from<br>
&gt;&gt; ms4w_3.0_beta7<br>
&gt;&gt; &gt;&gt; &gt;&gt;     2009-09-01<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; (<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>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        GeoMoose from moose2-trunk as downloaded from the<br>
&gt;&gt; &gt;&gt; tarball<br>
&gt;&gt; &gt;&gt; &gt;&gt;     as of Jan<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        1.  ( I choose this over the 2.0.1 release because<br>
&gt;&gt; I<br>
&gt;&gt; &gt;&gt; liked<br>
&gt;&gt; &gt;&gt; &gt;&gt;     some of<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        the changes in 2.2.)<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        Apparently, the php dl() function is now deprecated<br>
&gt;&gt; as<br>
&gt;&gt; &gt;&gt; of PHP<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     5.3.    Even with the enable_dl set to &#39;On&#39; in<br>
&gt;&gt; php.ini,<br>
&gt;&gt; &gt;&gt; it still<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     throws an<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        error when trying to run the demo.  GeoMoose uses<br>
&gt;&gt; this<br>
&gt;&gt; &gt;&gt; &gt;&gt;     function.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        How can I get around that?<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        Also, I see GeoMoose uses php_dbase extension.<br>
&gt;&gt; That<br>
&gt;&gt; &gt;&gt; dll<br>
&gt;&gt; &gt;&gt; &gt;&gt;     is not in<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        the PHP or MS4W distributions I downloaded.  I did<br>
&gt;&gt; see<br>
&gt;&gt; &gt;&gt; a<br>
&gt;&gt; &gt;&gt; &gt;&gt;     php_ogr dll<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        in MW4W though.  How can I get around this?<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        Lastly, I tried using php 5.2.8 and I WAS able to<br>
&gt;&gt; get<br>
&gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt;&gt;     GeoMoose<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        demo mostly working.  However, some problems were<br>
&gt;&gt; &gt;&gt; &gt;&gt;     occurring, likely<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        because I didn&#39;t have php_mapscript, or maybe a<br>
&gt;&gt; wrong<br>
&gt;&gt; &gt;&gt; &gt;&gt;     version.  I<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        switched to php 5.3 because I couldn&#39;t find a<br>
&gt;&gt; &gt;&gt; &gt;&gt;     php_mapscript for<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        MapServer 5.4.2 for p hp 5.2.x and because it was<br>
&gt;&gt; what<br>
&gt;&gt; &gt;&gt; MS4W<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        currently supports.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        Thanks for any help or thoughts.<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        - John<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        **************************************************<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        John Callahan, Geospatial Application Developer<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        Delaware Geological Survey, University of Delaware<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        URL: <a href="http://www.dgs.udel.edu" target="_blank">http://www.dgs.udel.edu</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;        **************************************************<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     This SF.Net email is sponsored by the Verizon<br>
&gt;&gt; Developer<br>
&gt;&gt; &gt;&gt; Community<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Take advantage of Verizon&#39;s best-in-class app<br>
&gt;&gt; development<br>
&gt;&gt; &gt;&gt; support<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     A streamlined, 14 day to market process makes app<br>
&gt;&gt; &gt;&gt; &gt;&gt;     distribution fast<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     and easy<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Join now and get one step closer to millions of<br>
&gt;&gt; Verizon<br>
&gt;&gt; &gt;&gt; customers<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Geomoose-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;    <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;    &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;    <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     --<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     **************************************************<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     John Callahan, Geospatial Application Developer<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     Delaware Geological Survey, University of Delaware<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     URL: <a href="http://www.dgs.udel.edu" target="_blank">http://www.dgs.udel.edu</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;     **************************************************<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; This SF.Net email is sponsored by the Verizon Developer<br>
&gt;&gt; &gt;&gt; Community<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; Take advantage of Verizon&#39;s best-in-class app development<br>
&gt;&gt; &gt;&gt; support<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; A streamlined, 14 day to market process makes app<br>
&gt;&gt; &gt;&gt; distribution<br>
&gt;&gt; &gt;&gt; &gt;&gt;     fast and easy<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; Join now and get one step closer to millions of Verizon<br>
&gt;&gt; &gt;&gt; customers<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; Geomoose-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  This SF.Net email is sponsored by the Verizon Developer<br>
&gt;&gt; &gt;&gt; Community<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  Take advantage of Verizon&#39;s best-in-class app development<br>
&gt;&gt; &gt;&gt; support<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  A streamlined, 14 day to market process makes app<br>
&gt;&gt; distribution<br>
&gt;&gt; &gt;&gt; &gt;&gt;     fast and easy<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  Join now and get one step closer to millions of Verizon<br>
&gt;&gt; &gt;&gt; customers<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  Geomoose-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;  <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt;&gt;     This SF.Net email is sponsored by the Verizon Developer<br>
&gt;&gt; Community<br>
&gt;&gt; &gt;&gt; &gt;&gt;     Take advantage of Verizon&#39;s best-in-class app development<br>
&gt;&gt; support<br>
&gt;&gt; &gt;&gt; &gt;&gt;     A streamlined, 14 day to market process makes app distribution<br>
&gt;&gt; &gt;&gt; fast<br>
&gt;&gt; &gt;&gt; &gt;&gt;     and easy<br>
&gt;&gt; &gt;&gt; &gt;&gt;     Join now and get one step closer to millions of Verizon<br>
&gt;&gt; customers<br>
&gt;&gt; &gt;&gt; &gt;&gt;    <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;     _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt;     Geomoose-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;    <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;    <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; &gt; This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt;&gt; &gt;&gt; &gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt;&gt; &gt;&gt; &gt; A streamlined, 14 day to market process makes app distribution fast<br>
&gt;&gt; &gt;&gt; and easy<br>
&gt;&gt; &gt;&gt; &gt; Join now and get one step closer to millions of Verizon customers<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt; Geomoose-users mailing list<br>
&gt;&gt; &gt;&gt; &gt; <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; This SF.Net email is sponsored by the Verizon Developer Community<br>
&gt;&gt; &gt;&gt; Take advantage of Verizon&#39;s best-in-class app development support<br>
&gt;&gt; &gt;&gt; A streamlined, 14 day to market process makes app distribution fast<br>
&gt;&gt; and<br>
&gt;&gt; &gt;&gt; easy<br>
&gt;&gt; &gt;&gt; Join now and get one step closer to millions of Verizon customers<br>
&gt;&gt; &gt;&gt; <a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Geomoose-users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
&gt;&gt; &gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<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>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.sourceforge.net">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>
</div></div></blockquote></div><br><br>