ID:               19953
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Filesystem function related
 Operating System: suse linux 8.0
 PHP Version:      4.2.2
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Don't use relative paths inside include_path, it'll only result in
problems.


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

[2002-10-17 09:24:28] [EMAIL PROTECTED]

The include_path does not seem to work properly for include, may be
also for require etc.

Try the follwing:

ini_set('include_path',"..");
require_once("include/standart.php");
-> success

ini_set('include_path',"..");
require_once("./include/standart.php");
-> failure even it's the same file as above !!

strange, isn't it ??!

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


-- 
Edit this bug report at http://bugs.php.net/?id=19953&edit=1

Reply via email to