Столкнулся вот с чем: у меня есть исходники сайта (и то как я смотрю не последней версии...) ставлю ее себе на денвер + базу данных, сайт работает, но выдает такие ошибки как:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at V:\home\test2.ru\www\index.php:1) in V:\home\test2.ru\www\libraries\joomla\session\session.php on line 423
Warning: Cannot modify header information - headers already sent by (output started at V:\home\test2.ru\www\index.php:1) in V:\home\test2.ru\www\libraries\joomla\session\session.php on line 426
Deprecated: Assigning the return value of new by reference is deprecated in V:\home\test2.ru\www\administrator\components\com_joomfish\classes\JoomfishManager.class.php on line 221
Deprecated: Assigning the return value of new by reference is deprecated in V:\home\test2.ru\www\administrator\components\com_joomfish\classes\JoomfishManager.class.php on line 230
Deprecated: Assigning the return value of new by reference is deprecated in V:\home\test2.ru\www\administrator\components\com_joomfish\classes\JoomfishManager.class.php on line 254
Deprecated: Assigning the return value of new by reference is deprecated in V:\home\test2.ru\www\administrator\components\com_joomfish\classes\JoomfishManager.class.php on line 263
Deprecated: Function eregi() is deprecated in V:\home\test2.ru\www\plugins\system\jfrouter.php on line 188
Deprecated: Function split() is deprecated in V:\home\test2.ru\www\plugins\system\jfrouter.php on line 189
Deprecated: Function eregi() is deprecated in V:\home\test2.ru\www\plugins\system\jfrouter.php on line 188
Deprecated: Function split() is deprecated in V:\home\test2.ru\www\plugins\system\jfrouter.php on line 189
Warning: Cannot modify header information - headers already sent by (output started at V:\home\test2.ru\www\index.php:1) in V:\home\test2.ru\www\plugins\system\jfrouter.php on line 314
Warning: Cannot modify header information - headers already sent by (output started at V:\home\test2.ru\www\index.php:1) in V:\home\test2.ru\www\plugins\system\jfrouter.php on line 315
Warning: Cannot modify header information - headers already sent by (output started at V:\home\test2.ru\www\index.php:1) in V:\home\test2.ru\www\plugins\system\jfrouter.php on line 316
грешу на свою версию PHP, видимо у них она старая, или даже что то с джумлой... хотя ее версии должны быть одинаковы на 96%
---------
И все таки главный вопрос: "Проверка версии PHP на чужом сервере"... Помогите мне с этим случаем) кто может, кто сталкивался
_____________