ID: 42584
Updated by: [EMAIL PROTECTED]
Reported By: miracle dot rpz at gmail dot com
-Status: Open
+Status: Feedback
Bug Type: MSSQL related
Operating System: Any
PHP Version: 5.2.4
New Comment:
Are you running the script on command line? (as there it's perfectly
normal to get all errors twice..)
Previous Comments:
------------------------------------------------------------------------
[2007-09-07 08:17:04] miracle dot rpz at gmail dot com
Description:
------------
mssql_functions trigger errors twice.
It causes program hang-up if error_handler contains exit-functions
Reproduce code:
---------------
<?php
function error_handler() {
print ('Hello World'.PHP_EOL);
}
set_error_handler('error_handler');
mssql_select_db('NONEXISTEN'); #or any mssql_* func
?>
Expected result:
----------------
Hello World
Actual result:
--------------
Hello World
Hello World
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=42584&edit=1