php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50061 5.2.11 doesn't reconize mysql_connect function
Submitted: 2009-11-03 11:18 UTC Modified: 2009-11-03 13:04 UTC
From: lunaelipsis at hotmail dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.2.11 OS: Windows 7
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: lunaelipsis at hotmail dot com
New email:
PHP Version: OS:

 

 [2009-11-03 11:18 UTC] lunaelipsis at hotmail dot com
Description:
------------
I encountered the known issue of the "Fatal error: Call to undefined function mysql_connect()" with PHP 5.2.11 runnnig Apache 2.2 on Windows 7 connecting to distant MySQL 5 database.

What i did to try to resolve it :
Checked that C:\PHP was in windows PATH variable
Checked that libmysql.dll was present 
Checked that php_mysql.dll was present
Checked that extension=php_mysql.dll was uncommented

Ran cmd.exe -> php -m 
it shown every module loaded with php including MySQL.



Reproduce code:
---------------
Install PHP 5.2.11 on Windows 7 with Apache 2.2 and do the required configurations to use mysql. 

Expected result:
----------------
PHP doesn't reconize any mysql_* functions

Actual result:
--------------
I reinstalled php 5.2.9.9 and it worked directly.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-03 13:04 UTC] pajoye@php.net
You certainly use two different php for CLI (php -m) and apache. Verify that the php.ini loaded by the apache's php is the same than cli.

But there is no bug here, it is a configuration problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC