ID: 35388 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: MySQLi related Operating System: Windows XP Home SP2 PHP Version: 5.1.0 New Comment:
Since I'm using Windows, I couldn't find a way to run the backtrace. I do get a Windows error, and clicking the Debug option tells me that "An exception 'unhandled Win32 Exception' has occurred in Apache.exe. However, no debuggers are registered that can debug this exception. Unable to JIT debug.". Is there a way I can get the information you need on Windows? Previous Comments: ------------------------------------------------------------------------ [2005-11-25 12:20:45] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Works fine here. ------------------------------------------------------------------------ [2005-11-25 12:15:02] [EMAIL PROTECTED] Description: ------------ If you create a new mysqli object using incorrect login details, Apache crashes. Version info output from mysql_* and mysqli_* functions: mysql Client Encoding: latin1 Client Version: 5.0.16 Protocol Version: 10 Server Version: 5.0.16-nt mysqli Client Encoding: latin1 Client Version: 4.1.7 Protocol Version: 10 Server Version: 5.0.16-nt Reproduce code: --------------- Ensure username and/or password are incorrect: <?php $mysqli = new mysqli('localhost', 'root', 'root'); ?> Expected result: ---------------- Incorrect login details error Actual result: -------------- Apache crashes. Windows error reporting shows: szAppName : Apache.exe szAppVer : 2.0.55.0 szModName : php5ts.dll szModVer : 5.1.0.0 offset : 00008be4 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35388&edit=1
