From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      6CVS-2006-10-09 (CVS)
PHP Bug Type:     MySQLi related
Bug description:  MySqli compile error with mysql 4.1.13 (or any < 5)

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'



-- 
Edit bug report at http://bugs.php.net/?id=39085&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39085&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39085&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39085&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39085&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39085&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39085&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39085&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39085&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39085&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39085&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39085&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39085&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39085&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39085&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39085&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39085&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39085&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39085&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39085&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39085&r=mysqlcfg

Reply via email to