This website requires JavaScript.
Explore
Help
Sign In
mirror
/
php-phpbb
Watch
1
Star
0
Fork
0
You've already forked php-phpbb
mirror of
https://github.com/phpbb/phpbb.git
synced
2025-06-26 04:55:12 +02:00
Code
Issues
Releases
Wiki
Activity
Files
dfe674ffa12a77468ef2663d75d67768ee219039
php-phpbb
/
phpBB
/
includes
/
db
History
…
..
dbal.php
…
firebird.php
…
index.htm
…
mssql_odbc.php
…
mssql.php
…
mysql.php
…
mysqli.php
…
oracle.php
…
postgres.php
- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations.
2007-05-05 04:53:43 +00:00
sqlite.php
…