php-src/ext/ctype
Wez Furlong 05b9b20ed8 Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00
..
tests Add regression test for bug #25745 2003-10-03 16:59:44 +00:00
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
config.w32 Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
CREDITS some more info on the ctype extension 2000-11-22 01:35:58 +00:00
ctype.c Bug #25745 (ctype functions don't deal with non-ascii characters properly) 2003-10-03 15:50:01 +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 updating license information in the headers. 2003-06-10 20:04:29 +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 ...