| Commit message (Expand) | Author | Age | Files | Lines |
* | The status quo in PHP is that the current directory is initialized | Sascha Schumann | 2000-08-20 | 1 | -13/+0 |
* | Fix zend_fiel_handle handling. Should fix URL include | Stanislav Malyshev | 2000-08-13 | 1 | -0/+1 |
* | Heads up! I have moved the headers_only and response_code checks out of | Rasmus Lerdorf | 2000-08-02 | 1 | -1/+7 |
* | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 1 | -0/+1 |
* | PRE_INCLUDES hack reverted | David Hedbor | 2000-06-06 | 1 | -2/+1 |
* | Changed include statement for main.h to avoid inclusion of Pike's main.h. | David Hedbor | 2000-06-05 | 1 | -4/+4 |
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
* | - Fixed a couple of POST problems. | David Hedbor | 2000-04-12 | 1 | -38/+52 |
* | prettying | Colin Viebrock | 2000-04-07 | 1 | -4/+3 |
* | Changed typo (interpretor->interpreter) | David Hedbor | 2000-03-07 | 1 | -6/+6 |
* | Use php_module_shutdown_wrapper as the shutdown function | David Hedbor | 2000-03-06 | 1 | -3/+1 |
* | Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead of | David Hedbor | 2000-03-01 | 1 | -55/+22 |
* | Fixed a compilation problem with roxen.c due to a change in Pike to fix a | David Hedbor | 2000-02-29 | 1 | -1/+0 |
* | roxen.c | David Hedbor | 2000-02-29 | 1 | -0/+7 |
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
* | Use sapi_free_header. | David Hedbor | 2000-02-14 | 1 | -4/+4 |
* | Yes, you guessed it... More cleanup | Zeev Suraski | 2000-02-10 | 1 | -0/+2 |
* | More cleanup - move getenv() to SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+1 |
* | More cleanup... | Zeev Suraski | 2000-02-10 | 1 | -0/+1 |
* | More abstraction | Zeev Suraski | 2000-02-10 | 1 | -0/+3 |
* | Move the logging mechanism to SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+1 |
* | Fixed SAPI modules to properly register their related modules. | Andrei Zmievski | 2000-02-02 | 1 | -1/+1 |
* | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -0/+3 |
* | - Added flush() support to SAPI | Zeev Suraski | 2000-01-13 | 1 | -3/+4 |
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
* | unlock the serializing lock a tad bit later | David Hedbor | 1999-12-22 | 1 | -2/+1 |
* | Removed C++ style comment | David Hedbor | 1999-12-22 | 1 | -1/+1 |
* | Some fixes in thread safe (ie ZTS) mode - now it actually seems to | David Hedbor | 1999-12-22 | 1 | -7/+18 |
* | Use sapi_module_struct to contain SAPI module name | Sascha Schumann | 1999-12-20 | 1 | -1/+1 |
* | - zend_file_handles must now flag whether their .filename property should be | Zeev Suraski | 1999-12-04 | 1 | -0/+1 |
* | Implemented direct writing to the client's FD if RXML parsing of the result i... | David Hedbor | 1999-11-25 | 1 | -29/+93 |
* | Now ZTS can be used. Unless --enable-roxen-zts is specified at the | David Hedbor | 1999-11-25 | 1 | -55/+117 |
* | Removed some forgotten C++ style comments | David Hedbor | 1999-11-24 | 1 | -14/+9 |
* | - Added a couple of static for functions that don't need to be public. | David Hedbor | 1999-11-24 | 1 | -59/+44 |
* | First version of Pike/Roxen module for embedding PHP. | David Hedbor | 1999-11-23 | 1 | -0/+638 |