| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 7 | -7/+7 |
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 11 | -19/+19 |
| * | Changed header handling; before, we were somehow losing | Ben Mansell | 2001-03-27 | 1 | -31/+5 |
| * | Fix a bug with POST requests. If the Content-Type header wasn't present, | Ben Mansell | 2001-03-22 | 1 | -1/+2 |
| * | Fix a bug with POST requests. If the Content-Type header wasn't present, | Ben Mansell | 2001-03-22 | 1 | -1/+2 |
| * | Altered README.Zeus to give instructions on building FastCGI. | Ben Mansell | 2001-03-19 | 1 | -2/+2 |
| * | @ New FastCGI server module | Ben Mansell | 2001-03-19 | 7 | -0/+533 |
| * | Fix off-by-one on config values set from Apache config | Stanislav Malyshev | 2001-03-13 | 1 | -1/+1 |
| * | Replace memcpy and sprintf with smart_strs. | Sascha Schumann | 2001-03-13 | 1 | -16/+12 |
| * | Fixed the help for other options too. | foobar | 2001-03-07 | 1 | -2/+2 |
| * | Added support for Zeus SSL client certificate information. | Ben Mansell | 2001-03-07 | 1 | -0/+61 |
| * | Avoid using ret uninitialized | Zeev Suraski | 2001-03-06 | 1 | -1/+1 |
| * | Thread hashtable was being initialized with a size of 1! Changed to 128 as | Ben Mansell | 2001-03-06 | 1 | -1/+5 |
| * | Avoid writing to error_log in case of aborted connections. | Zeev Suraski | 2001-03-06 | 1 | -3/+1 |
| * | Fix help text for -f | foobar | 2001-03-05 | 1 | -5/+2 |
| * | Can't output any error messages if there isn't any function initialized | foobar | 2001-03-05 | 1 | -3/+3 |
| * | whitespace fix | Zeev Suraski | 2001-03-04 | 1 | -2/+2 |
| * | Combine all HTTP headers into a single writev | Sascha Schumann | 2001-03-02 | 1 | -19/+30 |
| * | - Commit NSAPI patches. | Andi Gutmans | 2001-03-02 | 1 | -113/+61 |
| * | httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces | Sascha Schumann | 2001-02-28 | 2 | -2/+2 |
| * | Now it actually loads, but it segfaults upon a request. | Sascha Schumann | 2001-02-28 | 2 | -9/+9 |
| * | Make the module compile again with the latest httpd-2.0 cvs. | Sascha Schumann | 2001-02-28 | 5 | -31/+30 |
| * | Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables | Ben Mansell | 2001-02-27 | 1 | -0/+14 |
| * | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 23 | -23/+23 |
| * | php_register_command_line_global_vars only needs file scope. | Sascha Schumann | 2001-02-24 | 1 | -1/+1 |
| * | Neither the CGI nor the Servlet SAPI module call syslog, so remove | Sascha Schumann | 2001-02-24 | 2 | -6/+0 |
| * | Change the default to assumption that people don't use AOLserver 3.0 anymore. | Sascha Schumann | 2001-02-24 | 1 | -8/+6 |
| * | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 2 | -2/+2 |
| * | If we cannot send the header, we don't need to continue with the page. | Sascha Schumann | 2001-02-21 | 1 | -1/+2 |
| * | There is no need to declare ap_php_(opterr|optopt) with external linkage | Sascha Schumann | 2001-02-21 | 1 | -2/+0 |
| * | Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2 | Sascha Schumann | 2001-02-19 | 1 | -0/+2 |
| * | Save 50% of the syscalls when writing the HTTP header. | Sascha Schumann | 2001-02-18 | 1 | -2/+8 |
| * | Fixed non-threadsafe code: 'isapi_special_server_variables' was a static | Ben Mansell | 2001-02-16 | 1 | -2/+1 |
| * | Fixed PHP authentication and some other minor things. | David Hedbor | 2001-02-09 | 1 | -52/+23 |
| * | Make fprintf's optional | Sascha Schumann | 2001-02-08 | 1 | -8/+14 |
| * | Kill warning | Rasmus Lerdorf | 2001-01-22 | 1 | -1/+0 |
| * | Sigh. Even less sleep than I thought :) Really fix it this time. | Zeev Suraski | 2001-01-22 | 1 | -1/+1 |
| * | Too much work, not enough sleep... Fix hash lookup | Zeev Suraski | 2001-01-22 | 1 | -1/+1 |
| * | Don't overwrite PATH_TRANSLATED if it exists | Zeev Suraski | 2001-01-22 | 1 | -6/+16 |
| * | @ Support Zeus 3.3.8 | Ben Mansell | 2001-01-16 | 1 | -23/+51 |
| * | Fix output dir | Zeev Suraski | 2001-01-15 | 1 | -10/+2 |
| * | - Implement CompareStringWithFile() | Zeev Suraski | 2001-01-15 | 1 | -3/+36 |
| * | - Implement quick file comparing routine | Zeev Suraski | 2001-01-15 | 2 | -46/+71 |
| * | Try harder to push data through the wire. | Sascha Schumann | 2001-01-15 | 1 | -5/+12 |
| * | test now produce valid OK or FAIL. | Shane Caraveo | 2001-01-15 | 2 | -34/+59 |
| * | dont do results if not using test files | Shane Caraveo | 2001-01-15 | 1 | -2/+2 |
| * | clean up temp files | Shane Caraveo | 2001-01-15 | 1 | -0/+25 |
| * | check files open | Shane Caraveo | 2001-01-15 | 1 | -1/+1 |
| * | fix file reading, add results | Shane Caraveo | 2001-01-15 | 1 | -27/+43 |