elijaa/phpmemcachedadmin

lot of ereg() deprecated warnings.

Closed this issue · 1 comments

dont know if some functionalities are broken because of this but for now i am 
not able to get out in file as CSV or JSON ...may be i am looking into wrong 
place.

PHP Warning:  Module 'pcntl' already loaded in Unknown on line 0
PHP Deprecated:  Function ereg() is deprecated in 
/var/www/html/brutis-read-only/lib/functions.php on line 117
PHP Deprecated:  Function split() is deprecated in 
/var/www/html/brutis-read-only/lib/functions.php on line 118
PHP Deprecated:  Function ereg() is deprecated in 
/var/www/html/brutis-read-only/lib/functions.php on line 123
PHP Deprecated:  Function ereg() is deprecated in 
/var/www/html/brutis-read-only/lib/functions.php on line 123
Starting collector
PHP Warning:  Module 'pcntl' already loaded in Unknown on line 0
PHP Warning:  Module 'pcntl' already loaded in Unknown on line 0

Original issue reported on code.google.com by yopres...@gmail.com on 7 May 2013 at 5:44

Hello,

It seems that you've got a probleme with a module on your PHP Configuration
*PHP Warning:  Module 'pcntl' already loaded in Unknown on line 0*

The others errors comme from a non 5.3 PHP script using deprecated function in 
PHP in /var/www/html/brutis-read-only/lib/functions.php and not from 
phpmemcacheadmin

Best

Original comment by eli...@free.fr on 14 May 2013 at 7:54

  • Changed state: Fixed