<>Disapper: 如同装甲运兵车在刚果解放联盟工作时一样,它非常麻烦,同样可以令人沮丧。 如果你重新pin,用健康的耐心,是彻底的,摆脱问题,铭记你正在玩笑,这就是为什么它似乎不做任何事情,它实际上没有做任何事情。 删除倾销档案,首先从基本材料开始,如果这项工作没有忘记它尝试新的机器,那么新的非洲顾问办公室,如果它正在通过扩大功能制作一份复印件的话,就会产生一些事情,如果它投入工作或复制件,增加另一件,再做一次测试,以便检查以前工作、陈词或不做的复印件;如果你首先不能再尝试,你就能够继续做同样的事,期望取得新的成果。
阅读? 这是你在等待的:
Enable apc for cli
apc.enable-cli=1
在每个民族解放联盟的要求下,创建、居住和摧毁装甲运兵车藏匿点是不理想的。
- previous answer by unknown poster since removed.
你们绝对是站不住脚的吗?
如果你在文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、文化、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言、语言
例如:
PHP Warning: apc_bin_loadfile(): APC is not enabled,
apc_bin_loadfile not available.
PHP Warning: apc_bin_dumpfile(): APC is not enabled,
apc_bin_dumpfile not available.
<>strong>Warning: 我建议你不要在php.ini中 c,不值得沮丧,你会忘记你,并用其他文字,相信我不值得,而是使用发射器。 (见下文)
apc_loadfile and apc_dumpfile in cli
根据。 我们需要区分apc.stat。 或将发出警告
例如:
PHP Warning: apc_bin_dumpfile(): Excluding some files from apc_bin_dump[file].
Cached files must be included using full path with apc.stat=0.
launcher script - php-apc.sh
We will use this script to launch our apc enabled scripts (ex. ./php-apc.sh apc-cli.php
) instead of changing the properties in php.ini
directly.
#/bin/sh
php -d apc.enable_cli=1 -d apc.stat=0 $1
阅读基本功能? 页: 1
basic APC persisted - apc-cli.php
<?php
/** check if dump file exists, you don t want to use file_exists */
if (false !== $dump_file = stream_resolve_include_path( apc.dump ))
/** so where were we lets have a look see shall we */
if (false !== apc_bin_loadfile($dump_file))
/** fetch what was stored last run just for fun */
if (false !== $value = apc_fetch( my.awesome.apc.store ))
echo "$value from apc
";
/** store what gets fetched the next run just for fun */
apc_store( my.awesome.apc.store , awesome in cli );
/** what a shlep lets not do that all over again shall we */
apc_bin_dumpfile(array(),null, apc.dump );
Notice: Why not use file_exists? Because file_exists == stat
you see and we want to reap the reward that is apc.stat=0
so; work within the include path; use absolute and not relative paths - as returned by stream_resolve_include_path();
avoid include_once
, require_once
use the non *_once
counterparts; check your stat usage, when not using APC(Muchos important senor), with the help of a StreamWrapper echo for calls to method url_stat;
Oops: Fatal scope over-run error! aborting notice thread. see url_stat
message: Error caused by StreamWrapper outside the scope of this discussion.
The smoke test
利用发射器执行基本文字
./php-apc.sh apc-cli.php
A whole bunch of nothing happened that s what we want right, why else do you want to use cache? If it did output anything then it didn t work, sorry.
堆积档案应该称为 a。 如果你找不到,那就算不了工作。
我们拥有垃圾堆放档案,没有任何错误让它再次运行。
./php-apc.sh apc-cli.php
你希望看到:
awesome in cli from apc
成功!
There are few in PHP as satisfying as a working APC implementation.
nJoy!