History log of /PHP-8.3/sapi/cgi/cgi_main.c (Results 426 – 450 of 668)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3
# b4c05a50 31-Oct-2003 foobar

MFB

Revision tags: php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 4c4d5a02 17-Oct-2003 Ilia Alshanetsky

Fixed formatting issues (patch by: Joe Orton)

Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 45a928ef 03-Sep-2003 Sascha Schumann

fix heuristic: if someone passed "-b IP:port", this check would
falsely recognize the parameter as defining only a port.

Revision tags: php-4.3.3, php-4.3.3RC4
# cbb011da 17-Aug-2003 Marcus Boerger

Fix interactive mode

# f6290bfb 13-Aug-2003 Ilia Alshanetsky

Don't forget to flush() buffers for -w -s

Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# f622240a 04-Aug-2003 Sascha Schumann

MFB don't overwrite

Revision tags: BEFORE_ARG_INFO
# 3253746c 01-Aug-2003 Ilia Alshanetsky

Preserve exit status for non-php execution modes.

# 68616d76 01-Aug-2003 Ilia Alshanetsky

Fixed bug #23509 (exit code lost when exit() called from
register_shutdown_function())

Revision tags: php-4.3.3RC2
# 42165c12 29-Jun-2003 Shane Caraveo

renable -b option (removed when longopts were added)
dissable -b on windows due to fastcgi lib bug
close stdin on linux when using socket server (bug 23664)

# 97ffab21 29-Jun-2003 Shane Caraveo

fix bug http://bugs.php.net/bug.php?id=24009
also do not use APPL_PHYSICAL_PATH as DOCUMENT_ROOT under IIS, it's
different depending on IIS configuration. Code works fine without it, that

fix bug http://bugs.php.net/bug.php?id=24009
also do not use APPL_PHYSICAL_PATH as DOCUMENT_ROOT under IIS, it's
different depending on IIS configuration. Code works fine without it, that
was just an attempt at a shortcut.

show more ...

Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

# b7713f41 03-Jun-2003 Edin Kadribasic

Fix for #23902 by Shane.
Removed bogus recommendation from php.ini files.

# Basic authentication is actually possible
# usign IIS + PHP cgi countrary to our current docs

Revision tags: BEFORE_FD_REAPPLY
# aa50e817 30-May-2003 Moriyoshi Koizumi

CGI SAPI should honour this setting

# 814f7930 30-May-2003 Derick Rethans

- MFB: Version output beautification

Revision tags: php-4.3.2, php-4.3.2RC4
# 61e09677 26-May-2003 foobar

MFB: nuked php_header() call from the sapi_cgi_log_message()

# ce91e183 26-May-2003 Shane Caraveo

http://bugs.php.net/bug.php?id=14409
move from PHP_4_3

Revision tags: BEFORE_FD_REVERT
# 92dfadb1 19-May-2003 Shane Caraveo

continuation on bugfix #13757
make argv/argc *and* query_string work correctly when running cgi in shell

# 57f01b14 19-May-2003 Shane Caraveo

bugfix #13757 - passing query string on command line when run from shell

# bb1720a9 17-May-2003 Moriyoshi Koizumi

Fixed bug #23669

Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# db2de468 29-Mar-2003 Moriyoshi Koizumi

Fixed too optimized part

# 8e8029f2 29-Mar-2003 Moriyoshi Koizumi

CS & WS fixes

# 2ad3f446 28-Mar-2003 Moriyoshi Koizumi

Do the right fix..

# 0b6f629b 28-Mar-2003 Moriyoshi Koizumi

Fixed bug #22773

# e9498508 27-Mar-2003 Shane Caraveo

handle invalid paths passed to us from iis

# 5ca07877 25-Mar-2003 Sebastian Bergmann

Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.

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