ronabop         Sat Jan 13 00:03:47 2001 EDT

  Modified files:              
    /phpdoc/en/functions        wddx.xml 
  Log:
  Compile requirements and some indentation.
  
Index: phpdoc/en/functions/wddx.xml
diff -u phpdoc/en/functions/wddx.xml:1.6 phpdoc/en/functions/wddx.xml:1.7
--- phpdoc/en/functions/wddx.xml:1.6    Sat Dec 23 08:15:16 2000
+++ phpdoc/en/functions/wddx.xml        Sat Jan 13 00:03:47 2001
@@ -4,8 +4,15 @@
   
   <partintro>
    <para>
-    These functions are intended for work with <ulink 
url="&url.wddx;">WDDX</ulink>.</para>
-  
+    These functions are intended for work with
+    <ulink url="&url.wddx;">WDDX</ulink>.
+   </para>
+   <para>
+    In order to use WDDX, you will need to install the expat library
+    (which comes with apache 1.3.7 or higher) and recompile PHP with 
+    <option role="configure">--with-xml</option> and
+    <option role="configure">--enable-wddx</option>.
+   </para>
    <para>
     Note that all the functions that serialize variables use the first
     element of an array to determine whether the array is to be
@@ -149,7 +156,9 @@
   <refentry id="function.wddx-packet-start">
    <refnamediv>
     <refname>wddx_packet_start</refname>
-    <refpurpose>Starts a new WDDX packet with structure inside it</refpurpose>
+    <refpurpose>
+     Starts a new WDDX packet with structure inside it
+    </refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -166,8 +175,8 @@
      packet for incremental addition of variables.  It takes an
      optional <parameter>comment</parameter> string and returns a
      packet ID for use in later functions.  It automatically creates a
-     structure definition inside the packet to contain the variables.</para>
-   
+     structure definition inside the packet to contain the variables.
+    </para>
    </refsect1>
   </refentry>
   
@@ -196,7 +205,9 @@
   <refentry id="function.wddx-add-vars">
    <refnamediv>
     <refname>wddx_add_vars</refname>
-    <refpurpose>Add variables to a WDDX packet with the specified ID</refpurpose>
+    <refpurpose>
+     Add variables to a WDDX packet with the specified ID
+    </refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>


Reply via email to