kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 231 forks source link

The project began to be used the function "ctype", please specify the documentation on the requirements for PHP. #6

Closed emeraldofemra closed 14 years ago

emeraldofemra commented 14 years ago

The project began to be used the function "ctype", please specify the documentation on the requirements for PHP.

kakserpom commented 14 years ago

Thank you for report, but:

http://us.php.net/manual/en/ctype.installation.php {{ Beginning with PHP 4.2.0 these functions are enabled by default. Note: Builtin support for ctype is available with PHP 4.3.0. }}

emeraldofemra commented 14 years ago

In FreeBSD, this feature is not enabled by default in any version

kakserpom commented 14 years ago

Thank you. I added: "For FreeBSD: make sure that PHP compiled with ‘—enable-ctype’." to the WIKI.