mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
cc8af0bce5
commit
6793ce50e7
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue