History log of /PHP-8.0/sapi/cgi/cgi_main.c (Results 451 – 475 of 615)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d706e224 09-May-2002 Preston L. Bannister

Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required.

(No extraneous whitespace changes this time :).


# 42c82bb4 09-May-2002 foobar

Revert the last patches.


# 06f375b1 09-May-2002 Preston L. Bannister

Detect when running under IIS and not require explicit setting of force_redirect.
This means an explicit php.ini setting is no longer required.


# 7586cdc6 09-May-2002 Sander Roobol

Added the current SAPI to the output of php -v


Revision tags: php-4.2.1RC2
# 7a64b2b7 02-May-2002 Sander Roobol

Fixed some minor typos


# edba0770 02-May-2002 Sebastian Bergmann

Fix build.


# ba85302e 02-May-2002 James Cox

updated cgi warning notice.


Revision tags: php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# 439b5684 12-Apr-2002 Yasuo Ohgaki

CGI/CLI take file and dir for -c option by this.
@ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo)


Revision tags: php-4.2.0RC2
# abc5a2ca 02-Apr-2002 Wez Furlong

fix quoting


# 99a68d4f 02-Apr-2002 James Cox

just did...


# f3d107a1 02-Apr-2002 James Cox

updated the alert sent to the browser. removed the verbosity, and linked to more info.


Revision tags: php-4.2.0RC1
# c806dca6 18-Mar-2002 Shane Caraveo

add security impersonation feature for running under IIS security


Revision tags: help
# c8f5565b 10-Mar-2002 Shane Caraveo

woohoo, take some credit!


# f3a60dd1 10-Mar-2002 Shane Caraveo

children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var.


# 79bb884e 10-Mar-2002 Shane Caraveo

combine fastcgi capability with regular cgi binary
include fastcgi library for ease of windows builds
NOTE: included fastcgi library is modified for thread safety, but
fastcgi sup

combine fastcgi capability with regular cgi binary
include fastcgi library for ease of windows builds
NOTE: included fastcgi library is modified for thread safety, but
fastcgi support in cgi_main.c is only written for single
threaded serving. This does not present any issue for using
fastcgi.

show more ...


# 393cbe0a 06-Mar-2002 Derick Rethans

- Put them back (and do it right)


# c8740575 06-Mar-2002 Derick Rethans

- Remove unused variables


# db73f909 01-Mar-2002 Shane Caraveo

add comment for IIS users
fix some whitespace


# cd18533a 01-Mar-2002 Shane Caraveo

This is much better. With FORCE_CGI_REDIRECT turned on by default for compilation,
we can now define this in the ini file. So it can be turned on for apache, turned
off for IIS which does n

This is much better. With FORCE_CGI_REDIRECT turned on by default for compilation,
we can now define this in the ini file. So it can be turned on for apache, turned
off for IIS which does not have a redirect issue. Alternately, a different 'REDIRECT_STATUS'
environment var can be defined in case some web server out there needs it.

new ini vars
cgi.force_redirect 0|1
cgi.redirect_status_env ENV_VAR_NAME

show more ...


# e2b1161e 01-Mar-2002 Shane Caraveo

fix force redirect crash under multithreaded compile

should be discused: fix redirect detection to only work with apache or netscape,
where we know they set an environment variable regar

fix force redirect crash under multithreaded compile

should be discused: fix redirect detection to only work with apache or netscape,
where we know they set an environment variable regarding redirect. IIS has
no security issue here. Don't know about other windows web servers.

show more ...


Revision tags: php-4.1.2
# b8a5daf5 15-Feb-2002 Derick Rethans

- Make the errorcode 255. (Doing docs right away)


# 86fa2d39 14-Feb-2002 Derick Rethans

- Let php_execute_script return 0 on failure and 1 on sucess, and change
SAPIs accordingly. (Andrei, Derick)


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# dcd4e0a2 02-Feb-2002 Sebastian Bergmann

Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values().


# 1769e3fc 20-Jan-2002 Edin Kadribasic

Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com)


# 6120b8dc 18-Jan-2002 Shane Caraveo

reimplement extension listing


1...<<11121314151617181920>>...25