My old server died so I'm doing a reinstall. I'm getting:
Warning: dl(): Unable to load dynamic library 'C:\php5\php_sockets.dll' - The specified module could not be found.
in C:\BeBot\Main.php on line 91
Loading php_sockets.dll failed. Sockets extention required to run this bot
PHP is installed "C:\Program Files\PHP\" and the referenced file resides in both "C:\Program Files\PHP\" and "C:\BeBot\php_extension".
If I create a directory "C:\PHP5\" then the bot starts fine. Where can I specify a different path? I changed the StartBot.php to:
$php_bin = "C:/Program files/PHP/php.exe";
$php_args = " -c ./ ";
$main_php = "C:/BeBot/Main.php";
But I don't see where I can define the path.
Bryan