Upgrading to php5 -> PEAR DB problem

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

    Upgrading to php5 -> PEAR DB problem

    After i have succesfully installed php5 on my installation
    (win2000,apache 1.3.31) I get the following error when i try to connect
    to my database:

    DB Error: extension not found

    any ideas whats wrong? any one?

    The script work perfect in php4

    Joe
  • neur0maniak

    #2
    Re: Upgrading to php5 -> PEAR DB problem

    Joe wrote:[color=blue]
    > After i have succesfully installed php5 on my installation
    > (win2000,apache 1.3.31) I get the following error when i try to connect
    > to my database:
    >
    > DB Error: extension not found
    >
    > any ideas whats wrong? any one?
    >
    > The script work perfect in php4
    >
    > Joe[/color]

    MySQL now needs to be added via an extension rather than having built in
    support for it..

    I'm assuming you mean MySQL...

    Comment

    • Joe

      #3
      Re: Upgrading to php5 -> PEAR DB problem

      neur0maniak wrote:[color=blue]
      > Joe wrote:
      >[color=green]
      >> After i have succesfully installed php5 on my installation
      >> (win2000,apache 1.3.31) I get the following error when i try to connect
      >> to my database:
      >>
      >> DB Error: extension not found
      >>
      >> any ideas whats wrong? any one?
      >>
      >> The script work perfect in php4
      >>
      >> Joe[/color]
      >
      >
      > MySQL now needs to be added via an extension rather than having built in
      > support for it..
      >
      > I'm assuming you mean MySQL...[/color]
      ups.... your rigth....proble m solved..

      Joe

      Comment

      Working...