Simple PHP Blog is zoals de naam al aangeeft een eenvoudige blogger geschreven in PHP. Het grote voordeel van dit stukje software is dat er geen database gebruikt wordt voor het opslaan van de data. De data wordt namelijk opgeslagen in een eenvoudig tekst bestand op een omgeving met PHP 4 of recenter. Let er wel op dat er ook verschillende schrijfrechten moeten worden ingesteld. De ontwikkelaars hebben wat problemen opgelost en versie 0.4.6.2 is hier het resultaat van. De lijst met veranderingen ziet er als volgt uit:
We have released the maintenance release promised a week or so ago. The following items are fixed and/or added:From this point on we don't expect to be doing a new version until the new year. Guti has lost some of his changes during our scramble to fix the security a few months ago, so we'll attempt to get those back in. As well, we'll also be continuing to look at some of the major bugs reported. We'll probably hold off on new features until those are done.
- Fix alternate port usage (other than 80)
- Simplified Chinese 0.4.6 translation
- Italian 0.4.6 translation
- Possible fix for sb_feed.php line 244 error
- Allow for theme writers to lock colors used.
- New "Slick" theme - supports dynamic width and color locking.
- Danish 0.4.6.1 translation
- Removed warning in gethostbyaddr call (Guti)
- Improved GetIP by also checking the preferred $_SERVER array (Guti)
- Added IP and useragent also in comments [Ed: Shows when the comment is emailed to the administrative email] (Guti)
- Updated spanish translation (Guti)
- Added translation strings to email comment sending (Guti)
- Added Bulgarian Translation thanks to Lusinda
- Fixed most png file corruption
- Select component in add_block.php has null errors fixed
- The sizing of images (if entered using the IMG button) is being ignored has been fixed