php-src/ext/ctype
Sebastian Bergmann 38933514e1 Update headers.
2001-12-11 15:32:16 +00:00
..
tests Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail. 2001-10-22 02:53:08 +00:00
config.m4 Unified the configure messages. 2001-11-30 19:00:13 +00:00
CREDITS some more info on the ctype extension 2000-11-22 01:35:58 +00:00
ctype.c Update headers. 2001-12-11 15:32:16 +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
EXPERIMENTAL some more info on the ctype extension 2000-11-22 01:35:58 +00:00
Makefile.in an experimental extension providing the C ctype function family 2000-11-22 01:00:44 +00:00
php_ctype.h Update headers. 2001-12-11 15:32:16 +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 ...