From: [EMAIL PROTECTED] Operating system: NT4 PHP version: 4.2.1 PHP Bug Type: Scripting Engine problem Bug description: @dl() causes script to exit
Ok, so dl() doesn't yet work on windows and that's fine, but it should still be possible to call dl() on that platform and have no ill effects when suppressed with @. However, whilst the resultant error message is suppressed, script execution terminates. Suppression of other errors from dl() on Unix works as expected. Sniper: the following script will reproduce the problem. <? @dl('bug'); echo 'gub'; ?> -- Edit bug report at http://bugs.php.net/?id=19885&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19885&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19885&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19885&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19885&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19885&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19885&r=support Expected behavior: http://bugs.php.net/fix.php?id=19885&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19885&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19885&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19885&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19885&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19885&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19885&r=isapi