AcceleratorCacheBundle icon indicating copy to clipboard operation
AcceleratorCacheBundle copied to clipboard

Provide a command to clear PHP Accelerator cache from CLI

Results 8 AcceleratorCacheBundle issues
Sort by recently updated
recently updated
newest added

Fix: #28 I'm not sure if it's the ideal solution - but it works for the moment! I would prefer to remove the auto prefix.

``` [RuntimeException] Unable to read "https://website.com/apc-0c2b1755d3b4379133e84 565110c077d.php", does the host locally resolve? ``` file .php does not create itself in public folder

Some curl options accepts an array of strings for their values: https://www.php.net/manual/en/function.curl-setopt.php One such option is `CURLOPT_RESOLVE` which I'm trying to use to override DNS resolution. Current code limits those...

Given this configuration: ```yaml accelerator_cache: host: "%env(ACCELERATOR_CACHE_HOST)%" web_dir: "%kernel.root_dir%/../web" ``` and this `.env` file: ``` ACCELERATOR_CACHE_HOST=https://www.domain.tld ``` The command will not work because it will try to fetch the `http://https://www.domain.tld/apc-*.php`...

If you use this bundle with this combination don't work because SSL streams have been changed in PHP 5.6. You can read more in http://php.net/manual/en/migration56.openssl.php. In the bottom of this...

Hi, having problem with hanging capifony task. Apache is configured properly (can run the apc clear task via browser). Fails both with curl and fopen. Any ideas?