[mapguide-commits] r9032 - in branches/2.6/MgDev: . Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Aug 23 05:58:17 PDT 2016


Author: jng
Date: 2016-08-23 05:58:17 -0700 (Tue, 23 Aug 2016)
New Revision: 9032

Modified:
   branches/2.6/MgDev/
   branches/2.6/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/2.6/MgDev
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/3.0/MgDev:8658,8958-8959
/sandbox/adsk/2.6l:8727
/sandbox/adsk/3.0m:8563,8584,8607,8625
/sandbox/adsk/3.1n:8871,8912,8921-8922,8942,9019-9020
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/php56x:8975-8985
/sandbox/jng/rfc155:8874-8884
/sandbox/rfc94:5099-5163
/trunk/MgDev:8209-8210,8230,8313,8333,8359,8388,8392,8423,8433,8439,8443-8444,8518-8519,8567-8568,8571,8588-8589,8595,8616-8618,8626,8682,8728,8844,8956,8980,8996,9000,9004-9006,9021
   + /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/branches/3.0/MgDev:8658,8958-8959
/branches/3.1/MgDev:9026
/sandbox/adsk/2.6l:8727
/sandbox/adsk/3.0m:8563,8584,8607,8625
/sandbox/adsk/3.1n:8871,8912,8921-8922,8942,9019-9020
/sandbox/jng/createruntimemap:7486-7555
/sandbox/jng/php56x:8975-8985
/sandbox/jng/rfc155:8874-8884
/sandbox/rfc94:5099-5163
/trunk/MgDev:8209-8210,8230,8313,8333,8359,8388,8392,8423,8433,8439,8443-8444,8518-8519,8567-8568,8571,8588-8589,8595,8616-8618,8626,8682,8728,8844,8956,8980,8996,9000,9004-9006,9021,9028

Modified: branches/2.6/MgDev/Oem/LinuxApt/php.ini-mapguide
===================================================================
--- branches/2.6/MgDev/Oem/LinuxApt/php.ini-mapguide	2016-08-23 12:57:59 UTC (rev 9031)
+++ branches/2.6/MgDev/Oem/LinuxApt/php.ini-mapguide	2016-08-23 12:58:17 UTC (rev 9032)
@@ -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