PHP Fixes
May 2, 2006 | In Development |I discovered last thing on Sunday that my hosting company does not support PHP version 5.
Very inconvenient of them.
This means I’ve had to rewrite the PHP diary system using xml_parse, instead of the much simpler and easier XML DOMDocument. I’ve finally found time to do this, and so here it is at last.
The diary system is not as well written as I would like, but this is a quick “hacked” together version, until I can find time to do a better job.