alindeman Fri Feb 15 18:30:41 2002 EDT
Modified files:
/phpdoc/en/functions ctype.xml
Log:
fixed bug #15581
Index: phpdoc/en/functions/ctype.xml
diff -u phpdoc/en/functions/ctype.xml:1.15 phpdoc/en/functions/ctype.xml:1.16
--- phpdoc/en/functions/ctype.xml:1.15 Sat Feb 2 10:35:55 2002
+++ phpdoc/en/functions/ctype.xml Fri Feb 15 18:30:40 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<reference id="ref.ctype">
<title>Character type functions</title>
<titleabbrev>ctype</titleabbrev>
@@ -10,6 +10,9 @@
falls into a certain character class according to the
current locale.
</para>
+ <para>
+ To get these functions to work, you must have compiled PHP
+ with <option role="configure">--with-ctype</option>.
<para>
When called with an integer argument these functions
behave exactly like their C counterparts.