ID: 15633
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Reproducible crash
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
Sorry,
My problem was in fact due not to the call with suppressed error output
(@mysql_Connect), but to the header("HTTP/1.1 401 bla bla");
I changed it to header("Status: 401 bla bla") and my problem was
resolved.
Previous Comments:
------------------------------------------------------------------------
[2002-02-20 06:18:54] [EMAIL PROTECTED]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
------------------------------------------------------------------------
[2002-02-19 16:54:06] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=15633&edit=1