ConsoleBundle
ConsoleBundle copied to clipboard
cache:clear issue
Hi,
I've seen it the controller: what this issue is about?
Please can you use the phpdoc tag /** @todo My todo */ when defining todos within the code? :)
Yes, nico forgot to add the issue.
With the single process configuration (new_process: false), the cache:clear command throw the following issue :
Fatal error: Cannot redeclare class appdevUrlMatcher in C:\apache2\data\Symfony2\app\cache\dev_new\appdevUrlMatcher.php on line 114
With eclipse todo are use often with //TODO syntax
So about the issue i find than with --no-warmup option and change present in the second commit (file to php://out), this work with a littlest issue : no response.
There is no response because the clear:cache occurs an error (file_put_contents(...)). However, the directory is cleared. So, the issue is fixed but there is an other as nico said.