The implementations of extension should be extracted to /extensions/engines.
The implementations for this extension have the following sizes on CDROM: Windows: 15Mb, Linux: 5Mb, MacOSX: 5.6Mb.
Implementations of this extension are not included with distribution of SPWS, one has to download them separately and put to appropriate directory.
Scripts are run using PHP CGI SAPI module. For Linux and Windows CLI SAPI module is also included, CLI SAPI module for MacOSX is not included. To see a list of modules and version of PHP available for a given platform, go to the appropriate directory (/extensions/engines/php4-*) and read README-SPWS.txt and phpinfo.html files there.
Implementations of PHP4 available from us for all platforms do not have any dependencies since all third-party libraries are statically linked with them, so they don't require any non-standard libraries installed on user's computer to run. Full version of PHP (for development stage) should be acquired from www.php.net. It's not recommended to extract versions available from there to the /extensions/engines, see below for more details.
For Windows version, rename it to 'php-cgi.exe' and execute command 'exetype php-cgi.exe WINDOWS' to turn it from Win32 Console Application into Win32 GUI application in order console window not to appear each time PHP interpreter is run.
For Linux and MacOSX versions, please insure that you've linked statically all libraries except ones that are part of C/C++ library.
Feel free to contact us for more information.