what is the latest stable phplogcon version for php4?
I've tried to install phpLogCon 2.2.0 (v2-stable) but the installation fail (probabily for my php version):
- Code: Select all
PHP Parse error: parse error, unexpected ';', expecting '(' in /var/www/html/phplogcon/index.php on line 79
The code on line 79 is:
- Code: Select all
if ( isset($_GET['direction']) && $_GET['direction'] == "desc" )
$content['read_direction'] = EnumReadDirection::Forward;
else
$content['read_direction'] = EnumReadDirection::Backward;
Sorry for my poor English and bye all.


