I'm update to Apache/2.0.55 and PHP/4.4.0 on FreeBSD 4.11
Some php-scripts don't work with error:
Notice:
Only variables should be assigned by reference
[/home/hfzinew/domains/fei.org.ua/public_html/lib/tools.lib.php:60]
Line 60 of code:
$aArea = &$gSid->fetch(__CFG_SESSION_AREA);
What to do?
Some php-scripts don't work with error:
Notice:
Only variables should be assigned by reference
[/home/hfzinew/domains/fei.org.ua/public_html/lib/tools.lib.php:60]
Line 60 of code:
$aArea = &$gSid->fetch(__CFG_SESSION_AREA);
What to do?