summaryrefslogtreecommitdiff
path: root/admin/apc.php
AgeCommit message (Collapse)AuthorFilesLines
2026-06-06kernel: fix PHP 8.1 float-to-int deprecations in apc.php GD image codeLester Caine1-3/+6
PHP 8.1 deprecated implicit float→int narrowing. The APC admin pie and bar chart generators pass float angle and height values directly to GD functions (imagefilledarc, imagefilledrectangle, imageline) which require int coordinates. Cast $start/$end to int at the top of fill_arc() and text_arc(), $h to int at the top of fill_box(), and the $h calculations in the bar chart loop (case 3) inline. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-95/+89
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-09-04Trap divid by zero error when nothing to displaylsces1-2/+2
2025-08-29Admin functions changes to cover uninitialized variables and style changes ↵lsces1-779/+766
for PHP8.4
2025-08-16update apc.php for PHP8+spiderr1-759/+779
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2016-06-17update apc.php stat pagespider@app11-10/+16
2016-06-17improve apcu object cachingspider@app11-2/+0
2016-02-07Styling changelsces1-2/+2
2015-01-20update apc.php statusspider1-91/+86
2014-09-19update apc.php and link to it in server_stats.tplspider1-307/+94
2014-05-23use bitweaver authChristian Fowler1-1/+1
2013-04-01add apc statsspiderr1-0/+1364