Versie 3.1.9 van phpBB is uitgebracht. Met dit programma is het mogelijk om een webforum te maken. PhpBB wordt onder de gpl-licentie beschikbaar gesteld en maakt gebruik van php en een databaseprogramma om berichten op te slaan. Naast MySQL worden ook PostgreSQL, Oracle Database, Microsoft SQL Server en SQLite als databasesoftware ondersteund. Versie 3.1 bevat een groot aantal veranderingen voor zowel gebruikers en admins als ontwikkelaars. De belangrijkste veranderingen die in deze versie zijn aangebracht zijn hieronder op een rijtje gezet:
New FeaturesNotable Changes
- Respect X-Forwarded-Headers for upgrading non-SSL to SSL connection - Proxy's request to upgrade users to using SSL instead of non-SSL communication will be correctly respected (e.g. when using HAproxy). This requires default ports for SSL and can only be used for upgrading from non-SSL to SSL and not to downgrade from SSL to non-SSL.
- Disable sending headers - Extension authors can disable sending headers in the page_header() function and the controller helper's render() method
Notable Bug Fixes
- Q&A fallback to non-default language questions - Q&A will try to fall back to Q&A combos that are not the current or default language if it's enabled and no valid Q&A set for the current or default language are set. If this is not possible, the captcha system will throw an error and prevent registrations without filling out the captcha caused by the invalid setup and misconfiguration.
- Removed automatic approve of unapproved posts - Editing an unapproved post as a moderator will no longer automatically approve it.
- Email queue not cached by opcache - Email queue won't be cached by opcache anymore. This caused issues with dulicate emails.
- Correct column default in MSSQL - Database column default will no longer be incorrectly escaped in MSSQL (caused upgrade issues for 3.0.x to 3.1.x)
- Modified since for files served with download/file.php - The modified since header was not correctly served
- File update when using non-file based cache - Admins updating when using caches like memcache no longer see the comparing files page over and over again when looking at file changes
- Attachments display according to the correct BBCode ID - Attachments displayed now correctly correspond to the ones defined by the attachment BBCodes that were added using the frontend
