[mapguide-commits] r5642 - in branches/2.2/Installer/Support/Web: x64/Php x86/Php

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 21 03:09:07 EDT 2011


Author: jng
Date: 2011-03-21 00:09:06 -0700 (Mon, 21 Mar 2011)
New Revision: 5642

Modified:
   branches/2.2/Installer/Support/Web/x64/Php/php.ini
   branches/2.2/Installer/Support/Web/x86/Php/php.ini
Log:
#1532: Enable the PHP GD extension for the 2.2 installer so the Fusion QuickPlot widget functions out of the box.

Modified: branches/2.2/Installer/Support/Web/x64/Php/php.ini
===================================================================
--- branches/2.2/Installer/Support/Web/x64/Php/php.ini	2011-03-19 16:24:59 UTC (rev 5641)
+++ branches/2.2/Installer/Support/Web/x64/Php/php.ini	2011-03-21 07:09:06 UTC (rev 5642)
@@ -628,7 +628,7 @@
 ;extension=php_exif.dll
 ;extension=php_fdf.dll
 ;extension=php_filepro.dll
-;extension=php_gd2.dll
+extension=php_gd2.dll
 ;extension=php_gettext.dll
 ;extension=php_ifx.dll
 ;extension=php_iisfunc.dll

Modified: branches/2.2/Installer/Support/Web/x86/Php/php.ini
===================================================================
--- branches/2.2/Installer/Support/Web/x86/Php/php.ini	2011-03-19 16:24:59 UTC (rev 5641)
+++ branches/2.2/Installer/Support/Web/x86/Php/php.ini	2011-03-21 07:09:06 UTC (rev 5642)
@@ -628,7 +628,7 @@
 ;extension=php_exif.dll
 ;extension=php_fdf.dll
 ;extension=php_filepro.dll
-;extension=php_gd2.dll
+extension=php_gd2.dll
 ;extension=php_gettext.dll
 ;extension=php_ifx.dll
 ;extension=php_iisfunc.dll



More information about the mapguide-commits mailing list