-
### Description
Facing below test failures for ppc64le:
`====================================================================
PHP : /home/tester/php-src/sapi/cli/php
PHP_SAPI : cli…
-
Hi.
I read your `docker-files/php/7.4fpm` file, you describe that is possible to add `pdo_firebird` but I can't do this.
I try it with `RUN docker-php-ext-configure pdo_firebird --with-pdo-fireb…
-
```
app_container_dev | /usr/local/bin/docker-php-entrypoint: 9: exec: vendor/bin/phpunit: not found
app_db_dev_1 | The files belonging to this database system will be owned by user "postgres".
ap…
-
### Description
The following code:
```php
-
Following this step:
> Navigate to **plugin folder** (`$ROOT/wp-content/plugins/`) and install composer dependencies:
>
> ```bash
> composer install
> ```
I'm getting following error:
``…
-
php 8.3 FTP_BINARY not found
Works in 8.1 afaik.
Please fix
Regards
-
Hi, we use chialab/php-dev:8.2 image in our development environments for unittest pipelines.
our composer json like
.....
"ext-json": "*",
"ext-ftp": "*",
"ext-curl": "*",
…
-
Hi all,
Just checking if anyone experience the problems I am having currently (might seen some questions on the community forum).
So recently I upgraded to backpack 6 which comes with basset.
…
-
Monolog version 3
I'm getting a similar/same issue as described in https://github.com/Seldaek/monolog/issues/1764.
I'm pulling my dependencies with
```
"require": {
"php": "^8.2",
…
-
A few things to keep in mind to get extension packages working well with composer after discussing with @pierrejoye:
- set package `type` in composer.json to `php-ext`
- set name prefix to `ext-`, e.g…