vrana           Tue Dec  6 10:31:48 2005 EDT

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  allow_call_time_pass_reference only warns (bug #35487)
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.29&r2=1.30&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.29 phpdoc/en/appendices/ini.xml:1.30
--- phpdoc/en/appendices/ini.xml:1.29   Wed Nov 30 15:39:20 2005
+++ phpdoc/en/appendices/ini.xml        Tue Dec  6 10:31:45 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
 
 <appendix id="ini">
  <title>&php.ini; directives</title>
@@ -2681,15 +2681,14 @@
        </term>
        <listitem>
         <para>
-         Whether to enable the ability to force arguments to be passed by 
reference
+         Whether to warn when arguments are 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).
+         you use this feature).
         </para>
         <para>
          Passing arguments by reference at function call time was deprecated 
for

Reply via email to