Downgrade mbstring to warning, make usage conditional
[civicrm-core.git] / extern / soap.php
index 0f5bd2081a82d322f412757966a00f6d75e4344d..ab8664d70a4cb34bd42eed0abf8715a423fc0f42 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-// Patch for CRM-3154
-if (phpversion() == "5.2.2" &&
-  !isset($GLOBALS['HTTP_RAW_POST_DATA'])
-) {
-  $GLOBALS['HTTP_RAW_POST_DATA'] = file_get_contents('php://input');
-}
-
 if (defined('PANTHEON_ENVIRONMENT')) {
   ini_set('session.save_handler', 'files');
 }