Hi all,

This is a patch to address an error I made in the documentation for
the Variables section:


RCS file: /repository/phpdoc/en/language/variables.xml,v
retrieving revision 1.104
diff -u -u -r1.104 variables.xml
--- en/language/variables.xml   8 Oct 2008 19:50:07 -0000       1.104
+++ en/language/variables.xml   4 Nov 2008 07:13:13 -0000
@@ -21,8 +21,8 @@

    <note>
     <simpara>
-     For our purposes here, a letter is a-z, A-Z, and the ASCII
-     characters from 127 through 255 (0x7f-0xff).
+     For our purposes here, a letter is a-z, A-Z, and the bytes from
+     127 through 255 (0x7f-0xff).
     </simpara>
    </note>


As noted in a recent bug report, true ASCII is seven-bit. This
addresses http://bugs.php.net/bug.php?id=46474


Regards,

Torben

Reply via email to