Configuration needed for the AOPHP on Windows

PHP 4.3.10 for Windows

"c:\Program Files\PHP"

       move sapi/*.dll dlls/*.dll to PHP directory
       move php4ts.dll to WINDOWS
       move php.ini-recommended to WINDOWS/php.ini

php.ini

register_globals = ON  

Apache 1.3.33

c:\Program Files\Apache Group\Apache\conf\httpd.conf

LoadModule rewrite_module modules/mod_rewrite.so
LoadModule php4_module "c:/Program Files/php/php4apache.dll"
AddModule mod_rewrite.c
AddModule mod_php4.c

AddType application/x-httpd-php .php
AddType application/x-httpd-php .aophp
AddType application/x-httpd-php-source .phps

<IfModule mod_dir.c>
    DirectoryIndex index.html index.php
</IfModule>
<Directory "C:/Program Files/Apache Group/Apache/htdocs">
  ...
  AllowOverride All
</Directory>
Restart the apache service after the above changes.

AOPHP 1.0

mkdir "C:/Program Files/Apache Group/Apache/htdocs/aophp"
extract files into it.
edit "aophpexec.aophp" to have correct Java path and JAR path.
mkdir "C:/tmp" as temporary directory