[mapserver-commits] r9932 - branches/branch-5-6/mapserver

svn at osgeo.org svn at osgeo.org
Wed Mar 10 17:47:35 EST 2010


Author: dmorissette
Date: 2010-03-10 17:47:35 -0500 (Wed, 10 Mar 2010)
New Revision: 9932

Modified:
   branches/branch-5-6/mapserver/HISTORY.TXT
Log:
Fixed metadata.nextkey() to pass NULL on first call and not an empty string (#3363)

Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT	2010-03-10 22:11:31 UTC (rev 9931)
+++ branches/branch-5-6/mapserver/HISTORY.TXT	2010-03-10 22:47:35 UTC (rev 9932)
@@ -15,11 +15,16 @@
 Current Version (SVN branch-5-6):
 --------------------------------
 
-- Fixed msMSSQL2008CloseConnection() to free the statement handle properly (#3244)
+- Fixed msMSSQL2008CloseConnection() to free the statement handle 
+  properly (#3244)
 
+- Fixed PHP MapScript's metadata.nextkey() that was sometimes skipping some
+  entries on first call because the NULL arg was not properly handled (#3363)
+
 - Fixed the query handling with the MSSQL2008 driver (#3058)
 
-- Fixed swig zoomRectangle() method: the maxy in the rect object have to be < miny value (#3286)
+- Fixed swig zoomRectangle() method: the maxy in the rect object have to 
+  be < miny value (#3286)
 
 - Backport fix for SLD filters column names detection (#3052)
 



More information about the mapserver-commits mailing list