Entries from April 2008

Sun + MySQL = BIG MISTAKE; Hello, PostgreSQL

Date April 21, 2008

Sun Microsystems recently announced they will begin making certain parts of MySQL proprietary:
http://developers.slashdot.org/article.pl?sid=08/04/16/2337224
As a strong supporter of free software, this will cause some changes in MyCustomBB. Initially, the database backend was going to be designed around MySQL. Now I will be designing it with both MySQL and PostgreSQL in mind, so that if Sun goes […]

Unicode Support

Date April 21, 2008

I have been trying to determine for some time now whether or not to provide unicode support in MCBB for PHP versions less than 6 (which will support it natively). I’ve determined that, because MyCustomBB will, more likely than not, be released after PHP 6, it will not be worth investing the time to build […]