| Commit message (Expand) | Author | Age | Files | Lines |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | clean up url handling with path_info | Shane Caraveo | 2003-03-30 | 1 | -45/+59 |
* | handle invalid paths passed to us from iis | Shane Caraveo | 2003-03-27 | 1 | -1/+9 |
* | This is AUTH_TYPE in every other SAPI. | foobar | 2003-03-24 | 1 | -1/+1 |
* | Fixed bug #22473 (ISAPI Secure Server Variables not available) | foobar | 2003-03-07 | 1 | -1/+3 |
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -11/+10 |
* | Fix build under win32 | Wez Furlong | 2003-02-17 | 1 | -0/+1 |
* | normalize CGI variables to the CGI spec | Shane Caraveo | 2003-01-26 | 1 | -40/+89 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | improve username/password detection for IIS | Stanislav Malyshev | 2002-12-01 | 1 | -0/+19 |
* | - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. | foobar | 2002-11-26 | 1 | -3/+0 |
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 |
* | Should fix #19425 | foobar | 2002-09-16 | 1 | -1/+1 |
* | - Gaurd for problems in fault servers (fixes problem with Sambar 5.2) | Derick Rethans | 2002-04-18 | 1 | -1/+1 |
* | - Fix whitespace (guys, please try to stick with the php4 tree style as far | Zeev Suraski | 2002-03-19 | 1 | -1/+1 |
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -7/+1 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | now needs getopt | Shane Caraveo | 2002-02-02 | 2 | -0/+187 |
* | an update to stresstest | Shane Caraveo | 2002-02-02 | 2 | -37/+128 |
* | Fix incompatibility with Windows .NET (IIS 6) | Zeev Suraski | 2001-12-22 | 1 | -0/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
* | Fix build if PHP_ENABLE_SEH is not defined | Zeev Suraski | 2001-11-25 | 1 | -1/+1 |
* | * fix module struct in rest of sapi modules | Stig Bakken | 2001-10-12 | 1 | -0/+2 |
* | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -1/+1 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | Reverse patches that slipped in by mistake in a whitespace patch. They | Zeev Suraski | 2001-08-13 | 1 | -31/+34 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -34/+31 |
* | Use zend_first_try | Zeev Suraski | 2001-08-08 | 1 | -1/+1 |
* | Adding missing TSRMLS_CC | Frank M. Kromann | 2001-08-06 | 1 | -1/+1 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+1 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 2 | -30/+31 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -6/+6 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -9/+5 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -44/+43 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -29/+29 |
* | 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 |