summaryrefslogtreecommitdiff
path: root/main/SAPI.h
Commit message (Collapse)AuthorAgeFilesLines
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-0/+7
| | | | | - Introduce the convert_to_*_ex() API in strlen()
* - X-* is probably more standard.Andi Gutmans1999-09-131-1/+1
|
* Add PHP-Version header in IISZeev Suraski1999-09-121-1/+2
|
* License updateZeev Suraski1999-07-161-1/+20
|
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-121-0/+2
|
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-251-8/+7
|
* Allow unregistering content types as well.Zeev Suraski1999-05-251-0/+1
|
* * Add generic POST content-type support. Only application/x-www-form-urlencodedZeev Suraski1999-05-251-1/+12
| | | | | | supported at this time, but the framework allows for any other types, including runtime addition of types.
* * Finally commit that -q patchZeev Suraski1999-05-111-0/+5
| | | | | | * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible.
* * Make read_post() read input by chunks instead of returning a single string.Andi Gutmans1999-05-091-1/+3
| | | | | | 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-2/+11
| | | | | | | | | | | | | 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.
* * Get output buffering to work againZeev Suraski1999-05-061-2/+3
| | | | | | * Warn about adding header information after headers are sent * Several fixes
* vpath fixZeev Suraski1999-05-051-1/+1
| | | | | Apache compatability fix
* fixZeev Suraski1999-05-051-7/+7
|
* Get CGI to work with the new headers code.Zeev Suraski1999-05-051-1/+1
| | | | | Now Apache is the only interface that doesn't use it.
* ISAPI WORKS!Zeev Suraski1999-05-051-0/+1
|
* Added initial headers support in SAPIAndi Gutmans1999-05-051-6/+51
| | | | | | *untested* It definitely broke the thread-safe CGI, it may have broken other stuff as well.
* Get rid of request_info.path_translatedZeev Suraski1999-05-021-1/+3
|
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-021-4/+17
| | | | | - Some work on moving stuff to SAPI.
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-3/+15
| | | | | | | | | | | * 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/+37