1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-21 01:42:30 +01:00
David M 86f3d738a0 so.... what does this thing do?
well, the super fast, ultra efficient, massively huge BBCode handling system was implemented differently on each DBMS. Although this provided the best performance, the solution was a bit hacky.

So what does this new thing do? We use base64 encoding to make everything nice and shiny, it turns into nice, safe characters that we can just jam into varchars on essentially any database. This has two implications: we must decode every bitfield we get AND we have slightly fewer IDs to work with. It goes down from 2040 BBCodes to 1512. We lose like a quarter of them :P

P.S. I hope nothing broke :P


git-svn-id: file:///svn/phpbb/trunk@6263 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-11 21:52:46 +00:00
..
2006-08-11 21:52:46 +00:00
2006-08-02 17:38:48 +00:00
2006-08-11 21:52:46 +00:00
2006-08-11 21:52:46 +00:00
2006-08-11 21:52:46 +00:00
2006-08-11 21:52:46 +00:00
2006-08-11 21:52:46 +00:00
2006-08-11 21:52:46 +00:00
2006-08-11 21:52:46 +00:00