|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-03 00:04 UTC] amt@php.net
[2023-04-12 23:12 UTC] t45de11 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Feb 08 18:00:01 2026 UTC |
Description: ------------ Trying to compile the mysqli extension against MySQL 5.0.0 generates the following compile failure. /data/BUILD/php/ext/mysqli/mysqli_prop.c: In function `stmt_affected_rows_read': /data/BUILD/php/ext/mysqli/mysqli_prop.c:189: error: structure has no member named `affected_rows' /data/BUILD/php/ext/mysqli/mysqli_prop.c:189: error: structure has no member named `affected_rows' /data/BUILD/php/ext/mysqli/mysqli_prop.c:189: error: structure has no member named `affected_rows' make: *** [ext/mysqli/mysqli_prop.lo] Error 1 MySQL's mysql_config returns --cflags [-I/usr/local/include/mysql] --include [-I/usr/local/include/mysql] --libs [-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm] --libs_r [-L/usr/local/lib/mysql -lmysqlclient_r -lpthread -lz -lcrypt -lnsl -lm -lpthread] --socket [/var/lib/mysql/mysql.sock] --port [3306] --version [5.0.0-alpha] --libmysqld-libs [-L/usr/local/lib/mysql -lmysqld -lpthread -lz -lcrypt -lnsl -lm -lpthread]