73 Commits (faa12fa06fed899e52cfbb29ea5ba85157308ba2)

Author SHA1 Message Date
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Zeev Suraski 336004f4bc Improved bailout mechanism, supports nested bailouts a-la try..catch 25 years ago
Ben Mansell 515c20da47 Added support for Zeus SSL client certificate information. 25 years ago
Ben Mansell a40f208ab8 Thread hashtable was being initialized with a size of 1! Changed to 128 as 25 years ago
Ben Mansell 5e5f5886ff Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Ben Mansell f49d4de599 Fixed non-threadsafe code: 'isapi_special_server_variables' was a static 25 years ago
Ben Mansell 12537e9787 @ Support Zeus 3.3.8 26 years ago
Shane Caraveo f1afd6f487 define flag to turn off exception handling 26 years ago
Zeev Suraski bd0ac7fe14 Many patches. I hope I remember them all: 26 years ago
Ben Mansell fbf699adb6 Fix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI 26 years ago
Ben Mansell a017a6c025 (Zeus) Re-added some server variables that will be used. 26 years ago
Zeev Suraski 030b707296 Update SAPI modules to interface with the new TSRM. 26 years ago
Sascha Schumann af87dfe204 Unify handling of aborted connections 26 years ago
Ben Mansell fd81040420 (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't use 26 years ago
Ben Mansell 4208c264d7 Fixed bug which could truncate PHP_SELF 26 years ago
Zeev Suraski 91c808ecc4 Restore the headers_only test to the centralized SAPI startup. If necessary, it can 26 years ago
Andi Gutmans 69e2d48738 - Change spaces to tab 26 years ago
Sascha Schumann 1d68a02df3 The status quo in PHP is that the current directory is initialized 26 years ago
Ben Mansell ea98567404 REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP 26 years ago
Ben Mansell 8751bcb8eb (send_headers) Removed code freeing http_status_line, this is performed 26 years ago
Stanislav Malyshev 5090b1e8d5 Fix zend_fiel_handle handling. Should fix URL include 26 years ago
Zeev Suraski 4d692049b2 Fix a couple of bugs in the ISAPI module: 26 years ago
Zeev Suraski 83341c39da Add DOCUMENT_ROOT 26 years ago
Rasmus Lerdorf 76a2d2538c Heads up! I have moved the headers_only and response_code checks out of 26 years ago
Andrei Zmievski 4010b422dd Separate plain name returned by php_sapi_module() and pretty name 26 years ago
Hartmut Holzgraefe 87a491d7b6 C++ // comments are evil ... 26 years ago
Sascha Schumann 102c6ce4b8 Move main.h to php_main.h. 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Ben Mansell 10503a3b92 Define PHP_SELF properly with Zeus+ISAPI 26 years ago
Sascha Schumann d0f3764ee2 Change reentrancy API to always use the php prefix. 26 years ago
Zeev Suraski a81e6bc04e author fixes 26 years ago
Zeev Suraski 708811184d Improve performance of the PHP_SELF registration under ISAPI 26 years ago
Frank M. Kromann 2e2642cfb3 Adding $PHP_SELF variable for compatibility with other platforms 26 years ago
Andi Gutmans c9911a151e - Change PHP_ to V_ (directory & file functions) 26 years ago
Ben Mansell 67f867311b @- Zeus Webserver support (version 3.3.6+) for ISAPI 26 years ago
Colin Viebrock 9130f05d08 prettying 26 years ago
Zeev Suraski 7c70003d22 The ISAPI module was incompatible with the CGI fix, which ruined POST's 26 years ago
Andi Gutmans 9c3d6304dd - Hopefully got most of them. We also need a chdir_file function like 26 years ago
Shane Caraveo 073b7acc90 I suppose errors should be printed prior to endthread 26 years ago
Shane Caraveo 42c874ba5f do this only on win32 26 years ago
Shane Caraveo 0bf6633452 just a little more detail in exception report 26 years ago
Zeev Suraski a508bec819 - From CODING_STANDARDS: 26 years ago
Zeev Suraski 86fa2aade2 the pipe is breaking all the time 26 years ago
Zeev Suraski f1dac01f11 - Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms 26 years ago
Zeev Suraski a5c143f415 - Update .dsp's 26 years ago
Andi Gutmans d66d7c6e3a - In IIS ISAPI when the user presses the STOP button while the script is 26 years ago
Zeev Suraski e9dcdb8f97 @- Improved ISAPI module - it should no longer be necessary to set PHP as 26 years ago
Zeev Suraski 1cca60e704 Fix a few memory leaks 26 years ago