logo       

cvs: pecl /apc apc.php: msg#00206

php.pecl.cvs

Subject: cvs: pecl /apc apc.php

johannes Tue Jul 26 19:27:26 2005 EDT

Modified files:
/pecl/apc apc.php
Log:
Fix showing User Cache Entries

http://cvs.php.net/diff.php/pecl/apc/apc.php?r1=3.27&r2=3.28&ty=u
Index: pecl/apc/apc.php
diff -u pecl/apc/apc.php:3.27 pecl/apc/apc.php:3.28
--- pecl/apc/apc.php:3.27 Tue Jul 26 11:37:58 2005
+++ pecl/apc/apc.php Tue Jul 26 19:27:25 2005
@@ -21,7 +21,7 @@

*/

-$VERSION='$Id: apc.php,v 3.27 2005/07/26 15:37:58 beckerr Exp $';
+$VERSION='$Id: apc.php,v 3.28 2005/07/26 23:27:25 johannes Exp $';



@@ -817,9 +817,9 @@
}
if (!$AUTHENTICATED) {
// hide all path entries if not logged in
-
$list[$k.$entry['filename']]=preg_replace('/^.*\//','<i>&lt;hidden&gt;</i>/',$entry);
+
$list[$k.$entry[$fieldname]]=preg_replace('/^.*\//','<i>&lt;hidden&gt;</i>/',$entry);
} else {
- $list[$k.$entry['filename']]=$entry;
+ $list[$k.$entry[$fieldname]]=$entry;
}
}
if (isset($list) && is_array($list)) {



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise