From:             marcel dot tschopp at gmx dot net
Operating system: Debian 3.0
PHP version:      5.0.0RC1
PHP Bug Type:     Compile Failure
Bug description:  compile error in mysqli_prop.c:189

Description:
------------
Compile failure occurs with PHP5RC1 and the current CVS tree. Successfully
compiled with PHP5b4:



'./configure' \

'--prefix=/usr/local/php5' \

'--with-apxs2=/usr/local/apache2/bin/apxs' \

'--enable-track-vars' \

'--enable-safe-mode' \

'--with-gd' \

'--with-ttf' \

'--with-mysqli=/usr/local/bin/mysql_config' \

'--enable-embedded-mysqli' \

'--with-xml' \

'--with-xslt' \

'--enable-memory-limit' \

'--with-zlib' \

'--enable-ftp' \

'--with-openssl' \

'--with-ldap' \

'--enable-soap' \

'--enable-shmop';



/usr/local/src/php-5.0.0RC1/ext/mysqli/mysqli_prop.c: In function
`stmt_affected_rows_read':

/usr/local/src/php-5.0.0RC1/ext/mysqli/mysqli_prop.c:189: error: structure
has no member named `affected_rows'

/usr/local/src/php-5.0.0RC1/ext/mysqli/mysqli_prop.c:189: error: structure
has no member named `affected_rows'

/usr/local/src/php-5.0.0RC1/ext/mysqli/mysqli_prop.c:189: error: structure
has no member named `affected_rows'

make: *** [ext/mysqli/mysqli_prop.lo] Error 1


-- 
Edit bug report at http://bugs.php.net/?id=27662&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27662&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27662&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27662&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27662&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27662&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27662&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27662&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27662&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27662&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27662&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27662&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27662&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27662&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27662&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27662&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27662&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27662&r=float

Reply via email to