|
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 #74884Patch version 2017-07-09 12:47 UTC Return to Bug #74884 | Download this patchPatch 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;
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 00:00:01 2025 UTC |