From:             [EMAIL PROTECTED]
Operating system: WindowsXP
PHP version:      4.1.2
PHP Bug Type:     Output Control
Bug description:  Include_path predefined

Warning: Failed opening 'configuration.php' for inclusion
(include_path='c:\php4\pear') in
g:\home\malay\public_html\classes\test.php on line 2

php installed directory
------------------------
G:\PHP

Apache installed directory
-------------------------
G:\Apache

Server Document root
----------------------
G:\home\malay\public_html

Directory Structure
-------------------
home-
     |_
        malay
         |_
           public_html________
                |             |
           configuration.php  | 
           test1.php          |
                              |_
                                classes
                                    |
                                  test.php

script for test1.php
--------------------
<?
include ("classes/test.php");
echo "Welcome to my testing site";
?>

Script for test.php in classes folder
-------------------------------------
<?
include ("configuration.php");
?>
-------------------------------------

This is just a test script to see if the include("classes/test.php") in
test1.php make test.php at the same directory level with the test1.php as
previous version of PHP did. 

Note: Even my working postnuke local dev site did function anymore due the
same problem. Another thing I did not set anything on "include_path"
directive. Even I did it make no different. Tried that.

Hope someone can help and thanks in advance.

 
                               
  
-- 
Edit bug report at http://bugs.php.net/?id=16099&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16099&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16099&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16099&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16099&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16099&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16099&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16099&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16099&r=submittedtwice

Reply via email to