はぁ~ 環境が潰れたので復旧中ですbearing

APC-3.1.13 を導入する事にしました。

早速、以下の手順を使用して導入しましたhappy01

APC導入方法

①.pecl install APC

②.以下の内容が表示した場合は、no を選択します。

Enable internal debugging in APC [no] :

③.以下の内容が表示した場合は、no を選択します。

Enable per request file info about files used from the APC cache [no] :

④.以下の内容が表示した場合は、no を選択します。

Enable spin locks (EXPERIMENTAL) [no] :

⑤.以下の内容が表示した場合は、no を選択します。

Enable memory protection (EXPERIMENTAL) [no] :

⑥.以下の内容が表示した場合は、yes を選択します。

Enable pthread mutexes (default) [no] :

⑦.以下の内容が表示した場合は、no を選択します。

Enable pthread read/write locks (EXPERIMENTAL)[no] :

リビルドが実行されるので様子を見ますhappy01

また、以下のメッセージが表示すれば成功ですnote

Build process completed successfully
Installing ‘/usr/include/php5/ext/apc/apc_serializer.h’
Installing ‘/usr/lib64/php5/apc.so’
install ok: channel://pecl.php.net/APC-3.1.13
configuration option “php_ini” is not set to php.ini location
You should add “extension=apc.so” to php.ini

無事、APC-3.1.13 が導入する事が出来ました。