ID: 22167 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows PHP Version: 4.3.0 New Comment:
yes, leave this in bogus status..thanks. Previous Comments: ------------------------------------------------------------------------ [2003-02-11 08:31:35] [EMAIL PROTECTED] sorry same error is allready open for solaris and true 64 seems to be a general problem of the 4.3.0 Version, 4.2.3 works fine ------------------------------------------------------------------------ [2003-02-11 08:15:42] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the existing bug instead. Thank you for your interest in PHP. There's only one change..and it's how the paths work. The syntax is not changed. And there is already bug report about the path issue. ------------------------------------------------------------------------ [2003-02-11 07:54:15] [EMAIL PROTECTED] What won't work is: require ("/mypath/thisfile.php"); require ($mypath."thisfile.php"); what work is: require '/mypath/thisfile.php'; ------------------------------------------------------------------------ [2003-02-11 07:41:08] [EMAIL PROTECTED] This really hasn't changed...WHAT works and what doesn't? ------------------------------------------------------------------------ [2003-02-11 07:40:31] [EMAIL PROTECTED] sorry last 2 lines should be: $classpath = "./mypath/"; require($classpath."thisfile.php"); ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/22167 -- Edit this bug report at http://bugs.php.net/?id=22167&edit=1