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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Aug 23 05:51:42 PDT 2016


Author: jng
Date: 2016-08-23 05:51:42 -0700 (Tue, 23 Aug 2016)
New Revision: 9027

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) 9025 from branches/3.1/Installer:
#2734: Default always_populate_raw_post_data to -1 in php.ini. This fixes a whole bunch of deprecation warnings that PHP 5.6 throws up.

Reference: https://www.bram.us/2014/10/26/php-5-6-automatically-populating-http_raw_post_data-is-deprecated-and-will-be-removed-in-a-future-version/
........



Property changes on: trunk/Installer
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/Installer:6987-6988
/branches/3.0/Installer:8611,8688
/sandbox/jng/php56x_installer:8976-8978
/sandbox/jng/rfc155_installer:8873-8885
/trunk/Installer:8690-8872
   + /branches/2.4/Installer:6987-6988
/branches/3.0/Installer:8611,8688
/branches/3.1/Installer:9025
/sandbox/jng/php56x_installer:8976-8978
/sandbox/jng/rfc155_installer:8873-8885
/trunk/Installer:8690-8872

Modified: trunk/Installer/Support/Web/x64/configs/Php/php.ini
===================================================================
--- trunk/Installer/Support/Web/x64/configs/Php/php.ini	2016-08-23 12:46:53 UTC (rev 9026)
+++ trunk/Installer/Support/Web/x64/configs/Php/php.ini	2016-08-23 12:51:42 UTC (rev 9027)
@@ -487,7 +487,7 @@
 ;default_charset = "iso-8859-1"
 
 ; Always populate the $HTTP_RAW_POST_DATA variable.
-;always_populate_raw_post_data = On
+always_populate_raw_post_data = -1
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;

Modified: trunk/Installer/Support/Web/x86/configs/Php/php.ini
===================================================================
--- trunk/Installer/Support/Web/x86/configs/Php/php.ini	2016-08-23 12:46:53 UTC (rev 9026)
+++ trunk/Installer/Support/Web/x86/configs/Php/php.ini	2016-08-23 12:51:42 UTC (rev 9027)
@@ -487,7 +487,7 @@
 ;default_charset = "iso-8859-1"
 
 ; Always populate the $HTTP_RAW_POST_DATA variable.
-;always_populate_raw_post_data = On
+always_populate_raw_post_data = -1
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;



More information about the mapguide-commits mailing list