[mapguide-commits] r9030 - in branches/3.0/MgDev: . Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Aug 23 05:56:14 PDT 2016


Author: jng
Date: 2016-08-23 05:56:14 -0700 (Tue, 23 Aug 2016)
New Revision: 9030

Modified:
   branches/3.0/MgDev/
   branches/3.0/MgDev/Oem/LinuxApt/php.ini-mapguide
Log:
Merged revision(s) 9028 from trunk/MgDev:
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: branches/3.0/MgDev
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/2.6/MgDev:8276-8286,8288-8292,8297,8299,8301,8303,8314-8315,8318,8335,8340,8354-8355,8365,8373
/sandbox/adsk/2.6l:8727
/sandbox/adsk/3.0m:8563,8584,8607,8625,8694-8695
/sandbox/adsk/3.1n:8871,8912,8921-8922,8942,9019-9020
/sandbox/jng/convenience_apis:8262-8268,8271-8363
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/dwftk:8321-8324,8328-8329,8331,8352
/sandbox/jng/geos34x:8256-8259
/sandbox/jng/php56x:8975-8985
/sandbox/jng/rfc155:8874-8884
/sandbox/jng/tiling:8174-8208
/sandbox/jng/v30:8212-8227
/sandbox/rfc94:5099-5163
/trunk/MgDev:8595,8616-8618,8626,8682,8700,8728,8844,8956,8969,8980-8981,8996,9000,9004-9006,9010,9014,9018-9021
   + /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/2.6/MgDev:8276-8286,8288-8292,8297,8299,8301,8303,8314-8315,8318,8335,8340,8354-8355,8365,8373
/branches/3.1/MgDev:9026
/sandbox/adsk/2.6l:8727
/sandbox/adsk/3.0m:8563,8584,8607,8625,8694-8695
/sandbox/adsk/3.1n:8871,8912,8921-8922,8942,9019-9020
/sandbox/jng/convenience_apis:8262-8268,8271-8363
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/dwftk:8321-8324,8328-8329,8331,8352
/sandbox/jng/geos34x:8256-8259
/sandbox/jng/php56x:8975-8985
/sandbox/jng/rfc155:8874-8884
/sandbox/jng/tiling:8174-8208
/sandbox/jng/v30:8212-8227
/sandbox/rfc94:5099-5163
/trunk/MgDev:8595,8616-8618,8626,8682,8700,8728,8844,8956,8969,8980-8981,8996,9000,9004-9006,9010,9014,9018-9021,9028

Modified: branches/3.0/MgDev/Oem/LinuxApt/php.ini-mapguide
===================================================================
--- branches/3.0/MgDev/Oem/LinuxApt/php.ini-mapguide	2016-08-23 12:55:49 UTC (rev 9029)
+++ branches/3.0/MgDev/Oem/LinuxApt/php.ini-mapguide	2016-08-23 12:56:14 UTC (rev 9030)
@@ -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