diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:58:44 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:58:44 +0000 |
commit | c3eac627bdad912e013b6fbc5df9778280ffbfce (patch) | |
tree | cef11ca9590942c1fcfb6d6c3c7dcbba812a6aae /databases/Makefile | |
parent | 45712b82ac81b9d990c970adbb59a9fe29ad44c1 (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114109
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 7b4de050ef54..d18e6395c479 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -228,6 +228,7 @@ SUBDIR += php5-odbc SUBDIR += php5-oracle SUBDIR += php5-pgsql + SUBDIR += php5-sqlite SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis |