summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* - WSPierre Joye2008-12-111-54/+54
* - wsPierre Joye2008-12-111-28/+28
* MFH: Fixed bug #46782 (fastcgi.c parse error)Matt Wilmas2008-12-071-6/+6
* Fixed bug #46366 (bad cwd with / as pathinfo)Dmitry Stogov2008-11-281-0/+3
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-0/+165
* Fix for bug #46525Rasmus Lerdorf2008-11-081-0/+1
* MFH: Fixed FCGI_GET_VALUES requests (fixes #45522)Arnaud Le Blanc2008-10-213-18/+75
* Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 responseIlia Alshanetsky2008-10-171-0/+9
* Fixed bug #45860 (header() function fails to correctly replace all Status lines)Dmitry Stogov2008-09-022-2/+66
* Remove stray folding tag hereRasmus Lerdorf2008-08-261-1/+1
* Fixed bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-263-8/+12
* Fix for bug #45786 (FastCGI process exited unexpectedly)Dmitry Stogov2008-08-183-16/+19
* Fixed double call to MSHUTDOWN in case of `php-cgi -m`Dmitry Stogov2008-08-151-0/+1
* fix testsJani Taskinen2008-08-144-6/+3
* MFHJani Taskinen2008-08-131-11/+0
* Removed shebang line check from CGI sapi (it is checked by scanner)Dmitry Stogov2008-08-041-57/+25
* Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots))Dmitry Stogov2008-07-151-9/+36
* Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown b...Dmitry Stogov2008-07-152-19/+53
* Fixed possible buffer overflowDmitry Stogov2008-06-231-3/+7
* Optimized request startup sequence for php.ini without per dir and per host c...Dmitry Stogov2008-04-151-30/+35
* Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)Dmitry Stogov2008-04-091-1/+1
* - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)Dmitry Stogov2008-04-031-1/+4
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-162-5/+5
* MFB: Fixed security issue detailed in CVE-2008-0599Ilia Alshanetsky2008-02-281-1/+1
* optimizationDmitry Stogov2008-02-152-10/+22
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-5/+5
* The -f option is fixed to work in the same way as in CLI sapiDmitry Stogov2007-12-031-11/+21
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-091-3/+7
* fix testsAntony Dovgal2007-11-012-2/+2
* Fixed bug #42848 (Status: header incorrect under FastCGI)Dmitry Stogov2007-11-011-3/+74
* Added check for HAVE_GETTIMEOFDAYDmitry Stogov2007-10-261-0/+14
* MFH: wsJani Taskinen2007-10-251-2/+2
* Added CGI SAPI -T option, to measure execution time of script repeated severa...Dmitry Stogov2007-10-251-2/+37
* MFH: fix win buildRob Richards2007-10-051-1/+1
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-015-208/+5
* MFH:Jani Taskinen2007-09-281-4/+112
* MFH: ws + csJani Taskinen2007-09-271-68/+77
* MFH: Improved and cleaned CGI code. FastCGI is now always enabled and can not...Dmitry Stogov2007-09-274-549/+436
* Fixed bug #42699 (PHP_SELF duplicates path)Dmitry Stogov2007-09-241-15/+30
* Fixed bug #42587 (behaviour change regarding symlinked .php files)Dmitry Stogov2007-09-101-9/+7
* Added checks for malformated FastCGI requests (Mattias Bengtsson)Dmitry Stogov2007-09-071-1/+10
* Fixed bug #42523 (PHP_SELF duplicates path)Dmitry Stogov2007-09-051-0/+15
* Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline o...Dmitry Stogov2007-08-311-11/+13
* remove unneeded variablesStanislav Malyshev2007-08-081-9/+1
* - Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdirDmitry Stogov2007-08-081-32/+70
* MFH: fix typos in commentsJani Taskinen2007-08-081-3/+3
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-58/+41
* ECONNABORTED is not a critical error (Andrei Nigmatulin)Dmitry Stogov2007-07-091-0/+4