Re: ext/mysqli broken

php.internals

Adam Maccabee Trachtenberg

22 years ago
On Mon, 29 Mar 2004, Sebastian Bergmann wrote:
> ccache gcc -Iext/mysqli/ -I/usr/src/php/php5/ext/mysqli/ -DPHP_ATOM_INC > -I/usr/src/php/php5/include -I/usr/src/php/php5/main -I/usr/src/php/php5 > -I/usr/src/php/php5/Zend -I/usr/include/libxml2 -I/usr/X11R6/include > -I/usr/include/freetype2 -I/usr/local/mysql/include/mysql > -I/usr/src/php/php5/TSRM -g -Wall -c > /usr/src/php/php5/ext/mysqli/mysqli_prop.c -fPIC -DPIC -DPIC -o > ext/mysqli/mysqli_prop.o > /usr/src/php/php5/ext/mysqli/mysqli_prop.c: In function `stmt_num_rows_read': > /usr/src/php/php5/ext/mysqli/mysqli_prop.c:191: error: invalid type > argument of `->' > /usr/src/php/php5/ext/mysqli/mysqli_prop.c:191: error: invalid type > argument of `->' > /usr/src/php/php5/ext/mysqli/mysqli_prop.c:191: error: invalid type > argument of `->' > make: *** [ext/mysqli/mysqli_prop.lo] Error 1
Try upgrading to the latest MySQL 4.1.x snapshot. There were some changes made in the last week or two to the MySQL source, so Georg modified the extension. -adam
-- adam@trachtenberg.com author of o'reilly's php cookbook avoid the holiday rush, buy your copy today!

Sebastian Bergmann

22 years ago
Adam Maccabee Trachtenberg wrote:
> Try upgrading to the latest MySQL 4.1.x snapshot.
The log I posted was from a build against today's BitKeeper checkout.
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/

John Coggeshall

22 years ago
On Mon, 2004-03-29 at 09:28, Adam Maccabee Trachtenberg wrote:
> Try upgrading to the latest MySQL 4.1.x snapshot. There were some > changes made in the last week or two to the MySQL source, so Georg > modified the extension.
Nope. Tonight's snapshot doesn't work, either. John
-- -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=- John Coggeshall http://www.coggeshall.org/ The PHP Developer's Handbook http://www.php-handbook.com/ -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-

Sebastian Bergmann

22 years ago
John Coggeshall wrote:
> Nope. Tonight's snapshot doesn't work, either.
Georg will commit the changes (with which everything builds fine here) after MySQL 4.1.2 was released.
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/