|
Posted by Curt Zirzow on 12/29/05 07:10
On Wed, Dec 28, 2005 at 11:58:02AM -0500, John Nichel wrote:
> M. Sokolewicz wrote:
> >John Nichel wrote:
> >
> >>M. Sokolewicz wrote:
> >>
> >>>Bagus Nugroho wrote:
> >>>
> >>>>Hi All,
> >>>>
> >>>>Is mysqli module enable by default on php 4 as mysql module.
> >>>
> >>>
> >>>
> >>>no
> >>>
> >>>>If not enable by default, where I can get this module(hopefully a
> >>>>direct link to download)
> >>>
> >>>
> >>>
> >>>you can't, it *requires* PHP 5
> >>
> >>
> >>
> >>I've been running mysqli on 4.3.x and 4.4
> >>
> >according to CVS it has a dependency on PHP 5
> >
>
> Undocumented 'feature'. ;)
Please do tell how you even got it working..
% cd php44/ext/mysqli
php44/ext/mysqli: No such file or directory.
% cd pecl/mysqli
pecl/mysqli: No such file or directory.
The only thing I can think that perhaps might be done is:
% cd php5x/ext/mysqli
% phpize #php4 version of phpize
% ./configure --with-mysqli=/usr/local/mysql/
% make
Curt.
--
cat .signature: No such file or directory
[Back to original message]
|