Jani Taskinen
e30acaa428
- Fix this again :)
2009-07-25 21:07:02 +00:00
Jani Taskinen
fb3b83b85a
- Fix test
2009-07-25 00:35:25 +00:00
David Soria Parra
c52581d95e
Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache).
...
The fix was provided by Sriram Natarajan.
2009-06-09 13:29:39 +00:00
Jani Taskinen
3999ac15b4
MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)
...
# This doesn't really fix it since it's some weird Windows thing but this
# does make this code slightly more portable :)
2009-06-04 11:53:38 +00:00
David Soria Parra
72eeac2581
MFH: Fix #47149 . Remove check for script_filename = path_translated, as this the actual value that we get from apache.
2009-01-19 18:17:59 +00:00
David Soria Parra
aa3fc14911
MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).
2009-01-09 22:14:20 +00:00
Sebastian Bergmann
ef49b9a8de
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:17:49 +00:00
Pierre Joye
422eb1b8f6
- ws
2008-12-11 00:12:20 +00:00
Matt Wilmas
af5cb849ee
MFH: Fixed bug #46782 (fastcgi.c parse error)
2008-12-07 10:55:47 +00:00
Dmitry Stogov
281fb1f2ed
Fixed bug #46366 (bad cwd with / as pathinfo)
2008-11-28 11:56:50 +00:00
Rasmus Lerdorf
058a282133
Potential fix for bug #46525
2008-11-08 22:45:29 +00:00
Arnaud Le Blanc
07fe6986cc
Fixed bug #46379 (Infinite loop when parsing '#' in one line file)
...
# PHP_5_2 only
2008-11-03 23:26:24 +00:00
Arnaud Le Blanc
bb9e8e6924
MFH: Fixed FCGI_GET_VALUES requests ( fixes #45522 )
2008-10-21 16:43:59 +00:00
Ilia Alshanetsky
0621602408
MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
...
response code, in cgi sapi)
2008-10-17 01:32:59 +00:00
Dmitry Stogov
f45b732abf
Fixed bug #45860 (header() function fails to correctly replace all Status lines)
2008-09-02 13:22:00 +00:00
Dmitry Stogov
16e6e2f04a
Fixed double call to MSHUTDOWN in case of php-cgi -m
2008-08-15 07:30:31 +00:00
Jani Taskinen
84c5066dec
MFH: fix tests
2008-08-14 20:53:31 +00:00
Jani Taskinen
26f13b4b70
MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
...
MFH: [DOC] startup:
MFH: [DOC]
MFH: [DOC] To disable: Override default php.ini by using both -c and -n with
MFH: [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
MFH: [DOC] to an empty string.
MFH: [DOC]
MFH: [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
MFH: [DOC] to another path.
MFH: - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path)
MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)
2008-08-13 01:01:29 +00:00
Dmitry Stogov
f4617349f8
Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots))
2008-07-15 13:38:29 +00:00
Dmitry Stogov
51619fa391
Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown before shutdown) (basant dot kukreja at sun dot com)
2008-07-15 13:10:07 +00:00
Dmitry Stogov
a548d2f19b
Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
2008-04-09 09:16:40 +00:00
Dmitry Stogov
1dd17ad54a
- Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)
...
- Fixed sending of uninitialized paddings which may contain some information.
(Andrey Nigmatulin)
2008-04-03 10:24:44 +00:00
Ilia Alshanetsky
9c3f699ed8
Fixed security issue detailed in CVE-2008-0599
2008-02-28 00:29:29 +00:00
Sebastian Bergmann
d9f3a1305f
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:20:42 +00:00
Dmitry Stogov
b68b2e029c
Fixed weired behavior in CGI parameter parsing
2007-12-03 15:08:01 +00:00
Dmitry Stogov
e468aa44a2
Fixed bug #42848 (Status: header incorrect under FastCGI)
2007-11-01 15:23:14 +00:00
Dmitry Stogov
2e869a00ac
Added CGI SAPI -T option, to measure execution time of script repeated several times.
2007-10-31 18:24:42 +00:00
Dmitry Stogov
b441b275b3
Fixed bug #42699 (PHP_SELF duplicates path)
2007-09-24 11:40:05 +00:00
Dmitry Stogov
96810f0ae6
Fixed bug #42587 (behaviour change regarding symlinked .php files)
2007-09-10 10:55:26 +00:00
Dmitry Stogov
dd8c8d05e8
Added checks for malformated FastCGI requests (Mattias Bengtsson)
2007-09-07 08:26:47 +00:00
Dmitry Stogov
5d238efaa6
Fixed bug #42523 (PHP_SELF duplicates path)
2007-09-05 08:26:32 +00:00
Dmitry Stogov
39bceffc4a
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options)
2007-08-31 12:17:52 +00:00
Stanislav Malyshev
50293835bf
remove unneeded variables
2007-08-08 23:51:57 +00:00
Dmitry Stogov
50aef7ec83
- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
...
and using PATH_INFO).
- Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning
on screws up PATH_INFO).
2007-08-08 13:01:40 +00:00
Jani Taskinen
9c07366bb0
MFH: fix typos in comments
2007-08-08 10:00:34 +00:00
Jani Taskinen
eb923bf6fc
MFH: - Changed AC_ARG_* options to PHP_ARG_* options.
...
MFH: - Some cleanups here and there
MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure
MFH: options)
# Note to Marcus: ext/dba/config.m4 needs to be "converted" to use
# the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep
# it's current behaviour regarding "enabled-by-default" parts of it.
#
# Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
2007-07-11 23:20:37 +00:00
Dmitry Stogov
3a5501e0d4
ECONNABORTED is not a critical error (Andrei Nigmatulin)
2007-07-09 11:48:39 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Dmitry Stogov
e5909f149c
Fixed bug #40419 (Trailing Slash in CGI request don't work)
2007-06-26 14:47:16 +00:00
Dmitry Stogov
5d2180835a
no need to return exit status of the last fastcgi request
2007-06-21 08:40:43 +00:00
Antony Dovgal
5c75e5b4f4
MFH: add missing open_basedir checks to CGI
2007-06-04 15:38:12 +00:00
foobar
ca1b7e7b47
fix test
2007-06-03 22:50:19 +00:00
Dmitry Stogov
e35679618e
Removed deprecated comment
2007-05-28 08:11:59 +00:00
Antony Dovgal
ccd16d09c0
MFH
2007-05-27 19:23:09 +00:00
foobar
a894611636
- Unify installation of SAPIs: CGI is no exception anymore.
2007-05-24 23:29:59 +00:00
Dmitry Stogov
23409a4bbf
Fixed crash on "php -b 1234 -unknown-option"
2007-05-21 09:08:13 +00:00
Dmitry Stogov
3040a34b21
libfcgi cleanup (Andrei Nigmatulin)
2007-05-21 08:47:51 +00:00
Ilia Alshanetsky
30dd6a45d3
Fixed a possible crash when PATH_INFO is not provided but the path contains
...
path info information
2007-05-20 15:56:10 +00:00
Dmitry Stogov
633aff5541
Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header)
2007-05-15 08:17:08 +00:00
Dmitry Stogov
6e8438633b
Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)
2007-05-10 15:21:02 +00:00