ふたりはララベル (Laravel PHP Framework)

PHPフレームワークのLaravelの体験記を書いていきます。こんなタイトルのブログですが萌え系アニメは一秒たりとも観たことがありません。

php_eaccelerator_tsは有効にしておく

xamppでLaravelを動かしたら以下のエラーが出た。原因はphp_eaccelerator_tsがデフォルトで無効になっていたからだった。

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 439

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 221

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 137

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 154

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 439

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 221

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 137

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 154

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 439

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 221

Warning: Illegal offset type in isset or empty in C:\xampp\bootstrap\compiled.php on line 137

php_eaccelerator_tsのコメントを外して有効にすれば解決する。

zend_extension = "C:\xampp\php\ext\php_eaccelerator_ts.dll"