fredericgboutin-yapla
fredericgboutin-yapla
Hi, Please bear with me for a moment, I'm really just asking a question seriously. Since I've bootstrapped this component in our CI several months ago, we never ever got...
**PHP Version:** 7.0 **OS:** Linux **Run command:** ```shell noverify check [...] ``` **Actual Behavior:** ``` Started Failed parsing stubs/phpstorm-stubs/CONTRIBUTING.md: file has incorrect syntax and cannot be parsed Indexing [...] Linting...
Hi there, First of all, thanks for this great component! We just had an issue with some `frame-src` directives that started to "mysteriously disappear". For example, we initialize a builder...
Of course, if you use the original `zendframework/zendframework1` module you are limited to 7.0 or earlier but when using a supported drop-in replacement fork like https://github.com/Shardj/zf1-future or https://github.com/zf1s/zf1 which support...
Relates to https://github.com/jokkedk/ZFDebug/issues/38 I arbitrarily put from PHP 5.3 and up, but I don't know for sure.
Sure at the time of writing there was an update back in May 2023 but here is the thing, this project is trying to mimic a Redis server in PHP....
When reading https://docs.percona.com/percona-monitoring-and-management/setting-up/client/aws.html#setting-up-the-amazon-rds-db-instance you see, ```sql CREATE USER 'pmm'@'%' IDENTIFIED BY 'pass'; GRANT SELECT, PROCESS, REPLICATION CLIENT ON *.* TO 'pmm'@'%'; ALTER USER 'pmm'@'%' WITH MAX_USER_CONNECTIONS 10; GRANT SELECT, UPDATE,...
Hi, My ❤️ to you for this great component. I just had a situation where I began running a lengthy script with this progress bar and at the very very...
| Q | A | --------------------| --------------- | PHPUnit version | 10.5.30 | PHP version | 8.2.21 | Installation Method | Composer #### Summary Except if I'm mistaken, I see...
## Context I started using the new `--strict-ambiguous` switch in `composer`, ```sh composer dump-autoload --optimize --classmap-authoritative --no-dev --strict-psr --strict-ambiguous ``` And in PHP 7.4, I'm getting a warning, ``` Warning:...