php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch pear-installer-internal-func-ref.patch for Unknown/Other Function Bug #74884

Patch version 2017-07-09 12:47 UTC

Return to Bug #74884 | Download this patch
Patch Revisions:

Developer: clicky@erebot.net

--- Archive/Tar.php.orig	2017-07-09 14:44:14.413809801 +0200
+++ Archive/Tar.php	2017-07-09 14:44:23.493900175 +0200
@@ -636,7 +636,7 @@
         }
 
         // ----- Get the arguments
-        $v_att_list = & func_get_args();
+        $v_att_list = func_get_args();
 
         // ----- Read the attributes
         $i = 0;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 06:01:32 2024 UTC