192 Commits (63fbc274661ffc1e55b951434813a84c2f6542e4)

Author SHA1 Message Date
Stefan Esser c02b2d2d45 Fixed: Correctly Initialize fields 22 years ago
Andi Gutmans 216853c0db - Apply realpath() cache patch. We don't use it if we're in safe_mode and 22 years ago
Brian France 2f97097e0f If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path. 22 years ago
Rasmus Lerdorf 3166314d89 Reset global request_time in sapi_activate. Reset it in sapi_deactivate 22 years ago
Rasmus Lerdorf cad60c3760 Add SAPI hook to get the request time if provided by the web server, 22 years ago
Ilia Alshanetsky b8c9e83664 Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). 22 years ago
Ilia Alshanetsky ff5b2d27ae Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode 22 years ago
Stefan Esser 7dc95709c8 break is better 22 years ago
Marcus Boerger bca4347064 Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header 23 years ago
Ilia Alshanetsky 09517318b1 Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is 23 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 years ago
Derick Rethans 750b0338bf - Fix sapi_input_filter patch. Returning 1 from the filter handler should 23 years ago
Stefan Esser 28b6c35d80 On error do not leave content_type_dup unitialised. 23 years ago
Ard Biesheuvel 6f37733367 Fixed for 64bit archs 23 years ago
Stefan Roehrich 2fc92e8fd8 Fix for bug #23488 zlib.output_compression overrides vary header. 23 years ago
Sascha Schumann af8e15b8db kill warnings 23 years ago
Marcus Boerger c60d2a312e Bugfix #25044 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Edin Kadribasic b7713f411e Fix for #23902 by Shane. 23 years ago
Rasmus Lerdorf d08a0e99c8 An input filter might not simply strip stuff, it might also turn things 24 years ago
Rasmus Lerdorf 7429c2dc3f Input Filter support. See README.input_filter for details. 24 years ago
Stefan Esser a0873a8f7d size matters not. 24 years ago
Stefan Esser d2c550e991 8 + 20 + 1 + 1 = 30 24 years ago
Moriyoshi Koizumi 6d95ea199d Fixed possible snprintf problem 24 years ago
Moriyoshi Koizumi 9450b1e4b0 Fixed possible buffer overflow in 64bit systems 24 years ago
Moriyoshi Koizumi 9d5811c1f0 Jani happification 24 years ago
Moriyoshi Koizumi 21f766b7a4 Fixed zlib.output_compression so it can work even if zlib extension is built as shared 24 years ago
Sascha Schumann ba32a619ae use SUCCESS/FAILURE instead of 0/-1 24 years ago
foobar a09e1397c7 Fixed compile failures when ZLIB / PCRE are compiled as shared 24 years ago
Sascha Schumann 294e776d95 add sapi_get_target_uid/_gid for obtaining information about the 24 years ago
Sascha Schumann 0855c0b603 whitespace 24 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 24 years ago
Marcus Boerger 8ed84254cd -php_error -> php_error_docref 24 years ago
Sascha Schumann 2b95b3c83b add a "force HTTP/1.0 response" facility to the SAPI layer 24 years ago
Sascha Schumann 09f463ddae Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs. 24 years ago
Hartmut Holzgraefe fb5ac5d286 the apache 1.x sapi read_posts tests for SG(read_post_bytes) being 24 years ago
George Schlossnagle 99c7ddc3a8 added support functions for the apache_hooks SAPI 24 years ago
Hartmut Holzgraefe be5e379ec6 HTTP_RAW_POST_DATA BC fixes 24 years ago
Hartmut Holzgraefe 5aec6f4e33 fix for #20198: 24 years ago
Hartmut Holzgraefe 07b90cafc9 removed left-over unused variable 24 years ago
Hartmut Holzgraefe 8841dfc995 removed bogus paranoid header checking 24 years ago
Hartmut Holzgraefe 8b7e9d7774 some changes to how request input data (Content-Lenght >0) is handled 24 years ago
Yasuo Ohgaki 71fb0299d1 Added missing charset. 24 years ago
Hartmut Holzgraefe 431b903e97 WebDAV MKCOL can have post data body, see rfc2518 8.3.1 24 years ago
Stefan Esser 27e2bc2f55 This 2 lines should have been removed when the header() code was rewritten. 24 years ago
Christian Stocker 55f3ec1af4 do not check for POST twice 24 years ago
Christian Stocker 9495fb9d7d @ - Added php.ini option "allow_webdav_methods" to allow handling of 24 years ago
Marcus Boerger abc7041ca2 -keep mimetype until sapi deactivation 24 years ago
Rasmus Lerdorf c8bf165242 Yup, sizeof() includes the space for the \0 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