diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-10-22 13:50:42 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-10-22 13:50:42 +0000 |
commit | 667e96f2c82e829cfe7a3ccb48d000014e2ac786 (patch) | |
tree | ca117a97e89900219828ffb7e6b9b2a52c2ff014 | |
parent | 7883ddaf51d74a0301ea736341704a006c133f47 (diff) | |
download | php-git-667e96f2c82e829cfe7a3ccb48d000014e2ac786.tar.gz |
added reg. files for the pws, thanks to phil
-rw-r--r-- | win32/pws-php4cgi.reg | 6 | ||||
-rw-r--r-- | win32/pws-php4isapi.reg | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/win32/pws-php4cgi.reg b/win32/pws-php4cgi.reg new file mode 100644 index 0000000000..46edc77386 --- /dev/null +++ b/win32/pws-php4cgi.reg @@ -0,0 +1,6 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] +".php"="[PUT PATH HERE]\\php.exe" + + diff --git a/win32/pws-php4isapi.reg b/win32/pws-php4isapi.reg new file mode 100644 index 0000000000..47804a946a --- /dev/null +++ b/win32/pws-php4isapi.reg @@ -0,0 +1,5 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] +".php"="[PUT PATH HERE]\\php4isapi.dll" + |