aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-23 09:51:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-23 09:51:33 -0300
commit7bdb288e0d4ed6a3e6c12bce4b11a270ca473f12 (patch)
treea306b7376247cb6fae92ad404553e3f4d3da1fc3
parentc30f92b2ac61db0faf9722a10b1ea5e17f96f811 (diff)
downloadpuppet-php-7bdb288e0d4ed6a3e6c12bce4b11a270ca473f12.tar.gz
puppet-php-7bdb288e0d4ed6a3e6c12bce4b11a270ca473f12.tar.bz2
Removing unsupported allow_call_time_pass_reference
-rw-r--r--files/apache2/php.ini11
-rw-r--r--files/cli/php.ini11
2 files changed, 0 insertions, 22 deletions
diff --git a/files/apache2/php.ini b/files/apache2/php.ini
index f9898fa..17f0bc3 100644
--- a/files/apache2/php.ini
+++ b/files/apache2/php.ini
@@ -152,17 +152,6 @@ unserialize_callback_func=
; are decoded with unserialize, the data will remain the same.
serialize_precision = 100
-; Whether to enable the ability to force arguments to be passed by reference
-; at function call time. This method is deprecated and is likely to be
-; unsupported in future versions of PHP/Zend. The encouraged method of
-; specifying which arguments should be passed by reference is in the function
-; declaration. You're encouraged to try and turn this option Off and make
-; sure your scripts work properly with it in order to ensure they will work
-; with future versions of the language (you will receive a warning each time
-; you use this feature, and the argument will be passed by value instead of by
-; reference).
-allow_call_time_pass_reference = On
-
;
; Safe Mode
;
diff --git a/files/cli/php.ini b/files/cli/php.ini
index d647f5c..040773e 100644
--- a/files/cli/php.ini
+++ b/files/cli/php.ini
@@ -152,17 +152,6 @@ unserialize_callback_func=
; are decoded with unserialize, the data will remain the same.
serialize_precision = 100
-; Whether to enable the ability to force arguments to be passed by reference
-; at function call time. This method is deprecated and is likely to be
-; unsupported in future versions of PHP/Zend. The encouraged method of
-; specifying which arguments should be passed by reference is in the function
-; declaration. You're encouraged to try and turn this option Off and make
-; sure your scripts work properly with it in order to ensure they will work
-; with future versions of the language (you will receive a warning each time
-; you use this feature, and the argument will be passed by value instead of by
-; reference).
-allow_call_time_pass_reference = On
-
;
; Safe Mode
;