Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Change from PHP5 -> PHP 5 | Andi Gutmans | 2004-02-08 | 1 | -1/+1 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | Update build instructions for Zeus web server | Ben Mansell | 2003-03-05 | 1 | -24/+10 |
| | |||||
* | Altered README.Zeus to give instructions on building FastCGI. | Ben Mansell | 2001-03-19 | 1 | -122/+91 |
| | | | | | | Changed --with-zeus configure option into --with-isapi, since its more descriptive (and since there are now different ways to configure PHP+Zeus) | ||||
* | Added 'you must use gcc' comment to build instructions. | Ben Mansell | 2001-01-24 | 1 | -0/+2 |
| | |||||
* | @ Support Zeus 3.3.8 | Ben Mansell | 2001-01-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | 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? | ||||
* | Further updates to README.Zeus | Ben Mansell | 2000-11-10 | 1 | -0/+7 |
| | | | | | | | # 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. | ||||
* | Added extra help with library issues, and some performance tuning tips | Ben Mansell | 2000-11-03 | 1 | -2/+46 |
| | |||||
* | Minor adjustments to compile-advice | Ben Mansell | 2000-07-17 | 1 | -0/+3 |
| | |||||
* | Updated help section with some more compile problems & solutions | Ben Mansell | 2000-05-30 | 1 | -1/+13 |
| | |||||
* | Updated build advice for different platforms | Ben Mansell | 2000-05-02 | 1 | -8/+4 |
| | |||||
* | @- Zeus Webserver support (version 3.3.6+) for ISAPI | Ben Mansell | 2000-04-12 | 1 | -0/+91 |