sterling                Wed Jun 25 16:53:52 2003 EDT

  Modified files:              
    /php-src/ext/dom    config.m4 
    /php-src/ext/simplexml      config.m4 
    /php-src/ext/xml    config.m4 
  Log:
  these should be enabled by default.  At least this much was agreed upon when 
  the decision to debundle libxml2 was made.
  
  
Index: php-src/ext/dom/config.m4
diff -u php-src/ext/dom/config.m4:1.6 php-src/ext/dom/config.m4:1.7
--- php-src/ext/dom/config.m4:1.6       Wed Jun 25 14:06:06 2003
+++ php-src/ext/dom/config.m4   Wed Jun 25 16:53:52 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.6 2003/06/25 18:06:06 sterling Exp $
+dnl $Id: config.m4,v 1.7 2003/06/25 20:53:52 sterling Exp $
 dnl
 
 AC_DEFUN(PHP_DOM_CHECK_VERSION,[
@@ -21,7 +21,7 @@
 
 PHP_ARG_WITH(dom, for new DOM support,
 [  --with-dom[=DIR]       Include new DOM support (requires libxml >= 2.4.14).
-                          DIR is the libxml install directory.])
+                          DIR is the libxml install directory.], yes)
 
 if test -z "$PHP_ZLIB_DIR"; then
   PHP_ARG_WITH(zlib-dir, for the location of libz,
Index: php-src/ext/simplexml/config.m4
diff -u php-src/ext/simplexml/config.m4:1.2 php-src/ext/simplexml/config.m4:1.3
--- php-src/ext/simplexml/config.m4:1.2 Tue May 20 04:46:55 2003
+++ php-src/ext/simplexml/config.m4     Wed Jun 25 16:53:52 2003
@@ -1,8 +1,8 @@
-dnl $Id: config.m4,v 1.2 2003/05/20 08:46:55 derick Exp $
+dnl $Id: config.m4,v 1.3 2003/06/25 20:53:52 sterling Exp $
 dnl config.m4 for extension simplexml
 
 PHP_ARG_WITH(simplexml, for simplexml support,
-[  --with-simplexml             Include simplexml support])
+[  --with-simplexml       Include simplexml support], yes)
 
 if test "$PHP_SIMPLEXML" != "no"; then
 
Index: php-src/ext/xml/config.m4
diff -u php-src/ext/xml/config.m4:1.45 php-src/ext/xml/config.m4:1.46
--- php-src/ext/xml/config.m4:1.45      Mon May 19 20:20:29 2003
+++ php-src/ext/xml/config.m4   Wed Jun 25 16:53:52 2003
@@ -1,9 +1,9 @@
 dnl
-dnl $Id: config.m4,v 1.45 2003/05/20 00:20:29 sniper Exp $
+dnl $Id: config.m4,v 1.46 2003/06/25 20:53:52 sterling Exp $
 dnl
 
 PHP_ARG_ENABLE(xml,whether to enable XML support,
-[  --disable-xml           Disable XML support. Requires libxml2.], yes)
+[  --disable-xml           Disable XML support.], yes)
 
 PHP_ARG_WITH(libxml-dir, libxml install dir,
 [  --with-libxml-dir=DIR     XML: libxml install prefix], no, no)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to