summaryrefslogtreecommitdiff
path: root/sapi/roxen/roxen.c
Commit message (Expand)AuthorAgeFilesLines
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-13/+0
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-1/+7
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-0/+1
* PRE_INCLUDES hack revertedDavid Hedbor2000-06-061-2/+1
* Changed include statement for main.h to avoid inclusion of Pike's main.h.David Hedbor2000-06-051-4/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
* - Fixed a couple of POST problems.David Hedbor2000-04-121-38/+52
* prettyingColin Viebrock2000-04-071-4/+3
* Changed typo (interpretor->interpreter)David Hedbor2000-03-071-6/+6
* Use php_module_shutdown_wrapper as the shutdown functionDavid Hedbor2000-03-061-3/+1
* Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead ofDavid Hedbor2000-03-011-55/+22
* Fixed a compilation problem with roxen.c due to a change in Pike to fix aDavid Hedbor2000-02-291-1/+0
* roxen.cDavid Hedbor2000-02-291-0/+7
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Use sapi_free_header.David Hedbor2000-02-141-4/+4
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-0/+2
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-101-0/+1
* More cleanup...Zeev Suraski2000-02-101-0/+1
* More abstractionZeev Suraski2000-02-101-0/+3
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+1
* Fixed SAPI modules to properly register their related modules.Andrei Zmievski2000-02-021-1/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+3
* - Added flush() support to SAPIZeev Suraski2000-01-131-3/+4
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* unlock the serializing lock a tad bit laterDavid Hedbor1999-12-221-2/+1
* Removed C++ style commentDavid Hedbor1999-12-221-1/+1
* Some fixes in thread safe (ie ZTS) mode - now it actually seems toDavid Hedbor1999-12-221-7/+18
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-041-0/+1
* Implemented direct writing to the client's FD if RXML parsing of the result i...David Hedbor1999-11-251-29/+93
* Now ZTS can be used. Unless --enable-roxen-zts is specified at theDavid Hedbor1999-11-251-55/+117
* Removed some forgotten C++ style commentsDavid Hedbor1999-11-241-14/+9
* - Added a couple of static for functions that don't need to be public.David Hedbor1999-11-241-59/+44
* First version of Pike/Roxen module for embedding PHP.David Hedbor1999-11-231-0/+638