Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

PHP Advisory

  • 24-07-2002 11:12pm
    #1
    Banned (with Prison Access) Posts: 16,659 ✭✭✭✭


    Since no-one else has posted it, be aware that PHP versions 4.2.0 and 4.2.1 have a serious security vulnerability.

    http://www.php.net/release_4_2_2.php

    adam


Comments

  • Moderators, Social & Fun Moderators Posts: 10,501 Mod ✭✭✭✭ecksor


    Also be aware that the default settings now set register_globals to be 'Off' instead of 'On', which caused a thing or two to break on boards.ie at first when I upgraded. (set it in your php.ini).


  • Moderators, Social & Fun Moderators Posts: 10,501 Mod ✭✭✭✭ecksor


    Of course, I should point out that if nothing breaks, you are much better off setting register_globals to 'Off', as it leaves your php scripts open to security vulnerabilities if they react badly to having the user inject variables into the global namespace.


Advertisement