History log of /php-src/sapi/cgi/cgi_main.c (Results 426 – 450 of 664)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.

# 56210b89 25-Mar-2003 Shane Caraveo

use the correct flush on deactivate
add some code to make debugging iis 5 cgi easier

# ac7748ce 23-Mar-2003 Shane Caraveo

For fastcgi env vars, don't magic quote them

# 0e6fca4f 18-Mar-2003 Stig Bakken

* email address change

Revision tags: php-4.3.2RC1
# 6d8283fa 07-Mar-2003 Ben Mansell

Fix bug whereby a webserver closing stdout from the CGI/FastCGI binary
would cause PHP to get caught in an infinite loop of failing write()
syscalls.

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