ID: 44645 Updated by: [EMAIL PROTECTED] Reported By: gary dot wilson at coull dot biz -Status: No Feedback +Status: Feedback Bug Type: Reproducible crash Operating System: Windows Server 2003 PHP Version: 5.2.5 New Comment:
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 for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 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. Previous Comments: ------------------------------------------------------------------------ [2008-05-17 23:21:24] ramons at gmx dot net I get the same error on XP 64 bit, which is the same as Server 2003 64 bit in regards to 99% of the OS. Also, same issue, but get it after opening just one connection to MySQL on a different system. Using latest stable PHP version, which at this point is 5.2.6. Used older version 5.2.3 and get the same error. Since this crash always happens every time I connect to MySQL it makes PHP unusable at the moment on x64 Windows systems. ------------------------------------------------------------------------ [2008-05-04 21:28:05] miland at vol dot cz Hello, I have exactly same problem. The Apache crashes on x64 Vista Ultimate when the application tries to connect to the mysql database. Faulting application httpd.exe, version 2.2.8.0, time stamp 0x47a48331, faulting module php5ts.dll, version 5.2.5.5, time stamp 0x473896cb, exception code 0xc0000005, fault offset 0x000000000000f7c2, process id 0xe1c, application start time 0x01c8ae2c9449782b. Apache 2.2.8 x64 - the same problem with x32 version on x64 host system. PHP 5.2.5 x64 Mysql 5.1.24 x64 Other scripts are running well, but when I need to connect to the database, the apache crashes. ------------------------------------------------------------------------ [2008-04-22 07:39:01] whydream at 163 dot com just connect to mysql, this error will occurs. code like this: <?php $link = mysql_connect('localhost', 'root', 'q790318q') or die('cannot connectÂF' . mysql_error()); echo 'connected'; ?> ------------------------------------------------------------------------ [2008-04-16 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2008-04-08 11:00:01] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/44645 -- Edit this bug report at http://bugs.php.net/?id=44645&edit=1
