ID: 11612 Updated by: cmk Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating System: Win2k Server PHP Version: 4.0.5 New Comment:
On my Win2k box it works just fine, include_path has always been '.' only. It worked with PHP 4.0.6 and still works with 4.1.0. Your problem must be caused by something else. Previous Comments: ------------------------------------------------------------------------ [2001-06-24 02:28:42] [EMAIL PROTECTED] nope, exactly the same. :( ------------------------------------------------------------------------ [2001-06-23 06:30:59] [EMAIL PROTECTED] Does it work with PHP 4.0.6? ------------------------------------------------------------------------ [2001-06-23 06:29:42] [EMAIL PROTECTED] reopened ------------------------------------------------------------------------ [2001-06-22 10:34:19] [EMAIL PROTECTED] I have it like that, with double quotes. This is an excerpt from my php.ini: ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" Windows: "\path1;\path2" include_path = ".;c:\www\demoxpress.com\html\test" ------------------------------------------------------------------------ [2001-06-22 09:22:41] [EMAIL PROTECTED] Try this: include_path=".;C:\path\to\something;C:\path\to\something\else" Notice the "'s around the path. --Jani ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=11612 Edit this bug report at http://bugs.php.net/?id=11612&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]