Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c75d428b43ac86958ee0ddbc3c94d55cd58a5f49)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c75d428b43ac86958ee0ddbc3c94d55cd58a5f49)
  • Date: Wed, 15 Apr 2009 11:40:28 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit c75d428b43ac86958ee0ddbc3c94d55cd58a5f49
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

php: added soap config options

diff --git a/php-pear/php/CONFIGURE b/php-pear/php/CONFIGURE
index b3e22cd..99430c5 100755
--- a/php-pear/php/CONFIGURE
+++ b/php-pear/php/CONFIGURE
@@ -33,6 +33,9 @@ config_query_option PHP5_OPTS "Enable the PDO driver?" y \
config_query_option PHP5_OPTS "Enable shmop support?" n \
"--enable-shmop" "--disable-shmop" &&

+config_query_option PHP5_OPTS "Enable soap support?" n \
+ "--enable-soap" "--disable-soap" &&
+
config_query_option PHP5_OPTS "Enable System V message queues support?" n \
"--enable-sysvmsg" "--disable-sysvmsg" &&

diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 29ee1ba..fc15c4f 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2009-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added soap config options
+
2009-03-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: suhosin patch 0.9.7; cleaned up; quoting paths




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c75d428b43ac86958ee0ddbc3c94d55cd58a5f49), Vlad Glagolev, 04/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page