From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: include_once bombing on passed value by variable vs string
On win2k, interesting bit: class barFly{ func IaintDrinkinNoMilkHanibal($somefile) { include($somefile); //works fine include_once($somefile); //blows } } any ideas? I can verify that the "somefile" infact exist or doesnt exist, either way I should get it included or get a warning, and with include() I do, but with include_once() I get a fatal error which suxors... dank je well! -- Edit bug report at http://bugs.php.net/?id=15397&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15397&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15397&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15397&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15397&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15397&r=support Expected behavior: http://bugs.php.net/fix.php?id=15397&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15397&r=notenoughinfo -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php