php-src/ext/ctype
Sebastian Bergmann b506f5c8f8 Bump year.
2002-12-31 16:08:15 +00:00
..
tests Fix platform dependencies, setlocale output, bug #19836 2002-10-10 15:27:11 +00:00
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
CREDITS some more info on the ctype extension 2000-11-22 01:35:58 +00:00
ctype.c Bump year. 2002-12-31 16:08:15 +00:00
ctype.dsp make ctype ext compile under windows 2000-11-23 14:14:40 +00:00
ctype.xml an experimental extension providing the C ctype function family 2000-11-22 01:00:44 +00:00
php_ctype.h Bump year. 2002-12-31 16:08:15 +00:00
README some more info on the ctype extension 2000-11-22 01:35:58 +00:00

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 ...