summaryrefslogtreecommitdiff
path: root/README.Zeus
diff options
context:
space:
mode:
authorBen Mansell <joosters@php.net>2001-01-16 10:44:52 +0000
committerBen Mansell <joosters@php.net>2001-01-16 10:44:52 +0000
commit12537e97876def42c263711f4c6450970dc3cf36 (patch)
treee0981b6af8aa218100380b2a586b7064adcd72cf /README.Zeus
parentaf6cef27b1f12373857edb1aa2558919d9740364 (diff)
downloadphp-git-12537e97876def42c263711f4c6450970dc3cf36.tar.gz
@ Support Zeus 3.3.8
Added changes to environment variable manipulations, to support Zeus 3.3.8 and increase compatibility between Zeus/IIS/Apache. Now, URLs like http://foo.org/file.php/a/b/c/d work correctly. # While testing, it looks like IIS+ISAPI is mishandling URLs like the above. # The PATH_TRANSLATED given by ISAPI includes the /a/b/c/d bit of the URL, # so using this var to find the script file to open on disk will not work. # We now use SCRIPT_FILENAME if it is present (in Zeus 3.3.8) # IIS doesn't seem to set this variable, it might be necessary to mangle # SCRIPT_NAME and APPL_PHYSICAL_PATH together?
Diffstat (limited to 'README.Zeus')
-rw-r--r--README.Zeus4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.Zeus b/README.Zeus
index 603dc7703b..836aef87c8 100644
--- a/README.Zeus
+++ b/README.Zeus
@@ -6,9 +6,11 @@ significant improvement in PHP 4 is that you can now run PHP as an
ISAPI module, giving great performance benefits over traditional CGI
code.
-Note that you will need to be running at least version 3.3.6 of the
+Note that you will need to be running at least version 3.3.8 of the
webserver. If you are running an earlier version, please see our
website (http://www.zeus.com) for upgrade instructions.
+Earlier versions of Zeus (3.3.6) can also run PHP, but it is
+suggested that you upgrade for full compatibility.
To build the ISAPI version of PHP, start the configuration with: