Re: [PHP-WEBMASTER] Licence violation ?

2013-01-30 Thread Philip Olson
On Jan 30, 2013, at 8:42 AM, Epy wrote: > Hi, > Does this website violate the php.net's Terms by copying byte to byte the > french version of php.net manual? > > If found this page was very similar to the php.net one: > http://www.manuelphp.com/php/function.unset.php > And didn't check for the

Re: [PHP-WEBMASTER] PHP 5.4 issue

2013-01-30 Thread Levi Morrison
> 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

Re: [PHP-WEBMASTER] PHP 5.4 issue

2013-01-30 Thread Ferenc Kovacs
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

[PHP-WEBMASTER] PHP 5.4 issue

2013-01-30 Thread Udaya Arunakantha
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