Commit 90711af6 authored by Marco Mariani's avatar Marco Mariani

substituted pdo with plain pgsql

parent 3278daed
...@@ -64,7 +64,6 @@ environment = ...@@ -64,7 +64,6 @@ environment =
[apache-php-postgres] [apache-php-postgres]
<=apache-php <=apache-php
#configure-options +=
configure-options = configure-options =
--with-apxs2=${apache:location}/bin/apxs --with-apxs2=${apache:location}/bin/apxs
--with-libxml-dir=${libxml2:location} --with-libxml-dir=${libxml2:location}
...@@ -95,7 +94,7 @@ configure-options = ...@@ -95,7 +94,7 @@ configure-options =
--enable-zip --enable-zip
--enable-bz2 --enable-bz2
--enable-ftp --enable-ftp
--with-pdo-pgsql=${postgresql:location} --with-pgsql=${postgresql:location}
[libmcrypt] [libmcrypt]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment