From 6793ce50e72e5c1fdedabfde413678b7b370999e Mon Sep 17 00:00:00 2001
From: Adam Harvey <aharvey@php.net>
Date: Wed, 26 Jan 2011 23:55:03 +0000
Subject: [PATCH] Fix doc bug #53187 (urlencode and ~ encodes differently in
 the various versions of the functions).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307773 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/url/functions/rawurlencode.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/reference/url/functions/rawurlencode.xml b/reference/url/functions/rawurlencode.xml
index 074234422e..04fbdaf5c8 100644
--- a/reference/url/functions/rawurlencode.xml
+++ b/reference/url/functions/rawurlencode.xml
@@ -65,6 +65,13 @@
       </row>
      </thead>
      <tbody>
+      <row>
+       <entry>5.3.4</entry>
+       <entry>
+        Tilde characters are no longer encoded when
+        <function>rawurlencode</function> is used with EBCDIC strings.
+       </entry>
+      </row>
       <row>
        <entry>5.3.0</entry>
        <entry>