[ 
https://issues.apache.org/jira/browse/VCL-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16888187#comment-16888187
 ] 

ASF subversion and git services commented on VCL-1106:
------------------------------------------------------

Commit 2154aa0b9ca5183d63e552a09dcc7831cc597e6c in vcl's branch 
refs/heads/develop from Josh Thompson
[ https://gitbox.apache.org/repos/asf?p=vcl.git;h=2154aa0 ]

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


> make PHP code compatible with PHP 7
> -----------------------------------
>
>                 Key: VCL-1106
>                 URL: https://issues.apache.org/jira/browse/VCL-1106
>             Project: VCL
>          Issue Type: Improvement
>          Components: web gui (frontend)
>            Reporter: Josh Thompson
>            Assignee: Josh Thompson
>            Priority: Major
>             Fix For: 2.5.1
>
>
> PHP 5.6 is EOL at the end of 2018. The frontend code needs to get updated to 
> be compatible with PHP 7. The primary thing that needs to be done is changing 
> from mysql_* functions to mysqli_* functions.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to