summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Collapse)AuthorAgeFilesLines
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-11/+37
| | | | | - Introduce the convert_to_*_ex() API in strlen()
* i'm sure this was left-over debugging code!Thies C. Arntzen1999-09-141-4/+0
|
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+1
| | | | | - Fix too early memory manager initialization (For you Thies)
* - add global startup/shutdown handlersSascha Schumann1999-09-031-1/+3
| | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start
* Fix HTTP/ header handlingAndi Gutmans1999-08-091-2/+3
|
* License updateZeev Suraski1999-07-161-7/+10
|
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-121-2/+2
|
* kill warningSascha Schumann1999-05-291-0/+1
|
* * Get Apache module to compile again with the regex stuff.Zeev Suraski1999-05-281-1/+10
| | | | | * Get Apache to propertly work with POST, and some SAPI fixes
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-251-5/+32
|
* Allow unregistering content types as well.Zeev Suraski1999-05-251-0/+6
|
* * Add generic POST content-type support. Only application/x-www-form-urlencodedZeev Suraski1999-05-251-5/+48
| | | | | | supported at this time, but the framework allows for any other types, including runtime addition of types.
* This should be centralized...Zeev Suraski1999-05-211-0/+5
|
* Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* ofZeev Suraski1999-05-121-8/+0
| | | | | research :(
* * Finally commit that -q patchZeev Suraski1999-05-111-11/+34
| | | | | | * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible.
* Handle the Location: header centrally for all SAPI modules.Zeev Suraski1999-05-111-9/+12
|
* Weed out all BoundsChecker-found bugsZeev Suraski1999-05-101-1/+2
|
* Only read POST info if the request method is POST.Zeev Suraski1999-05-091-1/+5
|
* * Make read_post() read input by chunks instead of returning a single string.Andi Gutmans1999-05-091-1/+30
| | | | | | This will allow us to efficiently support file upload through SAPI in the future. * Fixes
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-17/+15
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* Oh yeah, wrong licenseZeev Suraski1999-05-061-5/+3
|
* * Get output buffering to work againZeev Suraski1999-05-061-3/+31
| | | | | | * Warn about adding header information after headers are sent * Several fixes
* vpath fixZeev Suraski1999-05-051-1/+1
| | | | | Apache compatability fix
* FixesZeev Suraski1999-05-051-0/+3
|
* Get CGI to work with the new headers code.Zeev Suraski1999-05-051-0/+7
| | | | | Now Apache is the only interface that doesn't use it.
* ISAPI WORKS!Zeev Suraski1999-05-051-2/+20
|
* Added initial headers support in SAPIAndi Gutmans1999-05-051-1/+88
| | | | | | *untested* It definitely broke the thread-safe CGI, it may have broken other stuff as well.
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-021-3/+3
| | | | | - Some work on moving stuff to SAPI.
* * Get the Apache module to compile againZeev Suraski1999-04-261-0/+2
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-4/+8
| | | | | | | | | | | * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
* Win32 isn't a good os to commit uppercase files with...Zeev Suraski1999-04-251-0/+16