|
cvs: pecl /apc apc.php: msg#00225php.pecl.cvs
iliaa Wed Jul 27 21:14:40 2005 EDT Modified files: /pecl/apc apc.php Log: This is "used" memory. http://cvs.php.net/diff.php/pecl/apc/apc.php?r1=3.30&r2=3.31&ty=u Index: pecl/apc/apc.php diff -u pecl/apc/apc.php:3.30 pecl/apc/apc.php:3.31 --- pecl/apc/apc.php:3.30 Wed Jul 27 20:22:18 2005 +++ pecl/apc/apc.php Wed Jul 27 21:14:37 2005 @@ -21,7 +21,7 @@ */ -$VERSION='$Id: apc.php,v 3.30 2005/07/28 00:22:18 iliaa Exp $'; +$VERSION='$Id: apc.php,v 3.31 2005/07/28 01:14:37 iliaa Exp $'; @@ -275,7 +275,7 @@ if ($ptr < $mem['seg_size']) { // memory at the end $angle_to = $angle_from + ($mem['seg_size'] - $ptr)/$s; if(($angle_to+$fuzz)>1) $angle_to = 1; - fill_arc($image,$x,$y,$size,$angle_from*360,$angle_to*360,$col_black,$col_green,(($angle_to-$angle_from)>0.05)?bsize($s*($angle_to-$angle_from)):''); + fill_arc($image,$x,$y,$size,$angle_from*360,$angle_to*360,$col_black,$col_red,(($angle_to-$angle_from)>0.05)?bsize($s*($angle_to-$angle_from)):''); } } } else { |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /apc apc.php: 00225, Ilia Alshanetsky |
|---|---|
| Next by Date: | cvs: pecl /apc apc_globals.h package.xml: 00225, Rasmus Lerdorf |
| Previous by Thread: | cvs: pecl /apc apc.phpi: 00225, Ilia Alshanetsky |
| Next by Thread: | cvs: pecl /apc apc.php: 00225, Ralf Becker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |