sedan07 / phpmemcacheadmin

Automatically exported from code.google.com/p/phpmemcacheadmin (Unofficial clone of phpmemcacheadmin from Google Code)
0 stars 0 forks source link

lot of ereg() deprecated warnings. #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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