ID:               29526
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mo_csc at hotmail dot com
 Status:           Bogus
 Bug Type:         MySQL related
 Operating System: Windows Server 2003
 PHP Version:      5.0.0
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2004-08-04 16:58:01] [EMAIL PROTECTED]

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:44:58] 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()


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29526&edit=1

Reply via email to