Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (35c470e5a0110816d63aa4c541093e32ca548438)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (35c470e5a0110816d63aa4c541093e32ca548438)
  • Date: Wed, 30 Sep 2009 21:51:23 -0500

GIT changes to master grimoire by David Kowis <dkowis AT Kain.shlrm.org>:

php-pear/php/CONFIGURE | 3 +++
php-pear/php/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 35c470e5a0110816d63aa4c541093e32ca548438
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

php: need to be sure to turn off PDO drivers when not used.

diff --git a/php-pear/php/CONFIGURE b/php-pear/php/CONFIGURE
index 6a83a06..ff1ee32 100755
--- a/php-pear/php/CONFIGURE
+++ b/php-pear/php/CONFIGURE
@@ -91,6 +91,9 @@ if list_find "$PHP5_OPTS" "--enable-pdo"; then
else
config_query_option PHP5_OPTS "Enable PDO
driver for $foo?" n "--with-pdo-$foo=${INSTALL_ROOT}/usr" "--without-pdo-$foo"
fi
+ else
+ #be sure that the PDO driver is disabled
+ PHP5_OPTS="$PHP5_OPTS --without-pdo-$foo"
fi
done
fi &&
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 4e0441a..8b8602d 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2009-09-30 David Kowis <dkowis AT shlrm.org>
+ * CONFIGURE: need to force removing of pdo drivers if they're not
selected
+
2009-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: fixed built-in curl support when the subdep is selected
* CONFIGURE: fixed some typos



  • [SM-Commit] GIT changes to master grimoire by David Kowis (35c470e5a0110816d63aa4c541093e32ca548438), David Kowis, 09/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page