Pear DB for PHP 4.3.6 & MySQL 3.23.49

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

    Pear DB for PHP 4.3.6 & MySQL 3.23.49

    Hi! I've had a look through various forums for some advice on getting
    Pear DB working with my Entropy installation of PHP Version 4.3.6

    Most of the topics I found are after the fact, so that's not much use to me.

    I want run Pear DB under PHP Version 4.3.6 with MySQL Version 3.23.49.

    At the minute, I'm getting this error from the Pear.php file:

    Code:

    Error: DB Error: extension not found

    I've been to the Pear website and I can't find much there to help me...
    --
    wayne smallman ][ octane interactive

  • Pertti Kosunen

    #2
    Re: Pear DB for PHP 4.3.6 & MySQL 3.23.49

    Wayne Smallman wrote:[color=blue]
    > I want run Pear DB under PHP Version 4.3.6 with MySQL Version 3.23.49.[/color]

    Include_path updated from php.ini?

    Comment

    • Wayne Smallman

      #3
      Re: Pear DB for PHP 4.3.6 & MySQL 3.23.49

      On 2004-11-28 19:24:55 +0000, Pertti Kosunen <pertti.kosunen @pp.nic.fi> said:
      [color=blue]
      > Include_path updated from php.ini?[/color]

      Thanks for the reply!

      I think I've figured it out.

      The method I was trying to use was:
      $dsn = "mysql://$username:$pass word@$hostname/$database";

      When: mysqli isn't supported, while: mysql is...
      --
      wayne smallman ][ octane interactive

      Comment

      • Wayne Smallman

        #4
        Re: Pear DB for PHP 4.3.6 &amp; MySQL 3.23.49

        On 2004-11-28 19:24:55 +0000, Pertti Kosunen <pertti.kosunen @pp.nic.fi> said:
        [color=blue]
        > Include_path updated from php.ini?[/color]

        Got it working eventually.

        I must have posted back, but thanks anyway!
        --
        wayne smallman ][ octane interactive

        Comment

        Working...