From:             e dot hoekstra at daisycon dot com
Operating system: RedHat Enterprise 4
PHP version:      5.3.0alpha2
PHP Bug Type:     Compile Failure
Bug description:  i undeclared in function mysqlnd_fetch_row_async_buffered 
mysqlnd_result.lo

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


-- 
Edit bug report at http://bugs.php.net/?id=46707&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46707&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46707&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46707&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46707&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46707&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46707&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46707&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46707&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46707&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46707&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46707&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46707&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46707&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46707&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46707&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46707&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46707&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46707&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46707&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46707&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46707&r=mysqlcfg

Reply via email to