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

Group to check intl extension? #12

Closed royopa closed 9 years ago

royopa commented 9 years ago

In which group I can chech the INTL extension? http://php.net/manual/en/intl.installation.php

drewm commented 9 years ago

How about string? Do you think it would fit there?

royopa commented 9 years ago

I thought it would be interesting another related group internationalization, but do not know if it would be needed.

drewm commented 9 years ago

Possibly. Which other types of tests would also go under internationalization?

royopa commented 9 years ago

I did a search in PHP manual and I found only intl extension to Internationalization, so I think that it is not necessary create a new "internationalization" group. http://php.net/manual/en/funcref.php Ok, I will implement intl check in string group.

On Thu, Jun 18, 2015 at 10:15 AM, Drew McLellan notifications@github.com wrote:

Possibly. Which other types of tests would also go under internationalization?

— Reply to this email directly or view it on GitHub https://github.com/drewm/morse-php/issues/12#issuecomment-113151345.

Rodrigo Prado de Jesus http://about.me/royopa royopa@gmail.com

drewm commented 9 years ago

Great. Thanks for your contributions!