[mapserver-commits] r11681 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu May 12 10:19:38 EDT 2011


Author: aboudreault
Date: 2011-05-12 07:19:38 -0700 (Thu, 12 May 2011)
New Revision: 11681

Modified:
   trunk/mapserver/MIGRATION_GUIDE.txt
Log:
Added a note about clonable object in the migration guide

Modified: trunk/mapserver/MIGRATION_GUIDE.txt
===================================================================
--- trunk/mapserver/MIGRATION_GUIDE.txt	2011-05-12 13:07:06 UTC (rev 11680)
+++ trunk/mapserver/MIGRATION_GUIDE.txt	2011-05-12 14:19:38 UTC (rev 11681)
@@ -198,9 +198,11 @@
         - new symbolObj() returns the symbolObj. You don't need to 
                           get it with getSymbolObjectById().
 
+* Cloneable objects should be cloned with the PHP clone keyword. There is no more clone methods.
+
 * Class properties that have been removed
 
-  - mapObj: imagequality, interlace, scale, transparent
+  - mapObj: imagetype, imagequality, interlace, scale, transparent
   - classObj: maxscale, minscale
   - layerObj: labelsizeitem, labelangleitem, labelmaxscale, labelminscale, 
               maxscale, minscale, symbolscale, transparency
@@ -208,7 +210,6 @@
   - scalebarObj: interlace, transparent
   - symbolObj: gap, stylelength
   - webObj: minscale, maxscale
-  - mapObj: imagetype
   
 * Class methods that have been removed
 



More information about the mapserver-commits mailing list