-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphp7cc.problems.log
More file actions
38 lines (33 loc) · 1.13 KB
/
php7cc.problems.log
File metadata and controls
38 lines (33 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
php7cc output gives the following unfixed errors
File: pear/XML/RPC.php
> Line 377: PHP 4 constructors are now deprecated
function XML_RPC_Client($path, $server, $port = 80, $proxy = '', $proxy_port = 8080, $proxy_user = '', $proxy_pass = '')
{
}
> Line 497: PHP 4 constructors are now deprecated
function XML_RPC_Response($val, $fcode = 0, $fstr = '')
{
}
> Line 552: PHP 4 constructors are now deprecated
function XML_RPC_Message($meth, $pars = 0)
{
}
> Line 715: PHP 4 constructors are now deprecated
function XML_RPC_Value($val = -1, $type = '')
{
}
File: pear/XML/RPC/Server.php
> Line 154: PHP 4 constructors are now deprecated
function XML_RPC_Server($dispMap, $serviceNow = 1)
{
}
> Line 156: Removed "HTTP_RAW_POST_DATA" variable used
$HTTP_RAW_POST_DATA;
> Line 220: Removed "HTTP_RAW_POST_DATA" variable used
$HTTP_RAW_POST_DATA;
> Line 225: Removed "HTTP_RAW_POST_DATA" variable used
$HTTP_RAW_POST_DATA;
> Line 300: Removed "HTTP_RAW_POST_DATA" variable used
$HTTP_RAW_POST_DATA;
> Line 306: Removed "HTTP_RAW_POST_DATA" variable used
$HTTP_RAW_POST_DATA;