summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2018-01-04 08:11:34 +0100
committerKalle Sommer Nielsen <kalle@php.net>2018-01-04 08:11:34 +0100
commit44c5dea9d6a0ede12f9ec8c3f851a8b96acbe9e7 (patch)
tree03c23e49e791d655c08a19d6062e7e2432c1823c
parent2bac0452145604e3a8e1bd557dbf0aef09fc5222 (diff)
downloadphp-git-44c5dea9d6a0ede12f9ec8c3f851a8b96acbe9e7.tar.gz
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
-rw-r--r--php.ini-development4
-rw-r--r--php.ini-production4
2 files changed, 4 insertions, 4 deletions
diff --git a/php.ini-development b/php.ini-development
index 47c5056058..6eb314ec9b 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -15,7 +15,7 @@
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 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.
; 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.
;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 context that the request runs under. mod_fastcgi under Apache
; does not currently support this feature (03/17/2002)
diff --git a/php.ini-production b/php.ini-production
index 0f171fa72d..f7fdb0f278 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -15,7 +15,7 @@
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 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.
; 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.
;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 context that the request runs under. mod_fastcgi under Apache
; does not currently support this feature (03/17/2002)