|
@@ -117,6 +117,19 @@ config BR2_PACKAGE_PHP_EXT_MYSQLI
|
|
|
help
|
|
|
MySQL Improved extension support
|
|
|
|
|
|
+config BR2_PACKAGE_PHP_EXT_PGSQL
|
|
|
+ bool "PostgreSQL"
|
|
|
+ depends on BR2_USE_MMU # postgresql
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ depends on BR2_USE_WCHAR # postgresql
|
|
|
+ select BR2_PACKAGE_POSTGRESQL
|
|
|
+ help
|
|
|
+ PostgreSQL support
|
|
|
+
|
|
|
+comment "PostgreSQL extension needs a toolchain w/ dynamic library, wchar"
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
|
+
|
|
|
config BR2_PACKAGE_PHP_EXT_SQLITE
|
|
|
bool "SQLite3"
|
|
|
select BR2_PACKAGE_SQLITE
|