ID: 20908
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Windows 2000 Server
PHP Version: 4CVS-2002-12-09 (dev)
New Comment:
Looks like it was broken before and does behave correctly now...
Previous Comments:
------------------------------------------------------------------------
[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