From 0f0f5f45cedde6a3498afd3d66c8d142e63596eb Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Fri, 20 Oct 2000 15:01:00 +0000 Subject: [PATCH] Fix broken reference between the ASCII/EBCDIC conversion functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34215 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/apache.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/apache.xml b/functions/apache.xml index 9b0c953446..091f6f301b 100644 --- a/functions/apache.xml +++ b/functions/apache.xml @@ -181,14 +181,14 @@ while (list ($header, $value) = each ($headers)) { - ASCII2EBCDIC is an Apache-specific function which + ascii2ebcdic is an Apache-specific function which is available only on EBCDIC based operating systems (OS/390, BS2000). It translates the ASCII encoded string ascii_str to its equivalent EBCDIC representation (binary safe), and returns the result. - See also the reverse function EBCDIC2ASCII + See also the reverse function ebcdic2ascii @@ -207,14 +207,14 @@ while (list ($header, $value) = each ($headers)) { - EBCDIC2ASCII is an Apache-specific function which + ebcdic2ascii is an Apache-specific function which is available only on EBCDIC based operating systems (OS/390, BS2000). It translates the EBCDIC encoded string ebcdic_str to its equivalent ASCII representation (binary safe), and returns the result. - See also the reverse function ASCII2EBCDIC + See also the reverse function ascii2ebcdic