Page 1 of 1

Edit php.ini file

Posted: Sun Mar 29, 2009 1:04 am
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