This website requires JavaScript.
Explore
Help
Register
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-02-20 16:15:00 +01:00
Code
Issues
Releases
Wiki
Activity
php-phpbb
/
phpBB
/
includes
/
db
History
David M
285ffad3c1
This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now...
...
git-svn-id: file:///svn/phpbb/trunk@6252 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-07 18:43:30 +00:00
..
dbal.php
This should end some issues we have been having regarding the proper binary encoding of stuff. :D
2006-08-06 05:52:41 +00:00
firebird.php
ok, but this time...
2006-08-02 17:38:48 +00:00
index.htm
…
mssql_odbc.php
This should end some issues we have been having regarding the proper binary encoding of stuff. :D
2006-08-06 05:52:41 +00:00
mssql.php
This should end some issues we have been having regarding the proper binary encoding of stuff. :D
2006-08-06 05:52:41 +00:00
mysql4.php
This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now...
2006-08-07 18:43:30 +00:00
mysql.php
This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now...
2006-08-07 18:43:30 +00:00
mysqli.php
This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now...
2006-08-07 18:43:30 +00:00
oracle.php
- acm_file uses an index pointer to the current row instead of shifting the result array now [Bug
#2451
]
2006-08-01 16:14:14 +00:00
postgres.php
*** empty log message ***
2006-08-06 18:18:02 +00:00
sqlite.php
This should end some issues we have been having regarding the proper binary encoding of stuff. :D
2006-08-06 05:52:41 +00:00