php-src/ext/ctype
Ilia Alshanetsky 349c134061 Fixed bug #30945 (make ctype_* functions return FALSE on empty strings).
Slight performance improvement of multi-byte string checking via ctype_*.
2004-11-30 16:55:55 +00:00
..
tests - Remove unused blocks 2004-05-19 08:56:50 +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 Fixed bug #30945 (make ctype_* functions return FALSE on empty strings). 2004-11-30 16:55:55 +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 - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33: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 ...