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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 23 02:00:03 2025 UTC