History log of /PHP-5.5/sapi/cgi/cgi_main.c (Results 226 – 250 of 460)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


# 4934744b 17-Feb-2003 Zeev Suraski

Win32 build improvements


# 8c73b6ab 17-Feb-2003 Shane Caraveo

prevent possible crash if used in combo with mod_gzip
fix command line


Revision tags: php-4.3.1
# d4fd1c07 16-Feb-2003 Marcus Boerger

- Allow long option names
- Update CLI's manpage

@Added support for long options in CLI & CGI (e.g. --version). (Marcus)

# In contrast to the preliminary patch this should work

- Allow long option names
- Update CLI's manpage

@Added support for long options in CLI & CGI (e.g. --version). (Marcus)

# In contrast to the preliminary patch this should work now completely.
# If all long option names are accepted we may even think about MFHing.

show more ...


# 92279e5e 14-Feb-2003 foobar

MFB


12345678910>>...19