[Tue May 12 12:34:39 2009] [error] [client 76.108.144.218] PHP: Error parsing /home/mipuntop/public_html/ray/php.ini on line 3, referer: http://mydomain/ray/modules/im/app/invite.sw
and its showing me a lot of those errors.
i check the ray/php.ini and this is what i have
<?php
echo "<br><b>PHP INI settings</b><br/>";
echo "<br>safe mode = ".ini_get('safe_mode');
echo "<br>disabled functions = ".ini_get('disable_functions');
echo "<br>max execution time = ".ini_get('max_execution_time');
echo "<br>post_max_size = ".ini_get('post_max_size');
echo "<br>upload max filesize = ".ini_get('upload_max_filesize');
echo "<br/><br/><b>ffmpeg output</b><pre>"; $s = realpath("ray/modules/global/app/ffmpeg.exe"); echo `$s -version 2>&1`;
?>
Thank you in advance