Browse Source

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.
PHP-4.0.5
Rasmus Lerdorf 26 years ago
parent
commit
6d7cc46e38
  1. 2
      php.ini-optimized
  2. 2
      php.ini-recommended

2
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

2
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

Loading…
Cancel
Save