summaryrefslogtreecommitdiff
path: root/sapi/servlet/servlet.c
Commit message (Expand)AuthorAgeFilesLines
...
* Both PHP and Java can't read Post data - let java do it and reconstruct forSam Ruby2000-03-091-19/+23
* Add support for PHP syntax highlightingSam Ruby2000-03-051-7/+22
* Potential trap when cookies are sentSam Ruby2000-02-201-1/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* @- Improved ISAPI module - it should no longer be necessary to set PHP asZeev Suraski2000-02-151-1/+0
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-0/+3
* 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
* Always use getopt with CGI, never use it for anything elseZeev Suraski2000-02-101-7/+0
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+1
* Servlets work again! OK, so it crashes on shutdown, apparently trying toSam Ruby2000-02-011-3/+15
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+2
* - Added flush() support to SAPIZeev Suraski2000-01-131-2/+3
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-2/+2
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
* Hmmm...must have misplaced the getcwd/chdir logic...Sam Ruby1999-12-061-0/+3
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
* Remove code references to serverapiSascha Schumann1999-12-041-8/+0
* - zend_file_handles must now flag whether their .filename property should beZeev Suraski1999-12-041-0/+1
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-291-0/+384