> I think whole PHP files should re-check. it has near 100 files.
> Is there any program to check incompatible codes in my script vs PHP 5.4 ?
>
> Or anyone can change this script to compatible with PHP 5.4 , please let me
> know.
I have not used it, but the following looks promising:
http://tech
On Wed, Jan 30, 2013 at 11:21 AM, Udaya Arunakantha wrote:
> Hi,
>
> I used a PHP chat script over 9 years. Upto PHP 5.3 it worked without any
> problem.
>
> but with PHP 5.4 it is no longer working, so i downgraded PHP version again
> to 5.3.
>
> With PHP 5.4, login page display but unable to log
Hi,
I used a PHP chat script over 9 years. Upto PHP 5.3 it worked without any
problem.
but with PHP 5.4 it is no longer working, so i downgraded PHP version again
to 5.3.
With PHP 5.4, login page display but unable to log for both user / admin.
admin area also displaying an errors.
I think whol