|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-15 22:49 UTC] jani@php.net
[2007-11-16 03:01 UTC] fcuadrado at estudioquadra dot com
[2007-11-16 12:40 UTC] jani@php.net
[2007-11-24 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 13:00:01 2025 UTC |
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"