| Age | Commit message (Collapse) | Author |
|
|
|
ini_set argument types changed with PHP 8.1, so the test is using ini_get now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed related unittests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Snuffleupagus will now warn when a particular function
doesn't have the expected parameters configuration-wise.
|
|
|
|
|
|
|
|
|
|
|
|
PHP8 failed hard when it couldn't find the local variable
we're looking for.
using ZEND_FETCH_CLASS_SILENT makes it silent.
|