php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28387 make install mysqli_* function error
Submitted: 2004-05-13 18:45 UTC Modified: 2004-05-14 04:29 UTC
From: gzaboy at hotmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.0RC2 OS: redhat 9.0
Private report: No CVE-ID: None
 [2004-05-13 18:45 UTC] gzaboy at hotmail dot com
Description:
------------
i want to make mysqli and add "--with-mysqli=/mysql/bin/mysql_config" to configure,there's passed configure and make,but when i make install,there's show blow message:
.........0.0RC2 -I/home/softwares/php-5.0.0RC2/Zend -I/usr/local/include/libxml2 -I/mysql/include/mysql  -I/home/softwares/php-5.0.0RC2/TSRM  -g -O2  -prefer-pic -c /home/softwares/php-5.0.0RC2/ext/mysqli/mysqli_prop.c -o ext/mysqli/mysqli_prop.lo 
/home/softwares/php-5.0.0RC2/ext/mysqli/mysqli_prop.c: In function `stmt_affected_rows_read':
/home/softwares/php-5.0.0RC2/ext/mysqli/mysqli_prop.c:189: structure has no member named `affected_rows'
/home/softwares/php-5.0.0RC2/ext/mysqli/mysqli_prop.c:189: structure has no member named `affected_rows'
/home/softwares/php-5.0.0RC2/ext/mysqli/mysqli_prop.c:189: structure has no member named `affected_rows'
make: *** [ext/mysqli/mysqli_prop.lo] Error 1
.......


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-14 00:04 UTC] jedihudzilla at hotmail dot com
Is this a duplicate of bug #27662?  Are you using MySQL 5.0, or 4.1.x?
 [2004-05-14 04:29 UTC] magnus@php.net
As jedihudzilla hotmail dot com said, this is dup of bug #27662. See it for a solution.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Feb 08 00:00:02 2026 UTC