From 0a6bcd44a72197bc8fb5658ce9fe4b46019ab9b3 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 26 Apr 2010 00:13:34 +0000 Subject: - Removed allow_call_time_pass_reference (Pierrick) --- php.ini-production | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'php.ini-production') diff --git a/php.ini-production b/php.ini-production index 87c8df2888..2f6c1c01d1 100644 --- a/php.ini-production +++ b/php.ini-production @@ -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 -- cgit v1.2.1