Hi Chris,
My host is forcing me to upgrade from php 5.3 to 5.4.
I've been testing my site (which uses 3.3.7) on the newer version - everything in the calendar works as expected (sadly not the rest of the site...) except the admin-logout.php script. It looks as if the issue is with a couple of php functions the script uses being removed in the new version: session_is_registered(), and session_unregister(). The page loads to a white screen and the user is not logged out.
I was just wondering if you have any plans to update the script or, if not, any suggestions about how to adapt the script to work under php 5.4?
Many thanks,
Alastair