From:             mo_csc at hotmail dot com
Operating system: Windows Server 2003
PHP version:      5.0.0
PHP Bug Type:     MySQL related
Bug description:  QUIT MOVING STUFF AROUND!!

Description:
------------
I have used PHP 4 and the MySQL fucntions were built in.  I upgraded to
version 5 and all my scripts quit working.... come to find out I had to
re-enable the extension for it.  On top of that, I had to copy a dll file
into my system32 directory.  

Please.... if you are going to include something in one version, leave it
as is in the next version.  I had signifigant downtime while trying to
figure out what the heck was going on.  

(At least could you add something in the installer to detect the presense
of MySQL and move the extensions and files into the proper places)

Reproduce code:
---------------
$DBConn = mysql_connect($DBHost,$DBUser,$DBPass) or die("Unable to connect
to database");

Expected result:
----------------
successful connection

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

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

Reply via email to