97 Commits (5c81fcfe70e7c052d191eabff807895244c8ee63)

Author SHA1 Message Date
Sascha Schumann 294e776d95 add sapi_get_target_uid/_gid for obtaining information about the 23 years ago
Sascha Schumann 6f4333c7ae scrap STANDARD_SAPI_MODULE_PROPERTIES; it is causing more harm than good 23 years ago
Sascha Schumann 4668b7130b whitespace 23 years ago
Derick Rethans b9e54cb693 - Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Sascha Schumann 2b95b3c83b add a "force HTTP/1.0 response" facility to the SAPI layer 24 years ago
foobar dd53efc196 - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. 24 years ago
Sascha Schumann 09f463ddae Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs. 24 years ago
Sebastian Bergmann 51e4dbaba0 Fix ZTS build. 24 years ago
George Schlossnagle 99c7ddc3a8 added support functions for the apache_hooks SAPI 24 years ago
Marcus Boerger cecb9dfc79 Implemented -n switch to skip parsing ini at startup as suggested by Wez. 24 years ago
Hartmut Holzgraefe be5e379ec6 HTTP_RAW_POST_DATA BC fixes 24 years ago
Rui Hirokawa 7527bf0c58 made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. 24 years ago
Rui Hirokawa fbbeaec630 fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header(). 24 years ago
Sascha Schumann 9c876ea01a Add sapi_header_op interface which supersedes the sapi_add_header and _ex 24 years ago
Derick Rethans 6869cb3f5a - Added a new parameter to the header() function which overrides the HTTP 24 years ago
Zeev Suraski 5af649efbd Revert to the old php_ini.c, and reimplement the binary-path searching. 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Edin Kadribasic 1788410a56 Added argc and argv in request_info needed for the new cli sapi. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
foobar 8d8e26577d Cleanup. 25 years ago
Daniel Beulshausen 0dab84d065 fix SAPI_POST_* exports 25 years ago
Zeev Suraski 2cf25894a8 improve typedef definition 25 years ago
Sascha Schumann 8aef193056 more tsrm cleanup 25 years ago
Zeev Suraski bc42c37513 More TSRMLS_FETCH work. Got it under 400 now. 25 years ago
Zeev Suraski d76cf1da18 More TSRMLS_FETCH work 25 years ago
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
Stig Bakken 0b2641efa6 @Added -C command-line option to avoid chdir to the script's directory (Stig) 25 years ago
Zeev Suraski d3572f74bb These functions are not necessary - that's what sapi_register_post_entry() 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Zeev Suraski 60776dbeeb Fix Apache module and remove excess elements from the SAPI structure 26 years ago
Zeev Suraski bd0ac7fe14 Many patches. I hope I remember them all: 26 years ago
Sascha Schumann dcd971e6bf A field of mines 26 years ago
Sascha Schumann 3b195720e0 Add a note about what a missing const specifier does mean in the context 26 years ago
Zeev Suraski 0f7f5c2c0e - Import Jade Nicoletti's transparent gzip encoding support as an output 26 years ago
Daniel Beulshausen 87d8e44c26 win32 sapi symbol export fixes 26 years ago
Zeev Suraski 50e0d9d34b cookie_data may also be modified... 26 years ago
Sascha Schumann 43ff395b65 Const'ify part of sapi_request_info. 26 years ago
Sascha Schumann 2b060b3bf3 Add sapi_add_header_ex, which lets you specify whether you want 26 years ago
Rasmus Lerdorf bccdaff6d1 Move server_filter to an extension-specific global 26 years ago
Rasmus Lerdorf 32b10882e5 Need a global server filter for the Apache 2.0 module 26 years ago
Hartmut Holzgraefe 545ae277bc post handler registration done right 26 years ago
Hartmut Holzgraefe 22e48a814a @ - POST handler for Adobe FDF format (Hartmut) 26 years ago
Zeev Suraski b7ecaacd07 More security-related (control) patches: 26 years ago
Zeev Suraski 75086e3088 - Implemented is_upload_file() 26 years ago
Zeev Suraski 91c808ecc4 Restore the headers_only test to the centralized SAPI startup. If necessary, it can 26 years ago
Sascha Schumann 320105bcd8 Use size_t as parameter type in the getenv member of struct sapi_module 26 years ago
Sascha Schumann 16017f6d78 Change header protection macros to conform to standard. 26 years ago
Andrei Zmievski 4010b422dd Separate plain name returned by php_sapi_module() and pretty name 26 years ago