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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 00:01:31 2025 UTC