summaryrefslogtreecommitdiff
path: root/sapi/roxen
Commit message (Expand)AuthorAgeFilesLines
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-0/+1
* Removed obsolete, commented lineDavid Hedbor2000-06-121-1/+0
* Added another bug to be fixedDavid Hedbor2000-06-061-0/+19
* PRE_INCLUDES hack revertedDavid Hedbor2000-06-063-5/+3
* List with TODO itemsDavid Hedbor2000-06-051-0/+14
* Fixed include directory problems.David Hedbor2000-06-052-1/+5
* 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
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* - 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
* UseDavid Hedbor2000-03-061-1/+1
* Now recommend --enable-roxen-zts...David Hedbor2000-03-021-5/+6
* 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
* Removed warning about ZTS since it works fine now.David Hedbor2000-02-291-9/+2
* The Roxen PHP4 module is now a part of the Roxen CVS which makes more sense.David Hedbor2000-02-231-363/+0
* 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
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-3/+10
* Get rid of some config.h.stubs. Comments are placed into AC_DEFINE()Sascha Schumann1999-12-292-15/+3
* unlock the serializing lock a tad bit laterDavid Hedbor1999-12-221-2/+1
* Catch errors in the pike version-check script to avoid potential problemsDavid Hedbor1999-12-221-1/+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
* Some cleanupSascha Schumann1999-12-211-1/+0
* 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
* Now the new direct write is enabled too...David Hedbor1999-11-251-1/+1
* Implemented direct writing to the client's FD if RXML parsing of the result i...David Hedbor1999-11-253-34/+112
* Now ZTS can be used. Unless --enable-roxen-zts is specified at theDavid Hedbor1999-11-254-61/+151
* Removed some forgotten C++ style commentsDavid Hedbor1999-11-241-14/+9
* Now actually correctly checks for Pike paths etc.David Hedbor1999-11-241-6/+22
* - Added a couple of static for functions that don't need to be public.David Hedbor1999-11-241-59/+44