ID: 50862 User updated by: hajo at clansphere dot de Reported By: hajo at clansphere dot de Status: Open Bug Type: *Configuration Issues Operating System: Windows (any) PHP Version: 5.3.2RC1 New Comment:
white screen of death may also be possible as a current result Previous Comments: ------------------------------------------------------------------------ [2010-01-27 14:33:09] hajo at clansphere dot de Description: ------------ does it make sense to have the following values for those two settings in the default configuration? took me some time to figure out this caused some unexpected errors while i had to setup a new php testing environment. please consider changing the default php.ini settings for the production- and development-example shipped with php-downloads. Reproduce code: --------------- max_execution_time = 30 mysql.connect_timeout = 60 Expected result: ---------------- the mysql.connect_timeout should be e.g. 10 or 20 seconds. compared to what it is for mssql.connect_timeout (5 by default) that should be enough and show an mysql timeout error. Actual result: -------------- php errors that inform about a timeout in php error functions / error handler or something similar to this ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50862&edit=1