Sergii Dolgushev
Sergii Dolgushev
1. Run `phpbrew ext install libsodium` 2. `~/.phpbrew/php/php-7.4.27/var/db/libsodium.ini` is created. Expected content for `~/.phpbrew/php/php-7.4.27/var/db/libsodium.ini`: ``` extension=sodium.so ``` Actual content for `~/.phpbrew/php/php-7.4.27/var/db/libsodium.ini`: ``` extension=libsodium.so ```
I had a funny case recently: - Have already installed `php-7.3.6`, which uses `OpenSSL 1.0.2s`: ``` $ ls -l /usr/local/opt/openssl XXX 24 Jun 9 20:58 /usr/local/opt/openssl -> ../Cellar/openssl/1.0.2s ``` -...
This PR is about changing permissions for the built bootstrap file. In the last released tag (https://github.com/softprops/serverless-rust/releases/tag/v0.3.8) integer `755` value is used https://github.com/softprops/serverless-rust/blob/c17cb6c380ee6ca5cbf441ac9df718a7325be13c/index.js#L152 Which is incorrect. In the latest master...
| Question | Answer | ------------------ | ------------------ | **JIRA issue** | [EZP-31647](https://jira.ez.no/browse/EZP-31647) | **Bug/Improvement**| yes | **New feature** | no | **Target version** | 2.0 | **BC breaks** |...
| Question | Answer | ------------- | --- | Tickets | [EZP-31296](https://jira.ez.no/browse/EZP-31296) | Bug fix? | no | New feature? | no | BC breaks? | no | Tests pass?...
| Question | Answer | ------------- | --- | Tickets | [EZP-30732](https://jira.ez.no/browse/EZP-30732) | Bug fix? | no | New feature? | yes | BC breaks? | no | Tests pass?...
Installation via Composer was added recently, which is a great idea - the more ways `phanalist` can be installed the better it is. But I don't think it should be...