php-src/ext/ctype
Dmitry Stogov 227295a4f1 Unicode stuff is changed according to decision maden on PDM.
Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.
2006-01-17 12:18:53 +00:00
..
tests MFB: add missing skipif conditions, fix existing ones 2005-12-21 11:43:24 +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 Unicode stuff is changed according to decision maden on PDM. 2006-01-17 12:18:53 +00:00
ctype.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
ctype.xml an experimental extension providing the C ctype function family 2000-11-22 01:00:44 +00:00
package.xml "The Visa to Sibiria" (work in progress) 2004-03-23 19:46:10 +00:00
php_ctype.h bump year and license version 2006-01-01 13:10:10 +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 ...