Re: [PHP-DB] How to upgrade MySQL PHP Client

2001-01-31 Thread Wayne Bastow

Fabrice,

You may need to rebuild PHP to get it to look at the newer version of MySQL.
When it was originally built the 3.23.22-beta version of MySQL was probably 
what PHP was built against.

If you go into the PHP source directory and do a configure, make and make 
install (letting the configure script know where the newer version of MySQL 
is) then PHP should be using the newer version of MySQL.

Wayne

On Wed, 31 Jan 2001 19:23, Fabrice Houvet wrote:
> Hello,
>
> I use the latest version of PHP (4.0.4pl1) and the latest stable version of
> MySQL (3.23.32) for my Apache Web Site.
>
> I see PHP use the 3.23.22-beta version of MySQL Client API.
>
> Can you explain me how i can upgrade the PHP MySQL Client ? A new PHP
> module version does exist ? May be only an upgrade of ext/mysql/libmysql
> directory is sufficient ?
>
> Thank for your response.
>
> Best Regards,
>
>
> Fabrice.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] How to upgrade MySQL PHP Client

2001-01-31 Thread Fabio Ottolini (EDB)

As far as I know this is the latest version of thie client.

Best regards,

Fábio Ottolini

> -Original Message-
> From: Fabrice Houvet [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 31, 2001 6:24 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] How to upgrade MySQL PHP Client
> Importance: High
> 
> 
> Hello,
> 
> I use the latest version of PHP (4.0.4pl1) and the latest 
> stable version of
> MySQL (3.23.32) for my Apache Web Site.
> 
> I see PHP use the 3.23.22-beta version of MySQL Client API.
> 
> Can you explain me how i can upgrade the PHP MySQL Client ? A new PHP
> module version does exist ? May be only an upgrade of 
> ext/mysql/libmysql
> directory is sufficient ?
> 
> Thank for your response.
> 
> Best Regards,
> 
> 
> Fabrice.
> 
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
>