Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql/libmysql mega-patch From: Sebastian Bergmann (sb <email protected>)
Date: 08/22/00

Michael Widenius wrote:
> I have now update raid.h to the CVS tree.

  Okay, I now get no compilation errors, but lots of compiler warnings and
these linker errors

libmysql.lib(libmysql.obj) : not resolved external symbol
                                _default_charset_info
libmysql.lib(mf_casecnv.obj) : not resolved external symbol
                                _default_charset_info
libmysql.lib(libmysql.obj) : not resolved external symbol
                                _get_charset
libmysql.lib(libmysql.obj) : not resolved external symbol
                                _get_charset_by_name
libmysql.lib(libmysql.obj) : not resolved external symbol
                                _charsets_dir
libmysql.lib(my_init.obj) : not resolved external symbol
                                _free_charsets
libmysql.lib(my_compress.obj) : not resolved external symbol
                                _compress
libmysql.lib(my_compress.obj) : not resolved external symbol
                                _uncompress

> It's just an update of the MySQL client interface to 3.23.23; There
> is no critical bugs out in the old code so you can delay this a bit if
> you want.

  Okay, who is able / responsible to revert / delay the MySQL's path?

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13); /* http://sb.phpOpenTracker.de | sb <email protected> */ ?>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>