Re: [PHP-DEV] ext/mysqli broken

2004-03-30 Thread John Coggeshall
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 --

Re: [PHP-DEV] ext/mysqli broken

2004-03-30 Thread Sebastian Bergmann
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:

[PHP-DEV] ext/mysqli broken

2004-03-29 Thread Sebastian Bergmann
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

Re: [PHP-DEV] ext/mysqli broken

2004-03-29 Thread Adam Maccabee Trachtenberg
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

Re: [PHP-DEV] ext/mysqli broken

2004-03-29 Thread Sebastian Bergmann
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:

Re: [PHP-DEV] ext/mysqli broken

2004-03-29 Thread Christian Stocker
On 3/29/04 5:00 PM, Sebastian Bergmann wrote: 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. Do you have any older mysql header/libraries lying around in /usr/ or the other usual

Re: [PHP-DEV] ext/mysqli broken

2004-03-29 Thread Sebastian Bergmann
Christian Stocker wrote: Do you have any older mysql header/libraries lying around in /usr/ or the other usual places? No, but Georg told me that the ext/mysqli is not yet patched to reflect recent changes in libmysqli. He will commit these patches soonish. -- Sebastian Bergmann