Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH | Edin Kadribasic | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | MFH: Make isapi more compatible with apache sapis as far as the creation | Ilia Alshanetsky | 2004-05-13 | 1 | -1/+3 |
| | | | | | $_COOKIE super-global and various $_SERVER values. | ||||
* | MFH: fixed bug #27337 (missing sapi_shutdown()) | foobar | 2004-02-23 | 1 | -0/+1 |
| | |||||
* | - Re-added the FD lexer patch. | foobar | 2003-05-31 | 1 | -1/+1 |
| | | | | | # Marcus is going to add the long-opts patches back in after this. | ||||
* | Revert PHP part of the fd patch | Zeev Suraski | 2003-05-21 | 1 | -1/+1 |
| | |||||
* | protect against further surprises by initializing all zend_file_handle's | Sascha Schumann | 2003-05-17 | 1 | -1/+1 |
| | |||||
* | MFH | Shane Caraveo | 2003-03-27 | 1 | -2/+8 |
| | |||||
* | MFH | foobar | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | MFH: Fix for bug #22473 | foobar | 2003-03-07 | 1 | -1/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 |
| | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
* | 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 |
| | | | | | | | as indentation/newlines go, and also as far as using {} even on if's that have single statements) - Fix Windows build | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Fix incompatibility with Windows .NET (IIS 6) | Zeev Suraski | 2001-12-22 | 1 | -0/+1 |
| | | | | | May also improve stability under other Windows versions | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | 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 ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Reverse patches that slipped in by mistake in a whitespace patch. They | Zeev Suraski | 2001-08-13 | 1 | -31/+34 |
| | | | | | require some more work... | ||||
* | 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 | 1 | -3/+3 |
| | | | | | - whitespace fixes | ||||
* | 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 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -86/+86 |
| | | | | | Note: You may *not* return directly from a catch block | ||||
* | Added support for Zeus SSL client certificate information. | Ben Mansell | 2001-03-07 | 1 | -0/+61 |
| | | | | | | | Added SERVER_SIGNATURE to the environment. Submitted by: daniel@zeus.com | ||||
* | Thread hashtable was being initialized with a size of 1! Changed to 128 as | Ben Mansell | 2001-03-06 | 1 | -1/+5 |
| | | | | | | | | a more sensible number. # Also could change the 'expected resources' parameter from 1, but I # haven't tested that bit yet ---------------------------------------------------------------------- | ||||
* | Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables | Ben Mansell | 2001-02-27 | 1 | -0/+14 |
| | | | | | | | for Zeus/ISAPI, so basic authenication works. Submitted by: daniel@zeus.com | ||||
* | - 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 |
| | | | | | buffer, and not allocated per-connection. Bad bad bad! | ||||
* | @ Support Zeus 3.3.8 | Ben Mansell | 2001-01-16 | 1 | -23/+51 |
| | | | | | | | | | | | | | 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? | ||||
* | 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 |
| | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | ||||
* | Fix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI | Ben Mansell | 2000-12-15 | 1 | -4/+32 |
| | | | | | | | | | environment variables PR: Submitted by: Reviewed by: Obtained from: | ||||
* | (Zeus) Re-added some server variables that will be used. | Ben Mansell | 2000-12-13 | 1 | -15/+17 |
| | | | | | Also added DOCUMENT_ROOT, was missing before for non-Win32 | ||||
* | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 1 | -1/+1 |
| | | | | | Enable thread-safety memory debugging in ISAPI when in debug mode | ||||
* | Unify handling of aborted connections | Sascha Schumann | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | (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 ↵ | Zeev Suraski | 2000-09-08 | 1 | -5/+0 |
| | | | | | | | necessary, it can be overriden in the activate() callback. | ||||
* | - Change spaces to tab | Andi Gutmans | 2000-08-28 | 1 | -1/+1 |
| | |||||
* | The status quo in PHP is that the current directory is initialized | Sascha Schumann | 2000-08-20 | 1 | -11/+0 |
| | | | | | | | | | to the directory where the executing script is located. Since this needs to be implemented for all SAPI modules anyway, this change moves the functionality to php_execute_script() and gets rid of the per-module code. | ||||
* | REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP | Ben Mansell | 2000-08-18 | 1 | -0/+1 |
| |