[mapserver-commits] r10505 - sandbox/mapserver6/mapscript/php

svn at osgeo.org svn at osgeo.org
Mon Sep 13 15:41:06 EDT 2010


Author: aboudreault
Date: 2010-09-13 19:41:06 +0000 (Mon, 13 Sep 2010)
New Revision: 10505

Modified:
   sandbox/mapserver6/mapscript/php/image.c
Log:
Modified an exception message..

Modified: sandbox/mapserver6/mapscript/php/image.c
===================================================================
--- sandbox/mapserver6/mapscript/php/image.c	2010-09-13 19:05:06 UTC (rev 10504)
+++ sandbox/mapserver6/mapscript/php/image.c	2010-09-13 19:41:06 UTC (rev 10505)
@@ -205,7 +205,7 @@
     if (!MS_RENDERER_PLUGIN(php_imageSrc->image->format) ||
  	!MS_RENDERER_PLUGIN(php_image->image->format))
         {
-            mapscript_throw_exception("PasteImage function should only be used with GD, AGG or CAIRO images." TSRMLS_CC);
+            mapscript_throw_exception("PasteImage function should only be used with renderer plugin drivers." TSRMLS_CC);
             return;
         }
 



More information about the mapserver-commits mailing list