php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29526 QUIT MOVING STUFF AROUND!!
Submitted: 2004-08-04 16:44 UTC Modified: 2004-08-04 16:59 UTC
From: mo_csc at hotmail dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.0 OS: Windows Server 2003
Private report: No CVE-ID: None
 [2004-08-04 16:44 UTC] mo_csc at hotmail dot com
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()

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-04 16:58 UTC] gschlossnagle@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

No major version upgrade should be taken lightly.  It is 
your responsibility to check the accompanying 
documentation and to evaluate how the upgrade will 
effect your applications.
 [2004-08-04 16:59 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Aug 19 22:01:27 2024 UTC