From:             fivelfivel at yahoo dot se
Operating system: Windows 2003 Server
PHP version:      5.0.0
PHP Bug Type:     MySQL related
Bug description:  mysql_connect dont work on PHP5 + MYSQL5 + IIS6 + WIN 2003 SERVER

Description:
------------
When calling mysql_connect(), running Windows 2003 Server + IIS6 + PHP5 +
MYSQL5, the function is not found.

Reproduce code:
---------------
Calling :
<? $connector = mysql_connect("localhost"); ?>

Returns :
Fatal error: Call to undefined function mysql_connect()

Expected result:
----------------
$connector should become an mysql-connection instance and not return any
errors.


-- 
Edit bug report at http://bugs.php.net/?id=30099&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30099&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30099&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30099&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30099&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30099&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30099&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30099&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30099&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30099&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30099&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30099&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30099&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30099&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30099&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30099&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30099&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30099&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30099&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30099&r=mysqlcfg

Reply via email to