Bug#1033245: php-common: phpquery doesn't retrieve fpm version installed

2023-03-20 Thread Azerttyu
Hello My purpose is to retrieve all php fpm installed. With phpquery, I presume coud be provided by phpquery -s fpm -V I could get this information with find -L /etc/php -mindepth 2 -maxdepth 2 -name fpm -printf "%h\n" Other options could be : dpkg --get-selections |grep "fpm\s*install" We

Bug#1033245: php-common: phpquery doesn't retrieve fpm version installed

2023-03-20 Thread Ondřej Surý
Hi, your bug report is quite hard to parse, but I am 99% sure that this: > * What exactly did you do (or not do) that was effective (or ineffective)? > > I've executed "phpquery -s fpm -V" is not the full picture. So, could you transparently describe what you did to your system that led to t

Bug#1033245: php-common: phpquery doesn't retrieve fpm version installed

2023-03-20 Thread Azerttyu
Package: php-common Version: 2:93+0~20221211.45+debian11~1.gbpdb4dcc Severity: normal Dear Maintainer, * What led up to the situation? phpquery doesn't return fpm version installed. In my usecase php 8.2 is not installed with fpm behavior. Error looks come from https://salsa.debian.org/php-t