php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26871 no build-in mysql support
Submitted: 2004-01-11 05:13 UTC Modified: 2004-07-19 08:02 UTC
From: marc at campino dot kicks-ass dot org Assigned:
Status: Closed Package: MySQL related
PHP Version: 5.0.0b3 (beta3) OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marc at campino dot kicks-ass dot org
New email:
PHP Version: OS:

 

 [2004-01-11 05:13 UTC] marc at campino dot kicks-ass dot org
Description:
------------
I installed the Windows version of PHP5 (Beta3) yesterday
Unfortunatly it seems not to have a build in support for MySQL.

But I figuered out that the Linux version of PHP5 _DOES_ have a MySQL support...

Reproduce code:
---------------
<?php
   phpinfo();
?>

Expected result:
----------------
Information about the MySQL support 

Actual result:
--------------
not one evidence about a built-in mysql support.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-11 05:49 UTC] eru@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.

See http://de.php.net/manual/en/faq.databases.php#faq.databases.mysql.php5
 [2004-07-19 00:59 UTC] srwestma at uncc dot edu
I appreciate the link - it did help me.  However, if you could pass a message on to the people who write the php.ini.dist-recommended, it might be helpful.  In that file, I found the following line that at least caused me some confusion: "Note that MySQL and ODBC support is now built in, so no dll is needed for it."  Clearly not the case.

Thanks again eru@php.net for helping me to find the answer!
 [2004-07-19 08:02 UTC] philip@php.net
Just a FYI, this was fixed in CVS after this report was created.  Here's the diff:
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.148&r2=1.149
So I guess this is closed and not bogus, may as well mark it as such since I'm already here :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 12 05:01:28 2024 UTC