Entries from May 2008

PHP6 Testing Update

Date May 23, 2008

Well, since PHP6 is still under development, a few things took longer than expected. But, below is a link to the script in SVN for what I did research a bit. I’ll have more updates and PHP6 development continues and features are refined.
 http://mycustombb.svn.sourceforge.net/viewvc/mycustombb/trunk/tools/test/unicode-php6.php?view=log

PHP6 Testing & Unicode

Date May 18, 2008

As I was working on the datapack wrapper, typing “strlen()”, I thought of PHP6’s unicode support. I decided that before I went further, I’d download it and test it out to see if the support was exactly what I thought it’d be and how I may need to modify my code in order to ensure […]

Datapack System Nearing Completion

Date May 16, 2008

The datapack system is (finally) almost complete. I had wanted it to be complete last week so I can get back to work on the backend (working on the same thing over and over is quite tedious and discouraging), however I found myself short on time. This has been a great lesson in planning - […]