Install: sapi/php4activescript.dll missing in 4.3.11

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • russell.bevers@gmail.com

    Install: sapi/php4activescript.dll missing in 4.3.11

    The install.txt that comes with the manual binary install of PHP4 for
    Windows states that the ActiveScript engine is included in
    sapi/php4activescrip t.dll.

    This is not true in 4.3.11. It just plain isn't in that folder, or
    anywhere in the .zip file for that matter.

    Is there an official binary provided, or do I have to get the source
    and Visual C++ 6 and compile it myself?

  • Andy Hassall

    #2
    Re: Install: sapi/php4activescrip t.dll missing in 4.3.11

    On 15 Nov 2005 14:19:06 -0800, russell.bevers@ gmail.com wrote:
    [color=blue]
    >The install.txt that comes with the manual binary install of PHP4 for
    >Windows states that the ActiveScript engine is included in
    >sapi/php4activescrip t.dll.
    >
    >This is not true in 4.3.11. It just plain isn't in that folder, or
    >anywhere in the .zip file for that matter.
    >
    >Is there an official binary provided, or do I have to get the source
    >and Visual C++ 6 and compile it myself?[/color]

    Looks like this has been moved to PECL. PHP5 has a separate .zip for PECL
    extensions which includes php5activescrip t.dll, but there isn't an equivalent
    official distribution of PECL libraries for PHP4.3, and the PHP 4.4 list
    doesn't have this DLL.

    Seems like a bug to me. You could raise a bug at http://bugs.php.net , but
    you'll probably have to compile it yourself if you need it anytime soon.
    --
    Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
    http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

    Comment

    • Russell

      #3
      Re: Install: sapi/php4activescrip t.dll missing in 4.3.11

      Thanks for the suggestion for bugs.php.net. That was the ticket.
      Fortunately, the bug has already been addressed, sort of.

      For 4.3.11 you can grab the dll from the daily snapshot at
      http://snaps.php.net/win32/php4-win32-STABLE-latest.zip. It works fine
      that I can see.

      For more info, http://bugs.php.net/bug.php?id=32594

      Thanks, again.

      -Russell

      Comment

      Working...