Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-17 Thread chrisv
On Wed, 17 Jan 2001, Thimble Smith wrote: On Wed, Jan 17, 2001 at 01:57:08AM -0800, [EMAIL PROTECTED] wrote: +AC_DEFUN(PHP_MYSQL_VERSION,[ + if test "$PHP_MYSQL" != "yes"; then +AC_MSG_CHECKING(for MySQL version) +MYSQL_VERSION=$( strings $MYSQL_LIB_DIR/libmysqlclient.so | grep

[PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Thimble Smith
Hi, all. I would like to upgrade ext/mysql/libmysql to the latest version. There is one important bug fix. Right now, the client can't connect to a server if mysqld is using a character set other than latin1. There are also numerous bug fixes and a few added features. One thing I'm not sure

Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Thimble Smith wrote: Hi, all. I would like to upgrade ext/mysql/libmysql to the latest version. There is one important bug fix. Right now, the client can't connect to a server if mysqld is using a character set other than latin1. There are also numerous bug fixes and

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Sean R. Bright wrote: Ignacio: This is my configure line: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/etc/httpd/ bin/apxs And I have a relatively new (a month?) mysql tarball and haven't received this message. How are you configuring? Sean

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Sean R. Bright
: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 6:02 PM To: Sean R. Bright Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DEV] MySQL client library upgrade: 3.3.31 On Tue, 16 Jan 2001, Sean R. Bright wrote: Ignacio: This is my configure line: ./configure