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
 [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 15:01:31 2024 UTC