Im trying to install zend framework with wamp server but it is not working properly.
I downloaded the zend framework and the create the folder in C:\wamp\library\Zend and then in php.inc I got something like this ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes:C:\wamp\library"
Now when i try to run the sample blogger.php it is giving me the following error. 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
Can anyone help me please.