git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72788 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-03-11 21:40:55 +00:00
parent 7ba019bbd3
commit 3417e7e8b5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.22 $ -->
<!-- $Revision: 1.23 $ -->
<reference id="ref.ctype">
<title>Character type functions</title>
<titleabbrev>ctype</titleabbrev>
@ -36,7 +36,7 @@
<section id="ctype.installation">
<title>Installation</title>
<para>
Beginning with PHP 4.2.0 these function are enabled by default.
Beginning with PHP 4.2.0 these functions are enabled by default.
For older versions you have to configure and compile PHP
with <option role="configure">--enable-ctype</option>.
</para>