[EMAIL PROTECTED] wrote:
Hi Matt (et al),

I've added the c:\www\pear path to both the windows path and also the path in
the php.ini file.  However it's still coming up with the same error.  Is there
a way of putting in a temporary path in the go-pear.php file?

Yes... ini_set('include_path', 'yourpath').
When I installed PHP5 I had a slight problem... my existing pear installation (with different path etc. from PHP4) was changing the path every time that it ran. If you are also upgrading, it could happen at several points:


Your environment variables (PHP_INSTALL_DIR, others)
Your pear.bat file
Your PEAR.php file
Rogue php.ini file (perhaps in system root)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to