Commit Graph

12 Commits

Author SHA1 Message Date
Andi Gutmans
3bf293ff89 - Change from PHP5 -> PHP 5 2004-02-08 22:49:47 +00:00
foobar
f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
Ben Mansell
7af6973d43 Update build instructions for Zeus web server 2003-03-05 11:50:18 +00:00
Ben Mansell
2c8c9d68d7 Altered README.Zeus to give instructions on building FastCGI.
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)
2001-03-19 11:23:57 +00:00
Ben Mansell
b5d80647fc Added 'you must use gcc' comment to build instructions. 2001-01-24 18:20:35 +00:00
Ben Mansell
12537e9787 @ 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?
2001-01-16 10:44:52 +00:00
Ben Mansell
4d48df3339 Further updates to README.Zeus
# Using LD_RUN_PATH to let the libphp4.so library find other libraries.
# Surely there should be a better way, using -rpath? However, libtool
# seems to swallow any extra -rpath options given to the compiler.
2000-11-10 16:14:00 +00:00
Ben Mansell
b00ef1eb50 Added extra help with library issues, and some performance tuning tips 2000-11-03 09:49:25 +00:00
Ben Mansell
e2d25ad5c6 Minor adjustments to compile-advice 2000-07-17 17:18:02 +00:00
Ben Mansell
1c641cfdee Updated help section with some more compile problems & solutions 2000-05-30 17:34:34 +00:00
Ben Mansell
ce86302f8a Updated build advice for different platforms 2000-05-02 08:25:24 +00:00
Ben Mansell
67f867311b @- Zeus Webserver support (version 3.3.6+) for ISAPI 2000-04-12 09:48:26 +00:00