| Commit message (Expand) | Author | Age | Files | Lines |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. | Rui Hirokawa | 2005-04-04 | 1 | -0/+1 |
* | Fix for bug #32263 | Rasmus Lerdorf | 2005-03-14 | 1 | -0/+1 |
* | - Fix bug #28568 (known_post_content_types is not thread safe). | Moriyoshi Koizumi | 2005-02-21 | 1 | -3/+4 |
* | Fix win32 compilation. Missing uid_t and gid_t definitions. | Frank M. Kromann | 2004-08-21 | 1 | -0/+3 |
* | Add SAPI hook to get the request time if provided by the web server, | Rasmus Lerdorf | 2004-08-10 | 1 | -0/+3 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | - Fixed standard wrapper for input filter. | Derick Rethans | 2003-11-30 | 1 | -1/+1 |
* | - Fix sapi_input_filter patch. Returning 1 from the filter handler should | Derick Rethans | 2003-11-29 | 1 | -2/+2 |
* | Fix use of EXTERN_C macros | Ard Biesheuvel | 2003-09-02 | 1 | -8/+8 |
* | linkage for C++ | Wez Furlong | 2003-08-18 | 1 | -2/+8 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | make phpinfo() depend on executed sapi | Marcus Boerger | 2003-03-18 | 1 | -0/+1 |
* | give sapi modules the possibility to overwrite default ini settings | Marcus Boerger | 2003-03-18 | 1 | -0/+2 |
* | An input filter might not simply strip stuff, it might also turn things | Rasmus Lerdorf | 2003-02-20 | 1 | -3/+3 |
* | Input Filter support. See README.input_filter for details. | Rasmus Lerdorf | 2003-02-19 | 1 | -0/+5 |
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+1 |
* | add sapi_get_target_uid/_gid for obtaining information about the | Sascha Schumann | 2003-01-21 | 1 | -0/+6 |
* | scrap STANDARD_SAPI_MODULE_PROPERTIES; it is causing more harm than good | Sascha Schumann | 2003-01-15 | 1 | -1/+1 |
* | whitespace | Sascha Schumann | 2003-01-15 | 1 | -6/+5 |
* | - Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare | Derick Rethans | 2003-01-02 | 1 | -0/+1 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | add a "force HTTP/1.0 response" facility to the SAPI layer | Sascha Schumann | 2002-12-01 | 1 | -1/+3 |
* | - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. | foobar | 2002-11-26 | 1 | -2/+2 |
* | Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs. | Sascha Schumann | 2002-11-26 | 1 | -0/+6 |
* | Fix ZTS build. | Sebastian Bergmann | 2002-11-18 | 1 | -0/+1 |
* | added support functions for the apache_hooks SAPI | George Schlossnagle | 2002-11-18 | 1 | -0/+2 |
* | Implemented -n switch to skip parsing ini at startup as suggested by Wez. | Marcus Boerger | 2002-11-12 | 1 | -1/+3 |
* | HTTP_RAW_POST_DATA BC fixes | Hartmut Holzgraefe | 2002-11-12 | 1 | -2/+2 |
* | made sapi_register_treat_data() to support multibyte input encoding translati... | Rui Hirokawa | 2002-08-02 | 1 | -0/+5 |
* | fixed: output encoding translation by mb_output_handler() in ext/mbstring was... | Rui Hirokawa | 2002-07-27 | 1 | -0/+1 |
* | Add sapi_header_op interface which supersedes the sapi_add_header and _ex | Sascha Schumann | 2002-07-03 | 1 | -3/+31 |
* | - Added a new parameter to the header() function which overrides the HTTP | Derick Rethans | 2002-06-21 | 1 | -2/+2 |
* | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 1 | -1/+2 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Added argc and argv in request_info needed for the new cli sapi. | Edin Kadribasic | 2002-01-06 | 1 | -0/+4 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Cleanup. | foobar | 2001-09-07 | 1 | -1/+0 |
* | fix SAPI_POST_* exports | Daniel Beulshausen | 2001-08-15 | 1 | -4/+4 |
* | improve typedef definition | Zeev Suraski | 2001-08-14 | 1 | -1/+1 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -6/+6 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -33/+23 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
* | @Added -C command-line option to avoid chdir to the script's directory (Stig) | Stig Bakken | 2001-04-16 | 1 | -0/+3 |
* | These functions are not necessary - that's what sapi_register_post_entry() | Zeev Suraski | 2001-03-18 | 1 | -4/+0 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Fix Apache module and remove excess elements from the SAPI structure | Zeev Suraski | 2001-01-03 | 1 | -1/+1 |