This is a discussion on Which PHP versions support MySql 4.1? within the PHP Language forums, part of the PHP Programming Forums category; Which versions of PHP support MySql 4.1? Is this information available on the php.net web? If so, where ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
rroot wrote:
> Which versions of PHP support MySql 4.1? Is this information available > on the php.net web? If so, where do I look? > > Thanks > Do a google search: mysql 4.1 site:php.net -- Justin Koivisto - spam@koivi.com http://www.koivi.com |
|
|||
|
"Justin Koivisto" wrote:
> rroot wrote: > > > Which versions of PHP support MySql 4.1? Is this > information available > > on the php.net web? If so, where do I look? > > > > Thanks > > > > Do a google search: > mysql 4.1 site:php.net > > -- > Justin Koivisto - spam@koivi.com > http://www.koivi.com u need a php 4.0.5 version for MYSQL. Download @ www.php.net -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-versions...ict177330.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=600434 |
|
|||
|
rroot wrote:
> Which versions of PHP support MySql 4.1? Is this information available > on the php.net web? If so, where do I look? I use PHP 4.3.6 with MySQL 4.1.7. The only thing to watch out for that I have noticed is that I need to start mysqld with the --old-passwords flag because PHP 4.3.6 doesn't support the new password protocol in MySQL 4.1. JP -- Sorry, <devnull@cauce.org> is een "spam trap". E-mail adres is <jpk"at"akamail.com>, waarbij "at" = @. |