PHP開(kāi)源論壇:phpBB 3.0.0 Final

2010-08-28 10:52:54來(lái)源:西部e網(wǎng)作者:

phpBB不僅是受歡迎的自由軟件還是個(gè)開(kāi)放源代碼的網(wǎng)絡(luò)論壇系統(tǒng),使用PHP作為程序語(yǔ)言,并支持如MySQL、 PostgreSQL、MSSQL、Microsoft Access與Oracle[1]等的資料庫(kù).
除去資料庫(kù)支持上,以下為phpBB的幾項(xiàng)優(yōu)點(diǎn):

* 使用樣板系統(tǒng)設(shè)計(jì)可方便地快速修改
* 國(guó)際化并支持61種可用的語(yǔ)言翻譯,phpBB聲稱可同時(shí)安裝多套翻譯
* 龐大且眾多的網(wǎng)絡(luò)論壇提供使用者自由交流與外掛軟件的支援

3.0.0 has seen some some critical bugs fixed, including:

[Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)
[Fix] Check "able to disable word censor" option while applying word censor on text (Bug #15974)
[Fix] Rollback changes on failed transaction if returning on sql error, if set
[Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)

下載: phpBB 3.0.0 Final (點(diǎn)擊不能下載,要使用右鍵另存為)

關(guān)鍵詞:PHP