I am trying to run the web installer for PEAR.

I get this message...

    Sorry! The PEAR installer actually does not work on Windows platform
    using CGI and Apache.
    Please install the module SAPI (see
http://www.php.net/manual/en/install.apache.php
    for the instructions) or use the CLI (cli\php.exe) in the console.

This is my php.config file...

    LoadFile "/etc/php/php4ts.dll"
    LoadFile "/etc/php/gnu_gettext.dll"
    LoadModule php4_module "/etc/php/sapi/php4apache2.dll"
    Action application/x-httpd-php "/etc/php/php.exe"
    ScriptAlias /php/ "/etc/php/"
    AddType application/x-httpd-php .php .phtml
    AddType application/x-httpd-php-source .phps

What am I doing wrong?

walter



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to