I'm getting this fatal error compiling mysqli under Windows:
Creating library Release\php_mysqli.lib and object Release\php_mysqli.exp
mysqli_api.obj : error LNK2019: unresolved external symbol
__mysqlnd_debug referenced in function _zif_mysqli_debug
Release\php_mysqli.dll : fatal error LNK1120: 1 unresolved externals
A similar error is occuring in the snapshot builds at snaps.php.net.
Where can I get a more recent version of the library files? (if that is
the problem?)
--
Edward Z. Yang GnuPG: 0x869C48DA
HTML Purifier http://htmlpurifier.org Anti-XSS Filter
[[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]
Is this HEAD? Or 5_3 ?
I'm getting this fatal error compiling mysqli under Windows:
Creating library Release\php_mysqli.lib and object Release\php_mysqli.exp
mysqli_api.obj : error LNK2019: unresolved external symbol
__mysqlnd_debug referenced in function _zif_mysqli_debug
Release\php_mysqli.dll : fatal error LNK1120: 1 unresolved externalsA similar error is occuring in the snapshot builds at snaps.php.net.
Where can I get a more recent version of the library files? (if that is
the problem?)
--
Wbr,
Antony Dovgal
Antony Dovgal wrote:
Is this HEAD? Or 5_3 ?
5_3. HEAD has way too many errors and failing extensions on Windows for
me to care right now. :-)
--
Edward Z. Yang GnuPG: 0x869C48DA
HTML Purifier http://htmlpurifier.org Anti-XSS Filter
[[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]
Hi,
I'm getting this fatal error compiling mysqli under Windows:
Creating library Release\php_mysqli.lib and object Release\php_mysqli.exp
mysqli_api.obj : error LNK2019: unresolved external symbol
__mysqlnd_debug referenced in function _zif_mysqli_debug
Release\php_mysqli.dll : fatal error LNK1120: 1 unresolved externalsA similar error is occuring in the snapshot builds at snaps.php.net.
Where can I get a more recent version of the library files? (if that is
the problem?)
mysqlnd is part of PHP so it had to be fixed in PHP, I've just committed
a fix and my windows build seemed to work.
Please do a cvs up and try again, thanks,
johannes
Johannes Schlüter, Software Engineer
MySQL GmbH, Dachauer Str.37, D- 80335 München, www.mysql.com
Geschäftsführer: Kaj Arnö - HRB München 162140
Johannes Schlüter wrote:
Please do a cvs up and try again, thanks,
mysqli working like a charm, thanks!
--
Edward Z. Yang GnuPG: 0x869C48DA
HTML Purifier http://htmlpurifier.org Anti-XSS Filter
[[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]