Bugfix & compatibility fixes (PHP 4, MySQL 4.0)
2007-07-03 11:07
Here's the changes made today to try
to support PHP 4 and MySQL 4.0:
- r37, 39-r43 2007-07-03 Support for PHP4. Support for MySQL < 4.1 (no support for collate & charset in table creation).
- r38 2007-07-03 Bugfix: DB Migration failed if tables didn't exists. Now creating tables first then try to do DB Migration.
- r36 2007-07-03 Updated ReadMe file.