chatd reporting wrong php version??

chatd reporting wrong php version??

by Marc Grober -
Number of replies: 0
Can I assume that no matter how I change line 74 in chatd.php that chatd will not work unless I recompile with sockets enabled?


[tropicana]$ /usr/local/php5/bin/php chatd.php --start &
[1] 18269
[tropicana]$
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name]().
If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in chat/chatd.php on line 74

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name]().
If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in chatd.php on line 74
Moodle chat daemon v1.0 on PHP 5.2.3 ($Id: chatd.php,v 1.32 2007/01/28 21:18:17 skodak Exp $)

Error: Function socket_setopt() does not exist.
Possibly PHP has not been compiled with --enable-sockets.


Average of ratings: -