diff options
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 19 |
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 |