summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Should be 'deactivate' rather than the opposite.Andrei Zmievski2000-02-101-2/+2
* More abstractionZeev Suraski2000-02-101-2/+15
* Always use getopt with CGI, never use it for anything elseZeev Suraski2000-02-101-17/+15
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+10
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-2/+2
* - A few fixesZeev Suraski2000-01-281-0/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+34
* - Added flush() support to SAPIZeev Suraski2000-01-131-2/+9
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* @- Fixed -c support in the standalone CGI binary (Zeev)Zeev Suraski1999-12-271-3/+15
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-3/+3
* More php3_ annihilationZeev Suraski1999-12-171-3/+3
* Fix some warningsSascha Schumann1999-12-051-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* 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
* (main) In this special case, free path_translated. Fix for #2795.Andrei Zmievski1999-11-231-0/+4
* (main) Remove redundant statement, this is part of the initializationSascha Schumann1999-11-231-1/+0
* - It's OK if we link dynamically.Andi Gutmans1999-10-161-2/+0
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-0/+2
* Generalized server-API build process on UNIX. Each SAPIStig Bakken1999-09-271-0/+501