Edit report at http://bugs.php.net/bug.php?id=54229&edit=1
ID: 54229 Updated by: fel...@php.net Reported by: dorin dot marcoci at gmail dot com Summary: call_user_func_array hangs script execution -Status: Open +Status: Feedback Type: Bug Package: Scripting Engine problem Operating System: Debian 6.0 PHP Version: 5.3.5 Block user comment: N Private report: N New Comment: Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2011-03-11 20:07:50] dorin dot marcoci at gmail dot com Description: ------------ After upgrading to v. 5.3.5 and executing code like in test script php hangs. Chrome browser says: (net::ERR_EMPTY_RESPONSE): Unknown error. Hangs occurs when I raise an exception in database trigger. Raised exception from database appear in logs. But any error related to call_user_func_array are not presend in the logs. When SQL statement executes without exeption, there is no hang. In prior versions 5.2 i didn't meet such hangs. Test script: --------------- $this->Cursor = call_user_func_array('ibase_execute', $this->Params); Expected result: ---------------- Run properly, without engine hangs Actual result: -------------- Chrome browser says: (net::ERR_EMPTY_RESPONSE): Unknown error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54229&edit=1