Hi.

I am a bit confused about the  include_path  in php.ini, I am using PHP
5.0.0 on IIS

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
include_path = ".;/php/includes"

When I run "phpinfo()" the include_path points to ".;c:\php\PEAR" but that
is incorrect the correct path is "c:\inetpub\php5\PEAR".

My question is, is it correct to set the include_path to
"c:\inetpub\php5\PEAR" or just leave it as is???

Thanks in advanced :)

D_Angle

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

Reply via email to