On 09/23/2004 11:11 AM, Stembridge, Michael <[EMAIL PROTECTED]> wrote:
>>> Without recompiling, is there a way to upgrade the bundled client?
>>
>> No - I believe you need to recompile PHP (this path assumes an RPM
>> installation of MySQL):
>
> Yes, MySQL is installed via RPM.
>
> So, when I r
Stembridge, Michael wrote:
So I assume the version of MySQL bundled with PHP 4.3.1 is in fact
3.23.49
and this is overriding my standalone installation.
It's not overriding anything, it's doing what you asked: in your configure
you told PHP to use its built-in (MYSQL_MODULE_TYPE) MySQL support.
Wi
> > So I assume the version of MySQL bundled with PHP 4.3.1 is in fact
> 3.23.49
> > and this is overriding my standalone installation.
>
> It's not overriding anything, it's doing what you asked: in your configure
> you told PHP to use its built-in (MYSQL_MODULE_TYPE) MySQL support.
>
> > Withou
On 09/23/2004 9:37 AM, Stembridge, Michael <[EMAIL PROTECTED]> wrote:
> I installed PHP 4.3.1 via source and used the following option when
> configuring:
>
> ./configure --with-mysql
>
> The database has worked great for a couple of years, however I noticed a
> problem today.
>
> Phpinfo() r
> I installed PHP 4.3.1 via source and used the following option when
> configuring:
>
> ./configure --with-mysql
>
> The database has worked great for a couple of years, however I noticed a
> problem today.
>
> Phpinfo() returns MySQL Version 3.23 from a php script.
>
> Client API versio