php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38874 Will not load extension
Submitted: 2006-09-18 21:51 UTC Modified: 2006-10-03 00:49 UTC
From: dabbaking at gmail dot com Assigned: georg (profile)
Status: Closed Package: MySQLi related
PHP Version: 5.2.0RC5 OS: Win32
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: dabbaking at gmail dot com
New email:
PHP Version: OS:

 

 [2006-09-18 21:51 UTC] dabbaking at gmail dot com
Description:
------------
The mysqli extension won't load.

Reproduce code:
---------------
extension=php_mysqli.dll

Expected result:
----------------
Suppose to load the extension

Actual result:
--------------
The extension did not load.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-18 21:54 UTC] dabbaking at gmail dot com
I just want to note that the other extensions on the list loaded fine. Including the normal mysql extension. I have MySQL 5.0 running.
 [2006-09-19 15:02 UTC] edink@php.net
Do you get any error messages? Does mysql extension load? Do you have libmysql.dll from the php distribution in your PATH *before* mysql database directory.
 [2006-09-19 19:58 UTC] dabbaking at gmail dot com
I'm not getting any errors. The normal mysql extension loads. I have libmysql.dll in my path before mysql.
 [2006-09-22 21:45 UTC] dabbaking at gmail dot com
I have RC5-dev running. Still a problem.
 [2006-10-02 22:14 UTC] tony2001@php.net
Please set display_startup_errors to On and run `php -m` (first make sure the CLI binary uses the same php.ini with php_mysqli.dll enabled).
Paste here all the error messages you get.
 [2006-10-03 00:49 UTC] dabbaking at gmail dot com
It seems to work now. I just downloaded the most recent CVS and it works. Don't know what happened in the couple of days since I reported this, but it seems to work. Not getting any errors and I can use mysqli again.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC