适用于 Fedora 14 的 PHP 和 SQLite V2 扩展

适用于 Fedora 14 的 PHP 和 SQLite V2 扩展

如何在 Fedora 14 上添加对 PHP SQLite V2 扩展的支持?

答案1

它可从 Remi 的存储库获得:

php-sqlite-5.3.4-3.fc14.remi.i686.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine
php-sqlite-5.3.5-1.fc14.remi.i686.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine
php-sqlite-5.3.4-3.fc14.remi.x86_64.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine
php-sqlite-5.3.5-1.fc14.remi.x86_64.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine

从这里开始阅读有关 YUM 自动配置的信息:

http://blog.famillecollet.com/pages/Config-en

只需两个简单的步骤即可获得带有 SQLite 的 PHP:

  1. 添加 remi 存储库:
    rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm
  2. 安装 php-sql:
    yum --enablerepo=remi 安装 php-sqlite

相关内容