ID: 43303 Updated by: [EMAIL PROTECTED] Reported By: fcuadrado at estudioquadra dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows Vista (Windows 6.0.6000) 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: ------------------------------------------------------------------------ [2007-11-15 04:31:55] fcuadrado at estudioquadra dot com Description: ------------ I Have this error when I try to connect with MySQL (v.5.1) (php 5.2, IIS 7, Windows Vista) PHP has encountered an Access Violation at 038FAB4A Obviusly, I don't think that this number means something. It's a very original mem address, I can't find it in Google-yahoo. =) Here the code to reproduce this error: =========== <? $link = mysql_connect('localhost', 'root', 'password'); ?> =========== Important: Recently I uninstall MySQL Server, and I get the same error. Reproduce code: --------------- =========== <? $link = mysql_connect('localhost', 'root', 'password'); ?> =========== Expected result: ---------------- Connect to mysql. Actual result: -------------- Only: "PHP has encountered an Access Violation at 038FAB4A" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43303&edit=1
