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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Sat May 18 00:01:33 2024 UTC