<div dir="ltr">the credit for this goes to daniel morissette - i had found a post by him suggesting this a while ago when i ran into the same problem.<br><br>i'd leave it to the development guys to make the call on whether --enable-debug should automatically change the ZEND_DEBUG flag - it would be nice if it did.<br>
<br>ak<br><br><div class="gmail_quote">On Thu, Jul 24, 2008 at 10:53 AM, Robert W. Burgholzer <<a href="mailto:rburghol@vt.edu">rburghol@vt.edu</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ak,<br>
You rule!  That did the trick!<br>
<br>
Is this worthy of a bug-report, or feature request, i.e., a configure switch to<br>
have the debug set on php_mapscript -- or should it automagically do it with<br>
the enable-debug switch on??<br>
<br>
Many thanks!<br>
<font color="#888888"><br>
r.b.<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
Quoting alim karim <<a href="mailto:alim.karim@gmail.com">alim.karim@gmail.com</a>>:<br>
<br>
> you can try changing the following to enable a debug build of the mapscript<br>
> module.<br>
><br>
> in mapscript/php3/php_mapscript.c :<br>
><br>
> change<br>
><br>
> #define ZEND_DEBUG 0<br>
><br>
> to<br>
><br>
> #define ZEND_DEBUG 1<br>
><br>
> ak<br>
><br>
> On Thu, Jul 24, 2008 at 8:57 AM, Robert W. Burgholzer <<a href="mailto:rburghol@vt.edu">rburghol@vt.edu</a>><br>
> wrote:<br>
><br>
> > I am getting the following error after recompiling php and mapserv:<br>
> ><br>
> >  in Unknown on line 0<br>
> > Unknown(0) : Warning - PHP Startup: MapScript: Unable to initialize module<br>
> > Module compiled with module API=20060613, debug=0, thread-safety=1<br>
> > PHP    compiled with module API=20060613, debug=1, thread-safety=1<br>
> > These options need to match<br>
> ><br>
> > I believe that I have enabled the debug option in mapserver, and I am using<br>
> > php<br>
> > as a CGI, so I am unsure as to what the trouble is.  I don't WANT thread<br>
> > safety, I believe, but cannot seem to figure out how to disable it.  Below<br>
> > are<br>
> > my compile options for php and mapserver, any help would be great:<br>
> ><br>
> > PHP config statement:<br>
> > ./configure  --with-gd --with-mysql=/usr/local/mysql --with-pgsql<br>
> > --with-zlib<br>
> > --with-ttf --prefix=/usr --enable-debug --enable-maintainer-zts<br>
> ><br>
> > Mapserver config:<br>
> > ./configure --with-wfs --with-wmsclient<br>
> > --with-php=/Users/robertwb/src/php-5.2.5<br>
> > --with-postgis=/usr/local/pgsql/bin --with-wfsclient --with-wms<br>
> > --with-postgis<br>
> > --with-gdal --with-ogr --with-geos --with-proj --enable-debug<br>
> ><br>
> > Thanks!<br>
> ><br>
> > --<br>
> > Robert W. Burgholzer<br>
> > --<br>
> > Finding the occasional straw of truth awash in a great ocean of confusion<br>
> > and<br>
> > bamboozle requires intelligence, vigilance, dedication and courage.  But if<br>
> > we<br>
> > don't practice these tough habits of thought, we cannot hope to solve the<br>
> > truly<br>
> > serious problems that face us -- and we risk becoming a nation of suckers,<br>
> > up<br>
> > for grabs by the next charlatan who comes along.<br>
> > -- Carl Sagan, "The Fine Art of Baloney Detection," Parade, February 1,<br>
> > 1987<br>
> ><br>
> > Web Hydrology Objects - Online Collaborative Modeling:<br>
> > <a href="http://sourceforge.net/projects/npsource/" target="_blank">http://sourceforge.net/projects/npsource/</a><br>
> > Home Page:<br>
> > <a href="http://soulswimmer.dynalias.net/" target="_blank">http://soulswimmer.dynalias.net/</a><br>
> > _______________________________________________<br>
> > mapserver-users mailing list<br>
> > <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
> > <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
> ><br>
><br>
<br>
<br>
--<br>
Robert W. Burgholzer<br>
--<br>
Finding the occasional straw of truth awash in a great ocean of confusion and<br>
bamboozle requires intelligence, vigilance, dedication and courage.  But if we<br>
don't practice these tough habits of thought, we cannot hope to solve the truly<br>
serious problems that face us -- and we risk becoming a nation of suckers, up<br>
for grabs by the next charlatan who comes along.<br>
-- Carl Sagan, "The Fine Art of Baloney Detection," Parade, February 1, 1987<br>
<br>
Web Hydrology Objects - Online Collaborative Modeling:<br>
<a href="http://sourceforge.net/projects/npsource/" target="_blank">http://sourceforge.net/projects/npsource/</a><br>
Home Page:<br>
<a href="http://soulswimmer.dynalias.net/" target="_blank">http://soulswimmer.dynalias.net/</a><br>
</div></div></blockquote></div><br></div>