-
Incident report
-
Resolution: Fixed
-
Minor
-
1.8.8
-
Mac OS 10.5, sqlite 3.7.8, php 5.3.8
The sqlite3_FOO() interfaces used by frontend/php/ are obsolete. There are a number of PHP/sqlite interfaces as detailed in this message:
http://lists.macosforge.org/pipermail/macports-users/2009-January/013658.html
The "php-sqlite3" package has been superseded by the SQLite3 class.
I've attached a patch which switches the frontend to the proper sqlite interface. This applies against the 1.8.8 sources.