From:             [EMAIL PROTECTED]
Operating system: Windows
PHP version:      4.3.0
PHP Bug Type:     Scripting Engine problem
Bug description:  require syntax changed

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 bug report at http://bugs.php.net/?id=22167&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22167&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22167&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22167&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22167&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22167&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22167&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22167&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22167&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22167&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22167&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22167&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22167&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22167&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22167&r=gnused

Reply via email to