summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* As discussed a while ago. There is no reason to disallow command-lineRasmus Lerdorf2004-02-271-45/+33
* Bugfix #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-111-26/+26
* Proper win32 fix.Ilia Alshanetsky2004-02-111-1/+1
* Fixed win32 build.Ilia Alshanetsky2004-02-102-7/+12
* Fixed bug #26758 (FastCGI exits immediately with status 255).Ilia Alshanetsky2004-02-101-1/+1
* Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200Ilia Alshanetsky2004-02-101-2/+6
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* fix fastcgi buildWez Furlong2004-01-081-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-6/+6
* fix potential buffer overrunStanislav Malyshev2003-12-071-2/+7
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+25
* - Made --program-prefix and --program-suffix work. (See bug #23030)foobar2003-12-011-1/+1
* Windows compile fix (patch by sfox@php.net).Edin Kadribasic2003-11-131-3/+0
* MFBfoobar2003-10-311-1/+1
* Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-1/+1
* Aligned configure help texts.foobar2003-10-031-4/+5
* - Should fix some CLI build problems on some systems.foobar2003-09-081-2/+2
* Update documentation, -b ip:port worksSascha Schumann2003-09-031-5/+14
* fix heuristic: if someone passed "-b IP:port", this check wouldSascha Schumann2003-09-031-6/+10
* Fix interactive modeMarcus Boerger2003-08-171-2/+1
* Don't forget to flush() buffers for -w -sIlia Alshanetsky2003-08-131-0/+2
* MFB don't overwriteSascha Schumann2003-08-041-1/+2
* Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-011-1/+3
* Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-011-1/+1
* *** empty log message ***foobar2003-07-021-1/+1
* Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.Sascha Schumann2003-07-022-6/+1
* - Separate CGI build from regular SAPI buildfoobar2003-07-012-1/+6
* renable -b option (removed when longopts were added)Shane Caraveo2003-06-291-1/+18
* fix bug http://bugs.php.net/bug.php?id=24009Shane Caraveo2003-06-291-2/+16
* updating license information in the headers.James Cox2003-06-103-9/+9
* Fix for #23902 by Shane.Edin Kadribasic2003-06-031-1/+1
* CGI SAPI should honour this settingMoriyoshi Koizumi2003-05-301-1/+1
* - MFB: Version output beautificationDerick Rethans2003-05-301-1/+5
* MFB: nuked php_header() call from the sapi_cgi_log_message()foobar2003-05-261-6/+1
* http://bugs.php.net/bug.php?id=14409Shane Caraveo2003-05-261-1/+1
* continuation on bugfix #13757Shane Caraveo2003-05-191-1/+7
* bugfix #13757 - passing query string on command line when run from shellShane Caraveo2003-05-191-25/+25
* Fixed bug #23669Moriyoshi Koizumi2003-05-171-1/+1
* Fixed too optimized partMoriyoshi Koizumi2003-03-291-1/+3
* CS & WS fixesMoriyoshi Koizumi2003-03-291-37/+54
* Do the right fix..Moriyoshi Koizumi2003-03-281-9/+8
* Fixed bug #22773Moriyoshi Koizumi2003-03-281-2/+2
* handle invalid paths passed to us from iisShane Caraveo2003-03-271-1/+3
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-1/+3
* use the correct flush on deactivateShane Caraveo2003-03-251-6/+21
* For fastcgi env vars, don't magic quote themShane Caraveo2003-03-231-0/+4
* * email address changeStig Bakken2003-03-181-1/+1
* Fix bug whereby a webserver closing stdout from the CGI/FastCGI binaryBen Mansell2003-03-071-0/+1
* C++ -> C commentsBen Mansell2003-03-051-1/+1