ID:               46707
 Comment by:       e dot hoekstra at daisycon dot com
 Reported By:      e dot hoekstra at daisycon dot com
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: RedHat Enterprise 4
 PHP Version:      5.3.0alpha2
 New Comment:

Without --enable-mysqlnd-threading everything's fine


Previous Comments:
------------------------------------------------------------------------

[2008-11-28 11:30:33] 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



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=46707&edit=1

Reply via email to