Edit php.ini file

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
prap19
Forum Newbie
Posts: 3
Joined: Sun Mar 29, 2009 12:52 am

Edit php.ini file

Post by prap19 »

I am working on WAMP server on windows as OS. I am working on youtube APIs. It requires me to download zend library directories. I have downloaded it. Now it asks me to include that path in php.ini in include_path variable. I viewed php info data which shows my include_path as ".;C:\php5\pear" and i have to append one more path to it to connect it to zend libraries. However in the php.ini file i didn't get any such ".;C:\php5\pear" in include_path method. I have attached my file to view how it appears.

http://pastebin.ca/1375462


How to add the zend library path?

PS: To refer how i want to add the path, following is the link

http://code.google.com/apis/gdata/artic ... t_lib.html
Post Reply