Forum Moderators: coopster
I have Apache v2, MySQL and PHP 4.3.7 running just fine on Windows 2003 Server.
How do I set the include_path in php.ini correctly since I've added PEAR packages?
The PEAR packages is in C:\program files\yellowtip\htdocs\PEAR\
;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes"
There is a tip in the PHP Forum Library [webmasterworld.com] thread Good PHP solutions to small problems [webmasterworld.com], message # 17.