]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Removing unsupported allow_call_time_pass_reference
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 23 Aug 2014 12:51:33 +0000 (09:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 23 Aug 2014 12:51:33 +0000 (09:51 -0300)
files/apache2/php.ini
files/cli/php.ini

index f9898fae24fb1047ca2599e998f2078bd3c1adc7..17f0bc30979c6ea32db756ad18f2e0d9fa9e9dea 100644 (file)
@@ -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
 ;
index d647f5cbf1e86f2ba658d56be4c68374b301c403..040773e3cddb102ec4975b9752b8c500e6c2d591 100644 (file)
@@ -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
 ;