From:             dan at yes dot lt
Operating system: win
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     *General Issues
Bug description:  no mysql

Description:
------------
There is no MySQL support in PHP 5 ?

PHP reports:

Fatal error: Call to undefined function: mysql_connect() in ...

Reproduce code:
---------------
<?
mysql_connect('server','user','pswd');
?>

Expected result:
----------------
:) connection to db

Actual result:
--------------
Fatal error: Call to undefined function: mysql_connect() in ...

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

Reply via email to