mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Kill the references to C:\winnt (Windows 2000), which we don't support, also remove the note about Windows NT based OS, as we only support NT anyway
This commit is contained in:
parent
2bac045214
commit
44c5dea9d6
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
||||||
; 5. The web server's directory (for SAPI modules), or directory of PHP
|
; 5. The web server's directory (for SAPI modules), or directory of PHP
|
||||||
; (otherwise in Windows)
|
; (otherwise in Windows)
|
||||||
; 6. The directory from the --with-config-file-path compile time option, or the
|
; 6. The directory from the --with-config-file-path compile time option, or the
|
||||||
; Windows directory (C:\windows or C:\winnt)
|
; Windows directory (usually C:\windows)
|
||||||
; See the PHP docs for more specific information.
|
; See the PHP docs for more specific information.
|
||||||
; http://php.net/configuration.file
|
; http://php.net/configuration.file
|
||||||
|
|
||||||
|
@ -772,7 +772,7 @@ enable_dl = Off
|
||||||
; of the web tree and people will not be able to circumvent .htaccess security.
|
; of the web tree and people will not be able to circumvent .htaccess security.
|
||||||
;cgi.discard_path=1
|
;cgi.discard_path=1
|
||||||
|
|
||||||
; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
|
; FastCGI under IIS supports the ability to impersonate
|
||||||
; security tokens of the calling client. This allows IIS to define the
|
; security tokens of the calling client. This allows IIS to define the
|
||||||
; security context that the request runs under. mod_fastcgi under Apache
|
; security context that the request runs under. mod_fastcgi under Apache
|
||||||
; does not currently support this feature (03/17/2002)
|
; does not currently support this feature (03/17/2002)
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
; 5. The web server's directory (for SAPI modules), or directory of PHP
|
; 5. The web server's directory (for SAPI modules), or directory of PHP
|
||||||
; (otherwise in Windows)
|
; (otherwise in Windows)
|
||||||
; 6. The directory from the --with-config-file-path compile time option, or the
|
; 6. The directory from the --with-config-file-path compile time option, or the
|
||||||
; Windows directory (C:\windows or C:\winnt)
|
; Windows directory (usually C:\windows)
|
||||||
; See the PHP docs for more specific information.
|
; See the PHP docs for more specific information.
|
||||||
; http://php.net/configuration.file
|
; http://php.net/configuration.file
|
||||||
|
|
||||||
|
@ -779,7 +779,7 @@ enable_dl = Off
|
||||||
; of the web tree and people will not be able to circumvent .htaccess security.
|
; of the web tree and people will not be able to circumvent .htaccess security.
|
||||||
;cgi.discard_path=1
|
;cgi.discard_path=1
|
||||||
|
|
||||||
; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
|
; FastCGI under IIS supports the ability to impersonate
|
||||||
; security tokens of the calling client. This allows IIS to define the
|
; security tokens of the calling client. This allows IIS to define the
|
||||||
; security context that the request runs under. mod_fastcgi under Apache
|
; security context that the request runs under. mod_fastcgi under Apache
|
||||||
; does not currently support this feature (03/17/2002)
|
; does not currently support this feature (03/17/2002)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue