[mapserver-commits] r10187 - trunk/docs/en/mapscript/php

svn at osgeo.org svn at osgeo.org
Thu May 27 15:13:04 EDT 2010


Author: aboudreault
Date: 2010-05-27 15:13:03 -0400 (Thu, 27 May 2010)
New Revision: 10187

Modified:
   trunk/docs/en/mapscript/php/migration_guide.txt
Log:
modified last changeset... the free() method is not in that object

Modified: trunk/docs/en/mapscript/php/migration_guide.txt
===================================================================
--- trunk/docs/en/mapscript/php/migration_guide.txt	2010-05-27 19:05:38 UTC (rev 10186)
+++ trunk/docs/en/mapscript/php/migration_guide.txt	2010-05-27 19:13:03 UTC (rev 10187)
@@ -117,8 +117,7 @@
 =============
 
 To free the cache, you'll have to call the method freeCache() rather than
-free(). The free() method still exists but its purpose is to free the
-object resources.
+free().
 
 Methods that now return MS_SUCCESS/MS_FAILURE
 =============================================



More information about the mapserver-commits mailing list