[mapserver-commits] r9765 - trunk/mapserver/mapscript/php3
svn at osgeo.org
svn at osgeo.org
Thu Jan 28 10:32:11 EST 2010
Author: aboudreault
Date: 2010-01-28 10:32:10 -0500 (Thu, 28 Jan 2010)
New Revision: 9765
Modified:
trunk/mapserver/mapscript/php3/php_mapscript.c
Log:
Modified function registration name for php4 compatibility
Modified: trunk/mapserver/mapscript/php3/php_mapscript.c
===================================================================
--- trunk/mapserver/mapscript/php3/php_mapscript.c 2010-01-27 19:20:56 UTC (rev 9764)
+++ trunk/mapserver/mapscript/php3/php_mapscript.c 2010-01-28 15:32:10 UTC (rev 9765)
@@ -704,7 +704,7 @@
{"getalllayernames",php3_ms_map_getAllLayerNames, NULL},
{"getallgroupnames",php3_ms_map_getAllGroupNames, NULL},
{"getcolorbyindex", php3_ms_map_getColorByIndex, NULL},
- {"getLabel", php3_ms_map_getLabel, NULL},
+ {"getlabel", php3_ms_map_getLabel, NULL},
{"setextent", php3_ms_map_setExtent, NULL},
{"setrotation", php3_ms_map_setRotation, NULL},
{"setsize", php3_ms_map_setSize, NULL},
More information about the mapserver-commits
mailing list