ID: 20908 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Closed Bug Type: Scripting Engine problem Operating System: Windows 2000 Server PHP Version: 4CVS-2002-12-09 (dev) New Comment:
Thanks! Previous Comments: ------------------------------------------------------------------------ [2002-12-09 09:14:54] [EMAIL PROTECTED] Looks like it was broken before and does behave correctly now... ------------------------------------------------------------------------ [2002-12-09 08:55:16] [EMAIL PROTECTED] My PHP.INI file contains the following include_path: include_path = ".;C:\Inetpub\php_include;C:\Inetpub\pear;C:\Inetpub\wwwroot" In a PHP application I usually included the following directive: require ("/admin/class.overlib/class.overlib.php3"); In PHP 4.2.3 it would pickup the file (it's located in C:\Inetpub\wwwroot\admin\class.overlib). However the current version of PHP 4.3.0-dev cannot locate the file unless I change the require directive to the following: require ("admin/class.overlib/class.overlib.php3"); Was this change made on purpose or is this feature now broken? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20908&edit=1