Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -11/+37 |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | ||||
* | i'm sure this was left-over debugging code! | Thies C. Arntzen | 1999-09-14 | 1 | -4/+0 |
| | |||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 1 | -0/+1 |
| | | | | | - Fix too early memory manager initialization (For you Thies) | ||||
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 1 | -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 handling | Andi Gutmans | 1999-08-09 | 1 | -2/+3 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -7/+10 |
| | |||||
* | First attempt at moving the old RFC1867 support to the right place | Zeev Suraski | 1999-06-12 | 1 | -2/+2 |
| | |||||
* | kill warning | Sascha Schumann | 1999-05-29 | 1 | -0/+1 |
| | |||||
* | * Get Apache module to compile again with the regex stuff. | Zeev Suraski | 1999-05-28 | 1 | -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 Suraski | 1999-05-25 | 1 | -5/+32 |
| | |||||
* | Allow unregistering content types as well. | Zeev Suraski | 1999-05-25 | 1 | -0/+6 |
| | |||||
* | * Add generic POST content-type support. Only application/x-www-form-urlencoded | Zeev Suraski | 1999-05-25 | 1 | -5/+48 |
| | | | | | | supported at this time, but the framework allows for any other types, including runtime addition of types. | ||||
* | This should be centralized... | Zeev Suraski | 1999-05-21 | 1 | -0/+5 |
| | |||||
* | Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* of | Zeev Suraski | 1999-05-12 | 1 | -8/+0 |
| | | | | | research :( | ||||
* | * Finally commit that -q patch | Zeev Suraski | 1999-05-11 | 1 | -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 Suraski | 1999-05-11 | 1 | -9/+12 |
| | |||||
* | Weed out all BoundsChecker-found bugs | Zeev Suraski | 1999-05-10 | 1 | -1/+2 |
| | |||||
* | Only read POST info if the request method is POST. | Zeev Suraski | 1999-05-09 | 1 | -1/+5 |
| | |||||
* | * Make read_post() read input by chunks instead of returning a single string. | Andi Gutmans | 1999-05-09 | 1 | -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 Suraski | 1999-05-09 | 1 | -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 license | Zeev Suraski | 1999-05-06 | 1 | -5/+3 |
| | |||||
* | * Get output buffering to work again | Zeev Suraski | 1999-05-06 | 1 | -3/+31 |
| | | | | | | * Warn about adding header information after headers are sent * Several fixes | ||||
* | vpath fix | Zeev Suraski | 1999-05-05 | 1 | -1/+1 |
| | | | | | Apache compatability fix | ||||
* | Fixes | Zeev Suraski | 1999-05-05 | 1 | -0/+3 |
| | |||||
* | Get CGI to work with the new headers code. | Zeev Suraski | 1999-05-05 | 1 | -0/+7 |
| | | | | | Now Apache is the only interface that doesn't use it. | ||||
* | ISAPI WORKS! | Zeev Suraski | 1999-05-05 | 1 | -2/+20 |
| | |||||
* | Added initial headers support in SAPI | Andi Gutmans | 1999-05-05 | 1 | -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 Gutmans | 1999-05-02 | 1 | -3/+3 |
| | | | | | - Some work on moving stuff to SAPI. | ||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -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 Suraski | 1999-04-26 | 1 | -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 Suraski | 1999-04-25 | 1 | -0/+16 |