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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 15:01:35 2025 UTC