From:             ondrejspilka at centrum dot cz
Operating system: W2K
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     MySQL related
Bug description:  No built-in support fro MySql

Description:
------------
Win binaries for PHP5 presented on the php.net doesn't include support for
MySQL.
Binaries downloaded from 2 locations(Czech Rep, Belgium), NOT compiled.


Reproduce code:
---------------
<?php
//$h = mysql_connect("localhost","mysql_user");

/* ------ second option to reproduce ------*/ 
if ( function_exists('mysql_connect') )
 echo("MYSQL support OK");
else
 echo("MYSQL support NOT PRESENT");
?>

Expected result:
----------------
connected succesfully

/* OR */

MYSQL support OK

Actual result:
--------------
Fatal error: Call to undefined function: mysql_connect() in
C:\Inetpub\wwwroot\php\info.php on line 2

/* OR */

MYSQL support NOT PRESENT

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

Reply via email to