[Opensim-users] Flotsam Groups server code - PHP errors on deprecated functionality in phpxmlrpclib

Ai Austin ai.ai.austin at gmail.com
Tue Oct 11 09:10:22 UTC 2011


>On Oct 10, 2011, at 4:53 AM, Ai Austin wrote:
> > We switched the server side functions to an older server to 
> restore a working Openvue grid setup, but I assume others have seen 
> this issue in their setups if they have gone to later versions of 
> PHP (e.g. 5.3.8)?

>coyled asked:
>Which PHP version gave you the error?  Which version did not?


I wonder if the problem has been there for some time.  Perhaps its 
even using PHP 4.x elements deprecated in later PHP 5.x.

But this is what we have observed on our servers...

It works in PHP 5.1.6 (though I am not sure if that is because its 
php.ini has error reporting set to suppress the error message and 
thus let the script run, I am asking the server admins for that information).

It does not work in 5.3.8 (in the default installed "development 
mode" in XAMPP).  We switched off the deprecated errors by setting an 
error_reporting flag to its "production settings"...

      error reporting = E_ALL & ~E_DEPRECATED








More information about the Opensim-users mailing list