summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-04-26 00:13:34 +0000
committerFelipe Pena <felipe@php.net>2010-04-26 00:13:34 +0000
commit0a6bcd44a72197bc8fb5658ce9fe4b46019ab9b3 (patch)
treeb015404b606eda42e2573e7a412c9b5518c5fa0a /php.ini-development
parent7211284ac7f217694f2f351ec223f94af7db0d16 (diff)
downloadphp-git-0a6bcd44a72197bc8fb5658ce9fe4b46019ab9b3.tar.gz
- Removed allow_call_time_pass_reference (Pierrick)
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development19
1 files changed, 0 insertions, 19 deletions
diff --git a/php.ini-development b/php.ini-development
index d316622dd8..cd716d0d02 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -91,11 +91,6 @@
; Please see the actual settings later in the document for more details as to why
; we recommend these changes in PHP's behavior.
-; allow_call_time_pass_reference
-; Default Value: On
-; Development Value: Off
-; Production Value: Off
-
; display_errors
; Default Value: On
; Development Value: On
@@ -310,20 +305,6 @@ unserialize_callback_func =
; are decoded with unserialize, the data will remain the same.
serialize_precision = 100
-; This directive allows you to enable and disable warnings which PHP will issue
-; if you pass a value by reference at function call time. Passing values by
-; reference at function call time is a deprecated feature which will be removed
-; from PHP at some point in the near future. The acceptable method for passing a
-; value by reference to a function is by declaring the reference in the functions
-; definition, not at call time. This directive does not disable this feature, it
-; only determines whether PHP will warn you about it or not. These warnings
-; should enabled in development environments only.
-; Default Value: On (Suppress warnings)
-; Development Value: Off (Issue warnings)
-; Production Value: Off (Issue warnings)
-; http://php.net/allow-call-time-pass-reference
-allow_call_time_pass_reference = Off
-
; Safe Mode
; http://php.net/safe-mode
safe_mode = Off