Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (13ba0e2aff49c0b94866db014890d26f43a1f0fe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (13ba0e2aff49c0b94866db014890d26f43a1f0fe)
  • Date: Mon, 20 Oct 2008 11:54:06 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

php-pear/php/DEPENDS | 2 +-
php-pear/php/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 13ba0e2aff49c0b94866db014890d26f43a1f0fe
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/php: --with-dom -> --enable-dom (Bug #14829)

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index 1e2426c..7fbc23e 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -8,7 +8,7 @@ depends readline "--with-readline" &&
depends zlib "--with-zlib" &&

# This is required since PHP5
-depends libxml2 "--enable-xml --with-dom --with-xmlrpc" &&
+depends libxml2 "--enable-xml --enable-dom --with-xmlrpc" &&

case "${PHP5_APACHE}" in
handler) depends APACHE;;
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 80e741a..f07f51e 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2008-10-20 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: --with-dom -> --enable-dom (Bug #14829)
+
2008-10-08 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD: fix building of IMAP extension with SSL (Bug #14799)




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (13ba0e2aff49c0b94866db014890d26f43a1f0fe), Elisamuel Resto, 10/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page