The changes that are coming with php 6 will create problems for this script. are you considering reworking the areas where this will become a problem?
here are some areas that will need fixing when server start upgrading to to 6 if the proposed changes go into effect
register_globals. In PHP 6, support for register_globals will be no more. There will be no option to turn it on or off – it will not exist.
split This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
If you are running your own server the simple fix it dont upgrade but many shared hosting server will upgrade and your game will crash
I have not heard when php 6 will be released and I am a personal fan of slpit lol however i thought the develpoers may want to be aware of these problems on the horizon
