From:             rabus at users dot sourceforge dot net
Operating system: Win32
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     MySQL related
Bug description:  No MySQL extension

Description:
------------
I've just downloaded and installed the Win32 package of php 5.0.0b1 on my
Windows NT 5.1 SP1 ("XP") system with Apache 2.0.46.

Unfortunately, this package seems to be compiled without MySQL support!
The mysql extension is neither built-in nor bundled as an external dll.

Reproduce code:
---------------
<?php

phpinfo();

?>

Expected result:
----------------
php's information page _with_ the output of the MySQL extension.

Actual result:
--------------
php's information page _without_ the output of the MySQL extension.

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

Reply via email to