From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.1.1
PHP Bug Type: Reproducible crash
Bug description: Internal Server Error with @mysql_connect
I have a script were I must disable error-reporting by the mysql_connect
function, because I will use header("Status: 401 bla blabla");
When I disable error reporting (either with @mysql_connect or by modifying
error_reporting php.ini), I get the "Internal Server Error 500" page.
If I don't disable it, I cannot change the header because the function
outputs information.
--
Edit bug report at http://bugs.php.net/?id=15633&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=15633&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=15633&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=15633&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=15633&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15633&r=support
Expected behavior: http://bugs.php.net/fix.php?id=15633&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=15633&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=15633&r=submittedtwice