[mapguide-commits] r8689 - in trunk/Installer: . Support/Web/x64/configs/Php Support/Web/x86/configs/Php

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 10 07:43:27 PDT 2015


Author: jng
Date: 2015-06-10 07:43:27 -0700 (Wed, 10 Jun 2015)
New Revision: 8689

Modified:
   trunk/Installer/
   trunk/Installer/Support/Web/x64/configs/Php/php.ini
   trunk/Installer/Support/Web/x86/configs/Php/php.ini
Log:
Merged revision(s) 8688 from branches/3.0/Installer:
Enable the openssl PHP extension by default.
........



Property changes on: trunk/Installer
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/Installer:6987-6988
/branches/3.0/Installer:8611
   + /branches/2.4/Installer:6987-6988
/branches/3.0/Installer:8611,8688

Modified: trunk/Installer/Support/Web/x64/configs/Php/php.ini
===================================================================
--- trunk/Installer/Support/Web/x64/configs/Php/php.ini	2015-06-10 14:39:58 UTC (rev 8688)
+++ trunk/Installer/Support/Web/x64/configs/Php/php.ini	2015-06-10 14:43:27 UTC (rev 8689)
@@ -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: trunk/Installer/Support/Web/x86/configs/Php/php.ini
===================================================================
--- trunk/Installer/Support/Web/x86/configs/Php/php.ini	2015-06-10 14:39:58 UTC (rev 8688)
+++ trunk/Installer/Support/Web/x86/configs/Php/php.ini	2015-06-10 14:43:27 UTC (rev 8689)
@@ -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