From:             fcuadrado at estudioquadra dot com
Operating system: Windows Vista (Windows 6.0.6000)
PHP version:      5.2.5
PHP Bug Type:     Reproducible crash
Bug description:  IIS7 - function mysql_connect() PHP has encountered an Access 
Violation at

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 bug report at http://bugs.php.net/?id=43303&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43303&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43303&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43303&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43303&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43303&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43303&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43303&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43303&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43303&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43303&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43303&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43303&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43303&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43303&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43303&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43303&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43303&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43303&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43303&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43303&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43303&r=mysqlcfg

Reply via email to