Displaying 1 result from an estimated 1 matches for "adoptdate".
2020 Oct 27
1
Centos 7 + PHP7.2 - variables_order not working
...e got any ideas why?? I've not seen this before.
PHP.ini settings
variables_order = "CGPS"
request_order = "CGPS"
The position of the 'C' seems to make no difference at all, but if I
remove it then I get the expected response.
adoptions get
array(1) {
? ["adoptdate"]=>? string(10) "2020-10-26"
}
adoptions post
array(0) {
}
adoptions COOKIE
array(7) {
? ["login"]=>? string(1) "1"
? ["sesid"]=>? string(10) "1603798666"
? ["adoptdate"]=>? string(10) "2020-10-27"
}
adopti...