summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-08-21 04:09:13 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-08-21 04:09:13 +0000
commit6d7cc46e387318464268b9e4b74e4738176c5863 (patch)
tree3458f8d89bdfe12a9b8922e23899493c4141e490
parent251b83076ef309139991ace71688d40e72c763fd (diff)
downloadphp-git-6d7cc46e387318464268b9e4b74e4738176c5863.tar.gz
Delete this suggestion as it was leading newbie users to use this file
without understanding what they were doing. Experienced users will find and use this file on their own.
-rw-r--r--php.ini-optimized2
-rw-r--r--php.ini-recommended2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-optimized b/php.ini-optimized
index 5da1a8c445..339cb411a1 100644
--- a/php.ini-optimized
+++ b/php.ini-optimized
@@ -12,7 +12,7 @@
; different values for several directives, in order to improve performance, while
; possibly breaking compatibility with the standard out-of-the-box behavior of
; PHP 3. Please make sure you read what's different, and modify your scripts
-; accordingly, if you decide to use this file instead (which is recommended!)
+; accordingly, if you decide to use this file instead.
;
; - allow_call_time_pass_reference = Off
; It's not possible to decide to force a variable to be passed by reference
diff --git a/php.ini-recommended b/php.ini-recommended
index 5da1a8c445..339cb411a1 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -12,7 +12,7 @@
; different values for several directives, in order to improve performance, while
; possibly breaking compatibility with the standard out-of-the-box behavior of
; PHP 3. Please make sure you read what's different, and modify your scripts
-; accordingly, if you decide to use this file instead (which is recommended!)
+; accordingly, if you decide to use this file instead.
;
; - allow_call_time_pass_reference = Off
; It's not possible to decide to force a variable to be passed by reference