Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move the logging mechanism to SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+1 | |
| | ||||||
* | Servlets work again! OK, so it crashes on shutdown, apparently trying to | Sam Ruby | 2000-02-01 | 1 | -3/+15 | |
| | | | | | report a memory leak, but it is worth committing the progress so far. | |||||
* | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly to $HTTP_GET_VARS[], contain environment and server variables. Setting register_globals to Off will now also prevent registration of the environment and server variables into the global scope (Zeev) - Renamed gpc_globals to register_globals (Zeev) - Introduced variables_order that deprecates gpc_order, and allows control over the server and environment variables, in addition to GET/POST/Cookies (Zeev) | |||||
* | - Added flush() support to SAPI | Zeev Suraski | 2000-01-13 | 1 | -2/+3 | |
| | | | | | | | | - Got rid of the old flush() implemenetation in favour of the new one - Added implicit_flush() support to the output buffering layer. @- Added implicit_flush() to control whether flush() should be called @ implicitly after any output (Zeev) | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Use sapi_module_struct to contain SAPI module name | Sascha Schumann | 1999-12-20 | 1 | -1/+1 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -2/+2 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 | |
| | ||||||
* | Hmmm...must have misplaced the getcwd/chdir logic... | Sam Ruby | 1999-12-06 | 1 | -0/+3 | |
| | ||||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -2/+2 | |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | |||||
* | Remove code references to serverapi | Sascha Schumann | 1999-12-04 | 1 | -8/+0 | |
| | ||||||
* | - zend_file_handles must now flag whether their .filename property should be | Zeev Suraski | 1999-12-04 | 1 | -0/+1 | |
| | | | | | free by Zend or not (uses e*() functions) | |||||
* | Initial alpha-level of sapi/servlet. See README for details. | Sam Ruby | 1999-11-29 | 1 | -0/+384 | |