ID: 22167 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: Windows PHP Version: 4.3.0 New Comment:
This really hasn't changed...WHAT works and what doesn't? Previous Comments: ------------------------------------------------------------------------ [2003-02-11 07:40:31] [EMAIL PROTECTED] sorry last 2 lines should be: $classpath = "./mypath/"; require($classpath."thisfile.php"); ------------------------------------------------------------------------ [2003-02-11 07:37:29] [EMAIL PROTECTED] require/include/require_once/include_once would only in the way require './mypath/thisfile.php' and no more as written in the documentation require ("./mypath/thisfile.php") this will cause in a error: failed to create stream... it also won't work the way require $classpath = "./mypath/"; ($classpath."thisfile.php"); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22167&edit=1