Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Require PHP extension mcrypt in composer.json #6037

Closed
maxailloud opened this issue Mar 25, 2014 · 6 comments · Fixed by #6106
Closed

Require PHP extension mcrypt in composer.json #6037

maxailloud opened this issue Mar 25, 2014 · 6 comments · Fixed by #6106

Comments

@maxailloud
Copy link

The ZendCrypt component require the mcrypt PHP extension to work but this extension is not in the require section in its composer.json, or even in this repository composer.json file.

Maybe you should add it.

@Maks3w
Copy link
Member

Maks3w commented Mar 25, 2014

Should have a mention in the suggest section. require can't be choose because is able to work with alternative extensions.

Do you want to send a patch? (https://github.com/zendframework/zf2/blob/master/library/Zend/Crypt/composer.json)

@Maks3w Maks3w added this to the 2.3.1 milestone Mar 25, 2014
@maxailloud
Copy link
Author

Okay I'll do the patch.

Which extension can be used with this component? (just for my information)

@Maks3w
Copy link
Member

Maks3w commented Mar 25, 2014

mcrypt, openssl, ... depend of your use case

@maxailloud
Copy link
Author

Ok I see.

@samsonasik
Copy link
Contributor

@maxailloud do you working on it ?

@maxailloud
Copy link
Author

Just didn't have time to.

weierophinney added a commit that referenced this issue Apr 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants