PHP 5.0

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

    PHP 5.0

    Hi,
    i'm using nusphere 3.3 and I installed Php 5.0.
    I want to use debugger, so i copied
    extension=php_d bg.dll-5.0.0b3 in php.ini
    but when i try to run the debugging of script it give me a error:
    because this dll searches library of PHP4ts^^;

    how can I use PHP 5.0 with debugger?

    tnx :)


  • Savut

    #2
    Re: PHP 5.0

    copy php4ts.dll to system32

    Savut

    "Jiro" <jiro@email.i t> wrote in message
    news:Jw5dc.3983 6$rM4.1680687@n ews4.tin.it...[color=blue]
    > Hi,
    > i'm using nusphere 3.3 and I installed Php 5.0.
    > I want to use debugger, so i copied
    > extension=php_d bg.dll-5.0.0b3 in php.ini
    > but when i try to run the debugging of script it give me a error:
    > because this dll searches library of PHP4ts^^;
    >
    > how can I use PHP 5.0 with debugger?
    >
    > tnx :)
    >
    >[/color]

    Comment

    • JVlad

      #3
      Re: PHP 5.0

      > > but when i try to run the debugging of script it give me a error:[color=blue][color=green]
      > > because this dll searches library of PHP4ts^^;[/color][/color]

      It looks like you run a newer php5 which works with php5ts instead of php4ts.
      So you have to upgrade php_dbg to the newer version.

      Comment

      Working...