-
**sysPass Version**: 3.1
**Describe the question**: I want to **globally change log level** from `INFO` to `WARN` or higher. **Is it somehow possible?** I have full error.log of logs like:
```
[S…
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 4.10.8
- Ruby:
- Distribution:Ubuntu 16.04
- Module version: 3.4.1
## How to reproduce (e.g Puppet code you use)
…
-
I am getting the following error, when I try to install a needed php extension.
`WARNING: The repository tag for world dependency 'php7-pear@testing' does not exist`
-
I need more information how to develop php app using composer or other tools for ngx_php7.
Any documentation and guide ?
* Using composer ?
* Compine php extensions into embeded ? Which one ? B…
-
Installer is no longer working due to PHP7 not including the MYSQL extension.
Could someone please fix this :(
-
Hi,
Thank you very much for your extension.
I work with open vscode in wsl 2 and I use docker to run the different services like php.
I don't want to install php in my wsl2, so at the root of m…
ljr95 updated
2 months ago
-
I had to tweak Dockerfile to make it work:
```
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN add-apt-repository ppa:ondrej/php && \
apt-get update && \
apt install -y soft…
-
### Description of your issue:
My Shippable builds get often failed.
- https://app.shippable.com/github/1eq/1EQ/runs/10658/1/console
- build:
ci:
# before_install section
#- export…
-
once you tried judy arrays, you can't live without them! any chance to get the extension updated for php7? :)
-
Notes on upgrading a php7.4 system to php8.1
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt install php8.1
sudo apt install php8.1-curl php8.1-mbstring php8.1-xml php8.1-ig…