kebabs:thanks but its given in the php.ini that we have to use forward slash for unix and back slash for windows and I am using windows XP
; UNIX: "/path1:/path2"
; Windows: "\path1;\path2"
Main Topics
Browse All TopicsHi,
I have been trying to install zend framework 1.9.2 but could not be successful ;-(. I am using WAMP and my PHP path is
D:\wamp\bin\php\php5.2.9-2
and I have kept ZF "library" folder into it. I have also set PHP include path in php.ini as
include_path = ".;D:\wamp\bin\php\php5.2.
Note: its not commented.
I have restarted WAMP all services but still not able to get it running successfully. I see following errors while trying youtube example
Warning: require_once(Zend/Loader.p
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.;C:\php5\p
Please help.
Thank you so much
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, in php.ini and in the language itself, you can use forward slashes on Windows machines and should do so for portability (it also saves needing to escape backslashes at times).
Why not just try what I suggested? ;)
The main difference between Unix and Windows include paths are the path separators, you use a semi colon for Windows, a colon for *nix.
Business Accounts
Answer for Membership
by: kebabsPosted on 2009-09-12 at 07:06:19ID: 25316552
Set your include path to:
9-2/librar y"
hp) will now look for: /library/Z end/Loader .php
\library\Z end\Zend/L oader.php
include_path = ".;D:/wamp/bin/php/php5.2.
require_once(Zend/Loader.p
D:/wamp/bin/php/php5.2.9-2
Previously it was looking in the non existent:
D:\wamp\bin\php\php5.2.9-2