summaryrefslogtreecommitdiff
path: root/main/SAPI.h
Commit message (Expand)AuthorAgeFilesLines
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-4/+0
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-0/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix for #47930Stanislav Malyshev2009-04-281-1/+2
* - Add needed include as reported by PierreMarcus Boerger2008-12-311-0/+1
* MFHMarcus Boerger2008-12-311-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-4/+3
* exit_on_timeout patchRasmus Lerdorf2008-03-181-0/+2
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-3/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: wsJani Taskinen2007-08-311-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-191-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.Rui Hirokawa2005-04-041-0/+1
* Fix for bug #32263Rasmus Lerdorf2005-03-141-0/+1
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-211-3/+4
* Fix win32 compilation. Missing uid_t and gid_t definitions.Frank M. Kromann2004-08-211-0/+3
* Add SAPI hook to get the request time if provided by the web server,Rasmus Lerdorf2004-08-101-0/+3
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - Fixed standard wrapper for input filter.Derick Rethans2003-11-301-1/+1
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-291-2/+2
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-021-8/+8
* linkage for C++Wez Furlong2003-08-181-2/+8
* updating license information in the headers.James Cox2003-06-101-3/+3
* make phpinfo() depend on executed sapiMarcus Boerger2003-03-181-0/+1
* give sapi modules the possibility to overwrite default ini settingsMarcus Boerger2003-03-181-0/+2
* An input filter might not simply strip stuff, it might also turn thingsRasmus Lerdorf2003-02-201-3/+3
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-191-0/+5
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+1
* add sapi_get_target_uid/_gid for obtaining information about theSascha Schumann2003-01-211-0/+6
* scrap STANDARD_SAPI_MODULE_PROPERTIES; it is causing more harm than goodSascha Schumann2003-01-151-1/+1
* whitespaceSascha Schumann2003-01-151-6/+5
* - Fixed bug #21169: Compile Failure, and lots of warnings on UnixWareDerick Rethans2003-01-021-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* add a "force HTTP/1.0 response" facility to the SAPI layerSascha Schumann2002-12-011-1/+3
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-2/+2
* Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.Sascha Schumann2002-11-261-0/+6
* Fix ZTS build.Sebastian Bergmann2002-11-181-0/+1
* added support functions for the apache_hooks SAPIGeorge Schlossnagle2002-11-181-0/+2
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-121-1/+3
* HTTP_RAW_POST_DATA BC fixesHartmut Holzgraefe2002-11-121-2/+2
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-0/+5
* fixed: output encoding translation by mb_output_handler() in ext/mbstring was...Rui Hirokawa2002-07-271-0/+1
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-3/+31
* - Added a new parameter to the header() function which overrides the HTTPDerick Rethans2002-06-211-2/+2
* Revert to the old php_ini.c, and reimplement the binary-path searching.Zeev Suraski2002-05-111-1/+2
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1