php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29101 mysqli extension stopped compiling
Submitted: 2004-07-12 00:13 UTC Modified: 2004-07-12 11:59 UTC
From: tularis@php.net Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 5CVS-2004-07-12 (dev) 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: tularis@php.net
New email:
PHP Version: OS:

 

 [2004-07-12 00:13 UTC] tularis@php.net
Description:
------------
The last 10 snapshots (win32 php5-dev) don't have the mysqli extension included, nor can it be found anywhere around there (well, I couldn't).

According to the snapshot log, the culprit is here:
mysqli_api.obj : error LNK2001: unresolved external symbol _mysql_stmt_field_count
mysqli_prop.obj : error LNK2001: unresolved external symbol _mysql_stmt_field_count

Expected result:
----------------
compiled mysqli extension.

Actual result:
--------------
mysqli_api.obj : error LNK2001: unresolved external symbol _mysql_stmt_field_count
mysqli_prop.obj : error LNK2001: unresolved external symbol _mysql_stmt_field_count
Release_TS\php_mysqli.dll : fatal error LNK1120: 1 unresolved externals

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-12 11:59 UTC] edink@php.net
libmysqli updated to 4.1.3-beta which is now required.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 19:01:32 2024 UTC