php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29845 Include_path works in windows, not in linux
Submitted: 2004-08-26 09:41 UTC Modified: 2004-08-26 09:51 UTC
From: moander at atc dot no Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.8 OS:
Private report: No CVE-ID: None
 [2004-08-26 09:41 UTC] moander at atc dot no
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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-26 09:51 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

The character to separate paths in unix is :
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 08:01:29 2024 UTC