summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* - MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.cPierre Joye2009-06-221-1/+1
* - MF53: #47318, UMR when trying to activate user configPierre Joye2009-06-171-9/+38
* Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non ...David Soria Parra2009-06-091-2/+2
* - Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)Jani Taskinen2009-06-041-1/+4
* MFB: snprintf -> slprintf (Ilia)Jani Taskinen2009-06-041-4/+4
* Fix compiler warnings introduced by the JIT commitKalle Sommer Nielsen2009-05-281-3/+1
* ws + csJani Taskinen2009-05-231-80/+91
* Implement JIT request decoding support for $_GET and $_POST.Andrei Zmievski2009-05-231-6/+11
* Fix compiler warnings, and some unicode stuffKalle Sommer Nielsen2009-05-192-5/+6
* Fix tests (MFB, etc)Arnaud Le Blanc2009-04-244-15/+15
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-103-3/+3
* Fix #47149. Remove check for script_filename = path_translated, as this the a...David Soria Parra2009-01-191-2/+1
* Disable dl() in CGI and FastCGI modesDmitry Stogov2009-01-111-1/+3
* Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).David Soria Parra2009-01-091-1/+3
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-5/+5
* - WSPierre Joye2008-12-111-49/+49
* - wsPierre Joye2008-12-111-28/+28
* 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 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-1/+0
* MFB: Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-0/+165
* Fix for bug #46525 which fixes Ilia's fix for bug #46319Rasmus Lerdorf2008-11-091-0/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+0
* Fixed FCGI_GET_VALUES requests (fixes #45522)Arnaud Le Blanc2008-10-213-18/+75
* MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304Ilia 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 testJani Taskinen2008-08-141-1/+1
* - Fix testsJani Taskinen2008-08-144-6/+3
* [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH atJani Taskinen2008-08-131-9/+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 confDmitry 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
* MFB 5.3: Rest of the changes for re2c mergeScott MacVicar2008-03-261-3/+3
* MFBRasmus Lerdorf2008-03-191-0/+1
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-1/+1
* MFB: Fixed security issue detailed in CVE-2008-0599Ilia Alshanetsky2008-02-281-1/+1
* optimizationDmitry Stogov2008-02-152-10/+22
* 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
* - Added support for [HOST=www.example.com] sectionsJani Taskinen2007-11-091-3/+7
* MF53: fix testsAntony Dovgal2007-11-012-2/+2