drewm / morse

A feature detection library for PHP code that needs to run in multiple different environments
MIT License
160 stars 4 forks source link

Section to include the Ctype extension check? #6

Closed royopa closed 9 years ago

royopa commented 9 years ago

Hi In which section I should include the extension ctype (Character type checking)? Do you think better create a section "type-related" or include ctype in string section?

drewm commented 9 years ago

I think it should go into string as the ctype functions deal with strings.

royopa commented 9 years ago

Ok, I will implement this. After this, we will have all obligatory requirements extensions to install symfony framework. (http://symfony.com/doc/current/reference/requirements.html#required) Regards!