| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
execute test cases
|
|
|
|
|
|
|
|
|
|
|
|
class methods that are not hooked
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ini_set argument types changed with PHP 8.1, so the test is using ini_get now.
|
|
|
|
|
|
|
|
|
|
|
|
In the 8.0.8 and 8.1 version of PHP, the parameters name for move_uploaded_file are "from" and "to". This config file fail to apply the relevant rules unless the parameter names are updated using "to" instead of "destination".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|