commit | 2154aa0b9ca5183d63e552a09dcc7831cc597e6c | [log] [tgz] |
---|---|---|
author | Josh Thompson <jfthomps@ncsu.edu> | Thu Jul 18 13:25:50 2019 -0400 |
committer | Josh Thompson <jfthomps@ncsu.edu> | Thu Jul 18 13:25:50 2019 -0400 |
tree | c9ad7e35289e2b873243bf49678244471ca33d69 | |
parent | d9fe39d2bec1b1208771b2cad30d64dfc931554b [diff] |
VCL-1106 - make PHP code compatible with PHP 7 utils.php: modified xmlrpccall xmlrpcgetaffiliations: $HTTP_RAW_POST_DATA is deprecated in php 7 - removed global reference to $HTTP_RAW_POST_DATA; now get contents of php://input into variable and pass that variable to xmlrpc_server_call_method instead of $HTTP_RAW_POST_DATA