質問編集履歴
1
phpの実行コマンドがphp -c test\.phpと記載していましたが、php test\.phpの間違いです
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
phpinfoで確認してたところ、40-apcu.iniは読み込まれ
|
8
8
|
APCUはEnabledと表示されています。
|
9
9
|
|
10
|
-
上記設定で下記のようなtest.phpを作成しphp
|
10
|
+
上記設定で下記のようなtest.phpを作成しphp test.php
|
11
11
|
を実行します。
|
12
12
|
|
13
13
|
```ここに言語を入力
|