summaryrefslogtreecommitdiff
path: root/main/SAPI.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: cli/ini/html_errors/info (they are related)Marcus Boerger2003-04-091-0/+3
* MFH 0/-1 changesSascha Schumann2003-02-091-0/+6
* MFHSascha Schumann2003-01-151-1/+1
* MFHSascha Schumann2003-01-151-2/+12
* *** empty log message ***Derick Rethans2003-01-021-0/+1
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* 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
* Added argc and argv in request_info needed for the new cli sapi.Edin Kadribasic2002-01-061-0/+4
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Cleanup.foobar2001-09-071-1/+0
* fix SAPI_POST_* exportsDaniel Beulshausen2001-08-151-4/+4
* improve typedef definitionZeev Suraski2001-08-141-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-1/+1
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-6/+6
* More TSRMLS_FETCH workZeev Suraski2001-07-311-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-33/+23
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* @Added -C command-line option to avoid chdir to the script's directory (Stig)Stig Bakken2001-04-161-0/+3
* These functions are not necessary - that's what sapi_register_post_entry()Zeev Suraski2001-03-181-4/+0
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fix Apache module and remove excess elements from the SAPI structureZeev Suraski2001-01-031-1/+1
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-2/+4
* A field of minesSascha Schumann2000-11-281-1/+1
* Add a note about what a missing const specifier does mean in the contextSascha Schumann2000-11-271-0/+5
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-1/+2
* win32 sapi symbol export fixesDaniel Beulshausen2000-11-071-2/+2
* cookie_data may also be modified...Zeev Suraski2000-11-071-1/+1
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-021-3/+3
* Add sapi_add_header_ex, which lets you specify whether you wantSascha Schumann2000-10-261-1/+4
* Move server_filter to an extension-specific globalRasmus Lerdorf2000-10-231-1/+0
* Need a global server filter for the Apache 2.0 moduleRasmus Lerdorf2000-10-221-0/+1
* post handler registration done rightHartmut Holzgraefe2000-10-131-0/+4
* @ - POST handler for Adobe FDF format (Hartmut)Hartmut Holzgraefe2000-10-111-0/+1
* More security-related (control) patches:Zeev Suraski2000-09-091-1/+2
* - Implemented is_upload_file()Zeev Suraski2000-09-081-1/+1
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-0/+1
* Use size_t as parameter type in the getenv member of struct sapi_moduleSascha Schumann2000-08-201-2/+2
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-0/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-281-1/+1
* @- Fix a problem when dealing with large POST blocks in CGI modeZeev Suraski2000-04-011-1/+1
* As it turns out, there are some browsers that can't handle defaultRasmus Lerdorf2000-03-201-1/+1