1. Install PHP 5.xx windows bundle at d:\PHP
2. In the php.ini check follow options:
short_open_tag = On
open_basedir = "d:\inetpub\;d:\PHP\pear;c:\Temp\;d:\countercat\wwstore;c:\Windows\Temp\"
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
upload_tmp_dir="C:\Windows\Temp"
session.save_path="C:\Windows\Temp"
error_log="D:\PHP\php-errors.log"
cgi.force_redirect=0
fastcgi.impersonate=1
fastcgi.logging=0
extension_dir="D:\PHP\ext"
cgi.fix_pathinfo = 1
date.timezone = "America/New_York"
Check installed extensions:
extension=php_curl.dll
extension=php_xsl.dll
3. Install PEAR and Cache::Lite package
a) run go-pear.bar
b) run pear install Cache_Lite
4. Register DLL
regsvr32.exe d:\countercat\exe\sophio.dll
5. Install VFPODBC.msi
6. Add sophio group to all files under d:\inetpub\countercat\templates\newstore