mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
349c134061
Slight performance improvement of multi-byte string checking via ctype_*.
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 ...