| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -86/+86 |
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
* | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 1 | -1/+1 |
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -1/+1 |
* | Altered README.Zeus to give instructions on building FastCGI. | Ben Mansell | 2001-03-19 | 1 | -2/+2 |
* | Added support for Zeus SSL client certificate information. | Ben Mansell | 2001-03-07 | 1 | -0/+61 |
* | Thread hashtable was being initialized with a size of 1! Changed to 128 as | Ben Mansell | 2001-03-06 | 1 | -1/+5 |
* | Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables | Ben Mansell | 2001-02-27 | 1 | -0/+14 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Fixed non-threadsafe code: 'isapi_special_server_variables' was a static | Ben Mansell | 2001-02-16 | 1 | -2/+1 |
* | @ 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 |
* | 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 |
* | Multithreaded stress test program for isapi module now supports phpt files | Shane Caraveo | 2001-01-15 | 3 | -92/+390 |
* | ignore blank lines | Shane Caraveo | 2001-01-08 | 1 | -15/+23 |
* | add notes on this program | Shane Caraveo | 2001-01-08 | 2 | -1/+19 |
* | stresstest is based on cgiwrap. it can be used to debug php4isapi.dll without | Shane Caraveo | 2001-01-07 | 2 | -0/+568 |
* | define flag to turn off exception handling | Shane Caraveo | 2001-01-07 | 1 | -2/+21 |
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -104/+154 |
* | Add Release_TSDbg support. This mode compiles PHP with the release C runtime, | Zeev Suraski | 2000-12-26 | 1 | -0/+29 |
* | Fix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI | Ben Mansell | 2000-12-15 | 1 | -4/+32 |
* | (Zeus) Re-added some server variables that will be used. | Ben Mansell | 2000-12-13 | 1 | -15/+17 |
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
* | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 1 | -1/+1 |
* | Unify handling of aborted connections | Sascha Schumann | 2000-10-29 | 1 | -1/+1 |
* | i'll place the reg file in the win32 folder | Daniel Beulshausen | 2000-10-22 | 1 | -5/+0 |
* | (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't use | Ben Mansell | 2000-09-19 | 1 | -20/+22 |
* | Fixed bug which could truncate PHP_SELF | Ben Mansell | 2000-09-19 | 1 | -0/+1 |
* | Restore the headers_only test to the centralized SAPI startup. If necessary,... | Zeev Suraski | 2000-09-08 | 1 | -5/+0 |
* | Fix ISAPI compilation | Zeev Suraski | 2000-09-04 | 1 | -3/+3 |
* | - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
* | - More Windows build fixes | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
* | - Change spaces to tab | Andi Gutmans | 2000-08-28 | 1 | -1/+1 |
* | changed the output directorys from the windowsbuilds | Daniel Beulshausen | 2000-08-23 | 1 | -3/+3 |
* | The status quo in PHP is that the current directory is initialized | Sascha Schumann | 2000-08-20 | 1 | -11/+0 |
* | REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP | Ben Mansell | 2000-08-18 | 1 | -0/+1 |
* | (send_headers) Removed code freeing http_status_line, this is performed | Ben Mansell | 2000-08-17 | 1 | -3/+0 |
* | Fix zend_fiel_handle handling. Should fix URL include | Stanislav Malyshev | 2000-08-13 | 1 | -0/+1 |
* | Fix a couple of bugs in the ISAPI module: | Zeev Suraski | 2000-08-09 | 1 | -9/+8 |
* | Add DOCUMENT_ROOT | Zeev Suraski | 2000-08-07 | 1 | -0/+16 |
* | Heads up! I have moved the headers_only and response_code checks out of | Rasmus Lerdorf | 2000-08-02 | 1 | -0/+6 |
* | Set version number on DLLs | Zeev Suraski | 2000-06-30 | 1 | -3/+3 |
* | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 1 | -2/+3 |
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -2/+4 |