[mapguide-commits] r8688 - in branches/3.0/Installer/Support/Web: x64/configs/Php x86/configs/Php

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 10 07:39:58 PDT 2015


Author: jng
Date: 2015-06-10 07:39:58 -0700 (Wed, 10 Jun 2015)
New Revision: 8688

Modified:
   branches/3.0/Installer/Support/Web/x64/configs/Php/php.ini
   branches/3.0/Installer/Support/Web/x86/configs/Php/php.ini
Log:
Enable the openssl PHP extension by default.

Modified: branches/3.0/Installer/Support/Web/x64/configs/Php/php.ini
===================================================================
--- branches/3.0/Installer/Support/Web/x64/configs/Php/php.ini	2015-06-04 14:05:53 UTC (rev 8687)
+++ branches/3.0/Installer/Support/Web/x64/configs/Php/php.ini	2015-06-10 14:39:58 UTC (rev 8688)
@@ -644,7 +644,7 @@
 ;extension=php_msql.dll
 ;extension=php_mysql.dll
 ;extension=php_oci8.dll
-;extension=php_openssl.dll
+extension=php_openssl.dll
 ;extension=php_oracle.dll
 ;extension=php_pdf.dll
 ;extension=php_pgsql.dll

Modified: branches/3.0/Installer/Support/Web/x86/configs/Php/php.ini
===================================================================
--- branches/3.0/Installer/Support/Web/x86/configs/Php/php.ini	2015-06-04 14:05:53 UTC (rev 8687)
+++ branches/3.0/Installer/Support/Web/x86/configs/Php/php.ini	2015-06-10 14:39:58 UTC (rev 8688)
@@ -644,7 +644,7 @@
 ;extension=php_msql.dll
 ;extension=php_mysql.dll
 ;extension=php_oci8.dll
-;extension=php_openssl.dll
+extension=php_openssl.dll
 ;extension=php_oracle.dll
 ;extension=php_pdf.dll
 ;extension=php_pgsql.dll



More information about the mapguide-commits mailing list