History log of /php-src/sapi/cgi/cgi_main.c (Results 276 – 300 of 664)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8a197878 30-Apr-2010 Pierre Joye

- Fix #51688, ini per dir crashes when invalid document root are given

# af49e58f 12-Mar-2010 Jani Taskinen

- Reverted r296062 and r296065

# 06f072cb 11-Mar-2010 Jani Taskinen

MFH: Improved / fixed output buffering (Michael Wallner)

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# b26c9d40 30-Nov-2009 Dmitry Stogov

Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file)

Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2
# f298e6ce 20-Oct-2009 Antony Dovgal

fix crash on empty doc_root

# a2260824 16-Oct-2009 Stanislav Malyshev

improve fix for #49767 and #47627 - make PHP report
"no script" on 404 again

# e4adfe4f 15-Oct-2009 Pierre Joye

- #48779, fix another use case where / usage may differ

# e5d4b019 12-Oct-2009 Pierre Joye

- #48779, improve fix, drop usage of _tolower and use zend_strtolower

# 994307d4 09-Oct-2009 Felipe Pena

- Fixed build and comment-style

# 8e5a00e5 09-Oct-2009 Garrett Serack

- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts)

Revision tags: oci8-1.4.0, php-5.2.11
# ccd6e501 10-Sep-2009 Jani Taskinen

- Simplified a bit and fixed possible memory corruption and definate leak.

Revision tags: php-5.2.11RC3
# 5c9579c2 05-Sep-2009 Felipe Pena

- Drop unused var

# f723d368 05-Sep-2009 Jani Taskinen

- Fixed bug #49182 (PHP CGI always outputs the shebang line)

Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0
# a7db5543 22-Jun-2009 Pierre Joye

- #48624 .user.ini never gets parsed

Revision tags: php-5.3.0RC4
# 6086c086 17-Jun-2009 Pierre Joye

- kill unused var

# f2457fbd 17-Jun-2009 Pierre Joye

- #47318, UMR when trying to activate user config

Revision tags: php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 368569c0 09-Jun-2009 David Soria Parra

MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache).
The fix was provided by Sriram Natarajan.

# a332541a 04-Jun-2009 Jani Taskinen

MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)

# 29c0b397 04-Jun-2009 Jani Taskinen

MFH: CS + WS changes

Revision tags: php-5.2.10RC1
# 01fc4ed1 19-May-2009 Kalle Sommer Nielsen

MFH: Fix compiler warnings

Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 65e3d003 19-Jan-2009 David Soria Parra

MFH: Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache.

# 828566da 11-Jan-2009 Dmitry Stogov

Disable dl() in CGI and FastCGI modes

# 544150ae 09-Jan-2009 David Soria Parra

MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).

# f77719d8 31-Dec-2008 Marcus Boerger

MFH
- Changed dl() to be disabled by default. Enabled only when explicitly
registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
[DOC]

1...<<11121314151617181920>>...27