So I have been a big advocate of using the php scripting ability of mushclient and so far things have been going really well.
My first php script was basically a long winded function that did a 'Now playing' display on a specified channel for the MUSH's affiliated web station. This basically involved the script going to an external database every 5 seconds and checking for a new playing song. If a new one is listed, it displays it on a channel. If not, it loops back to stage 1.
This ran on version 5.1.6 of php and it ran without a hitch.
Now I am working on a similar script to do the same thing with winamp but even with the code validating, mushclient keeps crashing on php5ts.dll . Only thing I can guess is I have since upgraded to php 5.2.0 (the same php installation is used for a production web server, just fyi).
Any ideas? Or should I take my chances and downgrade back to 5.1.6 for this?
My first php script was basically a long winded function that did a 'Now playing' display on a specified channel for the MUSH's affiliated web station. This basically involved the script going to an external database every 5 seconds and checking for a new playing song. If a new one is listed, it displays it on a channel. If not, it loops back to stage 1.
This ran on version 5.1.6 of php and it ran without a hitch.
Now I am working on a similar script to do the same thing with winamp but even with the code validating, mushclient keeps crashing on php5ts.dll . Only thing I can guess is I have since upgraded to php 5.2.0 (the same php installation is used for a production web server, just fyi).
Any ideas? Or should I take my chances and downgrade back to 5.1.6 for this?