php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46707 i undeclared in function mysqlnd_fetch_row_async_buffered mysqlnd_result.lo
Submitted: 2008-11-28 11:30 UTC Modified: 2008-12-01 20:14 UTC
From: e dot hoekstra at daisycon dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 5.3.0alpha2 OS: RedHat Enterprise 4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: e dot hoekstra at daisycon dot com
New email:
PHP Version: OS:

 

 [2008-11-28 11:30 UTC] e dot hoekstra at daisycon dot com
Description:
------------
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c: In function `mysqlnd_fetch_row_async_buffered':
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c:1387: error: `i' undeclared (first use in this function)
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c:1387: error: (Each undeclared identifier is reported only once
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c:1387: error: for each function it appears in.)


-- -- --

/bin/sh /root/PHP/5.3.0/php-5.3.0alpha2/libtool --silent --preserve-dup-deps --mode=compile /root/PHP/5.3.0/php-5.3.0alpha2/meta_ccld  -Iext/mysqlnd/ -I/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/ -DPHP_ATOM_INC -I/root/PHP/5.3.0/php-5.3.0alpha2/include -I/root/PHP/5.3.0/php-5.3.0alpha2/main -I/root/PHP/5.3.0/php-5.3.0alpha2 -I/root/PHP/5.3.0/php-5.3.0alpha2/ext/ereg/regex -I/usr/include/libxml2 -I/root/PHP/5.3.0/php-5.3.0alpha2/ext/date/lib -I/root/PHP/5.3.0/php-5.3.0alpha2/ext/mbstring/oniguruma -I/root/PHP/5.3.0/php-5.3.0alpha2/ext/mbstring/libmbfl -I/root/PHP/5.3.0/php-5.3.0alpha2/ext/mbstring/libmbfl/mbfl -I/root/PHP/5.3.0/php-5.3.0alpha2/TSRM -I/root/PHP/5.3.0/php-5.3.0alpha2/Zend    -I/usr/include -g -O2 -DZTS  -c /root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c -o ext/mysqlnd/mysqlnd_result.lo
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c: In function `mysqlnd_fetch_row_async_buffered':
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c:1387: error: `i' undeclared (first use in this function)
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c:1387: error: (Each undeclared identifier is reported only once
/root/PHP/5.3.0/php-5.3.0alpha2/ext/mysqlnd/mysqlnd_result.c:1387: error: for each function it appears in.)
make: *** [ext/mysqlnd/mysqlnd_result.lo] Error 1


Reproduce code:
---------------
./configure --enable-mysqlnd-threading --disable-tokenizer --enable-sockets --disable-posix --disable-phar --without-pdo-sqlite --with-pdo-mysql=mysqlnd --with-mysql=mysqlnd --enable-mbstring --disable-flatfile --disable-filter --enable-ftp --enable-bcmath --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --libdir=/usr/lib64 --with-libxml-dir=/usr/lib64


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-28 11:40 UTC] e dot hoekstra at daisycon dot com
Without --enable-mysqlnd-threading everything's fine
 [2008-12-01 20:14 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 15 05:01:31 2024 UTC