BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => BeBot 0.2 support => Topic started by: Ever on August 22, 2005, 03:19:17 am
-
Trying to install the bot running with php5 exe's and dll's.
I get following after running the "php start.php":
Fatal error: Only variables can be passed by reference in C:\bebot\AOChat.php on line 854
AOChat.php that I use looks like this (http://auno.org/dev/aochat/AOChat.php.txt)
Any ideas what I've missed / done wrong. Tried to follow the guides, and my php.ini looks like:
extension_dir = ./
extension=php_bz2.dll
extension=php_mysql.dll
extension=php_sockets.dll
-
nvm solved this :P
php-5.0.4 works like magic
php-5.1.0b3 had the issues