php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39085 MySqli compile error with mysql 4.1.13 (or any < 5)
Submitted: 2006-10-09 00:22 UTC Modified: 2006-10-09 04:46 UTC
From: pierre@php.net Assigned: georg (profile)
Status: Closed Package: MySQLi related
PHP Version: 6CVS-2006-10-09 (CVS) OS: all
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: pierre@php.net
New email:
PHP Version: OS:

 

 [2006-10-09 00:22 UTC] pierre@php.net
Description:
------------
mysql_set_character_set has been introduced in mysql 5.0.7

the dependency should be updated. Current CVS uses respectivelly 4.1.3 and 5.0.1.

Will it be 5.0.7+ only?

Sorry no patch, not sure what is the decisions about the min. mysql version for php6.

Reproduce code:
---------------
ext/mysqli/mysqli_nonapi.o(.text+0x2ef): In function `zif_mysqli_connect':
/home/pierre/cvs/php6/ext/mysqli/mysqli_nonapi.c:98: undefined reference to `mysql_set_character_set'



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-09 04:46 UTC] georg@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC