Hello,
after upgrading one of my systems from pma 4.3.13 to 4.4.1 my php error log is flooded with the following lines whenever a pma page is loaded:
[...]
[08-Apr-2015 16:22:21 Asia/Bangkok] clean
[08-Apr-2015 16:22:20 Asia/Bangkok] clean
[08-Apr-2015 16:21:53 Asia/Bangkok] clean
[08-Apr-2015 16:21:39 Asia/Bangkok] clean
[...]
Best wishes
Michael
We use nginx with php-fpm. We use one logfile for nginx errors and one logfile for php errors (php admin value error_log = "[...]"). The logging mentionned is written to the php error logfile.
Fix:
https://github.com/phpmyadmin/phpmyadmin/commit/a93ad61caa9155d3ba1e49a2a213e3ccefeadb83
for version 4.4.1.1.
Thanks for the fix. Problem solved.