ID: 29085 Updated by: [EMAIL PROTECTED] Reported By: christian at wenz dot org -Status: Open +Status: Bogus Bug Type: PHP options/info functions Operating System: Windows PHP Version: 5.0.0RC3 New Comment:
Well this is a matter of opinion :) Most people prefer to be able to run php4 and php5 on the same box right now. This might change in the future. Anyway setting include_path in php.ini isn't that difficult, is it :) Previous Comments: ------------------------------------------------------------------------ [2004-07-10 13:50:01] christian at wenz dot org Description: ------------ the default include_path on Windows systems is ".;c:\php5\pear". IMO that's a bad idea (TM) because most installation tutorials recommend c:\php and the PEAR installer defaults to that directory, too. Looks like a "port" of bug #21609 :-) Reproduce code: --------------- call phpinfo(), look at output for include_path Expected result: ---------------- Directive Local Value Master Value include_path .;C:\php\pear .;C:\php\pear Actual result: -------------- Directive Local Value Master Value include_path .;C:\php5\pear .;C:\php5\pear ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29085&edit=1