You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "apc:cache:info" options fail with php-fpm 7.0:
/vagrant$ sudo -u www-data -g www-data php cachetool.phar apc:cache:info --fcgi=/var/run/php/php7.0-fpm.sock
Fatal error: Uncaught TypeError: Argument 1 passed to CacheTool\Command\ApcCacheInfoCommand::normalize() must be of the type array, null given, called in phar:///vagrant/cachetool.phar/src/CacheTool/Command/ApcCacheInfoCommand.php on line 61 and defined in phar:///vagrant/cachetool.phar/src/CacheTool/Command/ApcCacheInfoCommand.php on line 102
TypeError: Argument 1 passed to CacheTool\Command\ApcCacheInfoCommand::normalize() must be of the type array, null given, called in phar:///vagrant/cachetool.phar/src/CacheTool/Command/ApcCacheInfoCommand.php on line 61 in phar:///vagrant/cachetool.phar/src/CacheTool/Command/ApcCacheInfoCommand.php on line 102
Call Stack:
0.0191 1047000 1. {main}() /vagrant/cachetool.phar:0
0.0192 1045920 2. require('phar:///vagrant/cachetool.phar/bin/cachetool') /vagrant/cachetool.phar:10
0.0480 2307112 3. Symfony\Component\Console\Application->run() phar:///vagrant/cachetool.phar/bin/cachetool:35
0.0535 2612528 4. CacheTool\Console\Application->doRun() phar:///vagrant/cachetool.phar/vendor/symfony/console/Application.php:117
0.0547 2650640 5. Symfony\Component\Console\Application->doRun() phar:///vagrant/cachetool.phar/src/CacheTool/Console/Application.php:119
0.0549 2650640 6. CacheTool\Console\Application->doRunCommand() phar:///vagrant/cachetool.phar/vendor/symfony/console/Application.php:186
0.1319 3076336 7. Symfony\Component\Console\Application->doRunCommand() phar:///vagrant/cachetool.phar/src/CacheTool/Console/Application.php:136
0.1320 3076336 8. Symfony\Component\Console\Command\Command->run() phar:///vagrant/cachetool.phar/vendor/symfony/console/Application.php:791
0.1330 3079080 9. CacheTool\Command\ApcCacheInfoCommand->execute() phar:///vagrant/cachetool.phar/vendor/symfony/console/Command/Command.php:256
0.1772 3119848 10. CacheTool\Command\ApcCacheInfoCommand->normalize() phar:///vagrant/cachetool.phar/src/CacheTool/Command/ApcCacheInfoCommand.php:61
Variables in local scope (#10):
$array = NULL
$key = *uninitialized*
$value = *uninitialized*
The text was updated successfully, but these errors were encountered:
Hi,
The "apc:cache:info" options fail with php-fpm 7.0:
The text was updated successfully, but these errors were encountered: