This is taken right out of the download of PHP 5 zip file
"php-5.0.0-Win32.zip". Opening the "php.ini-recommended" it states the
following configuration
;
; Paths and Directories ;
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
Bu
th = ".;/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
2 matches
Mail list logo