[mapserver-commits] r11112 - trunk/mapserver/mapscript/php
svn at osgeo.org
svn at osgeo.org
Tue Mar 8 10:34:23 EST 2011
Author: tamas
Date: 2011-03-08 07:34:23 -0800 (Tue, 08 Mar 2011)
New Revision: 11112
Modified:
trunk/mapserver/mapscript/php/php_mapscript.c
Log:
Adding the constant 'MS_UNION' to the php bindings (#3674)
Modified: trunk/mapserver/mapscript/php/php_mapscript.c
===================================================================
--- trunk/mapserver/mapscript/php/php_mapscript.c 2011-03-08 15:28:31 UTC (rev 11111)
+++ trunk/mapserver/mapscript/php/php_mapscript.c 2011-03-08 15:34:23 UTC (rev 11112)
@@ -1097,6 +1097,7 @@
REGISTER_LONG_CONSTANT("MS_MYGIS", MS_MYGIS, const_flag);
REGISTER_LONG_CONSTANT("MS_RASTER", MS_RASTER, const_flag);
REGISTER_LONG_CONSTANT("MS_PLUGIN", MS_PLUGIN, const_flag);
+ REGISTER_LONG_CONSTANT("MS_UNION", MS_UNION, const_flag);
/* output image type constants*/
/*
More information about the mapserver-commits
mailing list