php 5 install problem

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

    php 5 install problem

    I get the following when running php -i

    module compiled with module API=20020429, debug=0,....
    php compiled with module API=20040412, debug=0,....
    They have to match.

    I was using php 4.3.7
    It looks like the module ? is an earlier date than php.exe?



  • Tony Marston

    #2
    Re: php 5 install problem

    What operating system?

    If it is Windows then when you download dbg2.11.26 you will see that it
    contains a series of .dll files for different versions of PHP. You can use
    php_dbg.dll-5.0.0RC2 with PHP 5.x

    --
    Tony Marston

    This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL




    "Doug" <fabien@toast.n et> wrote in message
    news:B9O%c.5582 $zj4.1804@hydra .nntpserver.com ...[color=blue]
    >I get the following when running php -i
    >
    > module compiled with module API=20020429, debug=0,....
    > php compiled with module API=20040412, debug=0,....
    > They have to match.
    >
    > I was using php 4.3.7
    > It looks like the module ? is an earlier date than php.exe?
    >
    >
    >[/color]


    Comment

    Working...