From d455ccf21d97bfbdd2a0888cff8a6aafd0604a36 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 1 Oct 2008 11:01:54 +0000 Subject: [PATCH] Fix build git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266878 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 95f8371f32..c89a4f4339 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + curl_setopt @@ -784,7 +784,7 @@ The full data to post in a HTTP "POST" operation. To post a file, prepend a filename with @ and use the full path. This can either be passed as a urlencoded - string like 'para1=val1¶2=val2&...' or as an array with the + string like 'para1=val1&para2=val2&...' or as an array with the field name as key and field data as value.