ZendフレームワークをWAMPサーバーにインストールしようとしていますが、正しく機能していません。
Zendフレームワークをダウンロードし、にフォルダーを作成しましたC:\wamp\library\Zend
。次に、次のphp.inc
ようなものがあります。
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes:C:\wamp\library"
サンプルを実行しようとするとblogger.php
、次のエラーが発生します。
Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\PHPSample\Blogger.php on line 37
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.;C:\php5\pear') in C:\wamp\www\PHPSample\Blogger.php on line 37
誰か助けてくれませんか?