From:             moander at atc dot no
Operating system: 
PHP version:      4.3.8
PHP Bug Type:     Unknown/Other Function
Bug description:  Include_path works in windows, not in linux

Description:
------------
include_path = "/usr/default;/usr/other"

I have the folder cfg inside default, and other.
/usr/default/cfg
/usr/other/cfg

In /usr/default/cfg I have a file named main.cfg.

In my script I have:
require_once 'cfg/main.php';

In windows this is working



-- 
Edit bug report at http://bugs.php.net/?id=29845&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=29845&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29845&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29845&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=29845&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=29845&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=29845&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=29845&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=29845&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=29845&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=29845&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=29845&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=29845&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=29845&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=29845&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=29845&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=29845&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=29845&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=29845&r=float

Reply via email to