Which PHP versions support MySql 4.1?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rroot

    Which PHP versions support MySql 4.1?

    Which versions of PHP support MySql 4.1? Is this information available
    on the php.net web? If so, where do I look?

    Thanks

  • Justin Koivisto

    #2
    Re: Which PHP versions support MySql 4.1?

    rroot wrote:
    [color=blue]
    > Which versions of PHP support MySql 4.1? Is this information available
    > on the php.net web? If so, where do I look?
    >
    > Thanks
    >[/color]

    Do a google search:
    mysql 4.1 site:php.net

    --
    Justin Koivisto - spam@koivi.com

    Comment

    • rock72

      #3
      Re: Re: Which PHP versions support MySql 4.1?

      "Justin Koivisto" wrote:[color=blue]
      > rroot wrote:
      >[color=green]
      > > Which versions of PHP support MySql 4.1? Is this[/color]
      > information available[color=green]
      > > on the php.net web? If so, where do I look?
      > >
      > > Thanks
      > >[/color]
      >
      > Do a google search:
      > mysql 4.1 site:php.net
      >
      > --
      > Justin Koivisto - spam@koivi.com
      > http://www.koivi.com[/color]

      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

      Comment

      • Jan Pieter Kunst

        #4
        Re: Which PHP versions support MySql 4.1?

        rroot wrote:[color=blue]
        > Which versions of PHP support MySql 4.1? Is this information available
        > on the php.net web? If so, where do I look?[/color]

        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" = @.

        Comment

        Working...