ID: 2086
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Suspended
Status: Closed
Bug Type: Scripting Engine problem
PHP Version: 4.0 Beta 2
Assigned To: 
Comments:

this has been fixed.

Previous Comments:
---------------------------------------------------------------------------

[1999-08-17 18:37:04] [EMAIL PROTECTED]
include_path and URL includes currently do not work under Win32.
It would take a while before they do.

---------------------------------------------------------------------------

[1999-08-17 09:34:36] [EMAIL PROTECTED]
1. make a test.inc file <% echo "test" %> in a directory in the include path
2. make a test.php file <% include("test.inc") %> in a *different* directory
3. browse test.php

It gives a nice message, telling you the include path:

Warning: failed opening 'top.inc' for inclusion 
(include_path='c:inetpubwwwrootinclude') in C:inetpubwwwrootdefault.htm on line 2

It works fine if I have the .inc file in the same directory.

in my php.ini file I have

include_path     =      c:inetpubwwwrootinclude

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=2086&edit=2


-- 
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]

Reply via email to