Remoting
We have just open a new lamp server at mediatemple using ubuntu LTS 10.04 and ISPconfig.
We are using: ISPConfig, Version: 2.2.36, (c) ISPConfig 2010
We have: PHP Version 5.3.2
When calling remoting
When I select users (for example) I get these errors:
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/web5/web/Software/Remoting/soap.lib.php on line 3702 Deprecated: Function ereg() is deprecated in /var/www/web5/web/Software/Remoting/soap.lib.php on line 3875 Deprecated: Function ereg() is deprecated in /var/www/web5/web/Software/Remoting/soap.lib.php on line 3895 Deprecated: Function ereg() is deprecated in /var/www/web5/web/Software/Remoting/soap.lib.php on line 1445 Deprecated: Function ereg() is deprecated in /var/www/web5/web/Software/Remoting/soap.lib.php on line 3875 Deprecated: Function ereg() is deprecated in /var/www/web5/web/Software/Remoting/soap.lib.php on line 3895 Deprecated: Function ereg() is deprecated in /var/www/web5/web/Software/Remoting/soap.lib.php on line 1445.
I tried replacing ereg() with mb_ereg() but it didnt work.
Can you please point me into the direction to correct these errors or
point me to to a soap.lib.php that is compatible with php 5.3
Thanks
|