2c2e3eefde
much better php70 support. The optional database backend has switched from PEAR to PDO, so include an UPDATING note about it.
5 lines
226 B
Text
5 lines
226 B
Text
If you enable the PDO database framework option, you still need to install a
|
|
database-specific PDO driver.
|
|
|
|
For example, if you're using php 7.0, you could install php70-pdo_sqlite,
|
|
from /usr/ports/databases/php70-pdo_sqlite.
|