|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-11-13 15:45 UTC] cmueller at jobrouter dot de
[2014-11-13 17:40 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2014-11-13 17:40 UTC] ab@php.net
[2014-11-14 07:33 UTC] brack at jobrouter dot de
[2014-11-14 07:46 UTC] rasmus@php.net
-Status: Feedback
+Status: Closed
-Assigned To:
+Assigned To: rasmus
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Apr 01 14:00:02 2026 UTC |
Description: ------------ If you connect to a non-existing host via mysqli_connect() or mysql_connect() you'll get an 500 Internal Server Error on Windows 7 SP1 with IIS 7.5 and PHP 5.6.2. With PHP 5.4.32 an error message is shown. Test script: --------------- $conn = mysqli_connect( 'xxxxxxxxxxx', 'test', 'test' ); Expected result: ---------------- Show an error message that cannot connect to host. Actual result: -------------- 500 Internal Server Error