ID: 28611
Updated by: [EMAIL PROTECTED]
Reported By: tim at timcrider dot com
-Status: Open
+Status: Bogus
Bug Type: Compile Failure
Operating System: Fedora Core 2
PHP Version: 5.0.0RC2
New Comment:
This is expected. MySQL 5.0 is "development" and often trails behind
MySQL 4.1 in getting the latest patches. Eventually, the MySQL folks
will get it into sync.
Previous Comments:
------------------------------------------------------------------------
[2004-06-02 23:05:59] tim at timcrider dot com
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]
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28611&edit=1