Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension Intl with PECL #1230

Closed
marsuboss opened this issue Nov 19, 2013 · 2 comments
Closed

Extension Intl with PECL #1230

marsuboss opened this issue Nov 19, 2013 · 2 comments
Assignees
Milestone

Comments

@marsuboss
Copy link
Contributor

I installed intl using PECL and i verified phpinfo()

capture decran 2013-11-19 a 11 09 52

When i verified to launch requirements.php for check if PHP extensions have been loaded but the extension intl is not active...

I think the problem :

https://github.com/yiisoft/yii2/blob/master/framework/yii/requirements/YiiRequirementChecker.php#L181

The result of version_compare('PECL-3.0.0', '1.0.2', '>=') is false.

I wonder if it works anyway ?

@ghost ghost assigned cebe Nov 19, 2013
@cebe cebe closed this as completed in fbfa18e Nov 19, 2013
@cebe
Copy link
Member

cebe commented Nov 19, 2013

Thanks for reporting. Should be fixed now. Can you try again please?

@marsuboss
Copy link
Contributor Author

It's works ! Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants