Pear says I must be using SAPI to install and not CGI
I installed SAPI and am using:
LoadModule php4_module C:/PHP/sapi/php4apache2.dll
AddType application/x-httpd-php .php
in http.conf
I restarted the Apache2 service in W2K.
Then ran http://localhost/pear/go-pear.php
I received Error
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.
Any help appreciated.