Hello,
I need the DB package on my server so that my website can
work. I download
pear, and install it but now it doesn't come with DB
anymore, how do
incorporate DB?
Thank you so much,
Adrian
DB - MDB2
2007-06-12 18:53:56
On 6/12/07, Adrian Martinez <greenpurgatorygmail.com> wrote:
> Hello,
>
> I need the DB package on my server so that my website
can work. I download
> pear, and install it but now it doesn't come with DB
anymore, how do
> incorporate DB?
>
Did you follow the PEAR Installation Instructions in the
manual?
http:/
/pear.php.net/manual/en/installation.php
If PEAR is set up then all you need to do is:
pear install DB
--
Justin Patrin
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
Re: DB - MDB2
2007-06-13 11:27:01
Adrian,
On 6/13/07, Adrian Martinez <greenpurgatorygmail.com> wrote:
> Hello,
>
> I need the DB package on my server so that my website
can work. I download
> pear, and install it but now it doesn't come with DB
anymore, how do
> incorporate DB?
You should use MDB2.
http://pear.php.net/pa
ckage/DB will tell you that DB has been
superseded, and to use MDB2 instead.
Cheers,
Till
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php