ApcBundle:未维护 - 使用 https

时间:2021-06-27 12:51:13
【文件属性】:
文件名称:ApcBundle:未维护 - 使用 https
文件大小:7KB
文件格式:ZIP
更新时间:2021-06-27 12:51:13
PHP 未维护 改用 提供命令行以从控制台清除 APC 缓存。 APC 的问题是无法从命令行清除它。 因为即使您为 PHP CLI 启用 APC,它也是一个与 Apache PHP 或 PHP-CGI APC 实例不同的实例。 这里的技巧是在 web 目录中创建一个文件,通过 HTTP 执行它,然后删除它。 先决条件 如果要清除APC 的Apache 部分,则需要在php.ini启用allow_url_fopen以允许打开类似URL 对象的文件,或设置curl 选项。 安装 将其添加到您的 composer.json 中: { " require " : { " ornicar/apc-bundle " : " 1.0.* " } } 或者: composer require ornicar/apc-bundle composer upd
【文件预览】:
ApcBundle-master
----Command()
--------ApcClearCommand.php(6KB)
----Resources()
--------template.tpl(958B)
----LICENSE(1KB)
----composer.json(889B)
----README.markdown(3KB)
----DependencyInjection()
--------Configuration.php(926B)
--------OrnicarApcExtension.php(882B)
----OrnicarApcBundle.php(128B)

网友评论