It works, and as stated for php5.
However my site is in a hosting environment that has both php 4 + 5, yet it defaults to 4.
My workaround was to download the plugin, edit the xml file from:
bot_google_analytics.php
to:
bot_google_analytics.php5
And re-named the file to reflect the '.php5' extension, as the hosting will run these extensions with php5.
It worked for me, might work for you.
Either way, now my site isn't broken, and I don't have to go change .htaccess files to default everything to php5.
Script works, but I strongly recommend attempting to re-write to make it php4 compatible.
Owner's reply:
Thank you for helpful response!
The PHP Group has made the PHP 4 end of life announcement.
Today it is three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable & production-ready and as PHP 6 is on the way, PHP 4 will be discontinued.
The PHP development team announces that support for PHP 4 will continue until the end of this year only. After 2007-12-31 there will be no more releases of PHP 4.4.
So there is no mean to develop PHP4 version at all any more.