php-src/ext/ctype
Felipe Pena 9f2d50a887 - Removed unnecessary SKIPIF (unicode/tests/*)
- Removed non-unicode tests (tests that uses SKIPIF like "die('skip unicode.semantics=on');")
2008-06-09 15:54:08 +00:00
..
tests - Removed unnecessary SKIPIF (unicode/tests/*) 2008-06-09 15:54:08 +00:00
config.m4
config.w32
CREDITS
ctype.c Unicode migration for ext/ctype 2008-01-21 08:10:21 +00:00
ctype.dsp
ctype.xml
package.xml Typo 2007-03-14 09:49:58 +00:00
php_ctype.h MFB: remove unused PHP_EXTNAME_API macros. 2008-01-03 16:18:29 +00:00
README

this is an experimental extension that provides the
ctype family of function available in C
i'm not sure about whether they should go into ext/standard
or stay as an extension of their own and about using 
a ctype_ prefix or sticking with the C names ...