From cf0805bfe0f07f590e268e01dd22260f31f68d1c Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 13 Jan 2001 08:03:47 +0000 Subject: [PATCH] Compile requirements and some indentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39336 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/wddx.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/functions/wddx.xml b/functions/wddx.xml index d9aec85ae8..33c3368fe8 100644 --- a/functions/wddx.xml +++ b/functions/wddx.xml @@ -4,8 +4,15 @@ - These functions are intended for work with WDDX. - + These functions are intended for work with + WDDX. + + + 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 + and + . + 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 @@ print wddx_serialize_vars("a", "b", $clvars); wddx_packet_start - Starts a new WDDX packet with structure inside it + + Starts a new WDDX packet with structure inside it + Description @@ -166,8 +175,8 @@ print wddx_serialize_vars("a", "b", $clvars); packet for incremental addition of variables. It takes an optional comment string and returns a packet ID for use in later functions. It automatically creates a - structure definition inside the packet to contain the variables. - + structure definition inside the packet to contain the variables. + @@ -196,7 +205,9 @@ print wddx_serialize_vars("a", "b", $clvars); wddx_add_vars - Add variables to a WDDX packet with the specified ID + + Add variables to a WDDX packet with the specified ID + Description