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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 03:01:32 2024 UTC