logo       

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

php.pecl.cvs

Subject: cvs: pecl /apc apc.php

iliaa Sat Jul 30 14:06:03 2005 EDT

Modified files:
/pecl/apc apc.php
Log:
input validation


http://cvs.php.net/diff.php/pecl/apc/apc.php?r1=3.38&r2=3.39&ty=u
Index: pecl/apc/apc.php
diff -u pecl/apc/apc.php:3.38 pecl/apc/apc.php:3.39
--- pecl/apc/apc.php:3.38 Sat Jul 30 13:06:37 2005
+++ pecl/apc/apc.php Sat Jul 30 14:06:00 2005
@@ -22,7 +22,7 @@

*/

-$VERSION='$Id: apc.php,v 3.38 2005/07/30 17:06:37 iliaa Exp $';
+$VERSION='$Id: apc.php,v 3.39 2005/07/30 18:06:00 iliaa Exp $';



@@ -957,6 +957,7 @@

// builds list with alpha numeric sortable keys
//
+ $list = array();
foreach($cache[$scope_list[$MYREQUEST['SCOPE']]] as $i => $entry) {
switch($MYREQUEST['SORT1']) {
case 'A': $k=sprintf('%015d-',$entry['access_time']);
break;



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

News | FAQ | advertise