1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-06 08:15:55 +02:00
tldr/pages/linux/phpquery.md
Kristopher 47d6574658
phpquery: fix broken links (#17477)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-08-05 07:49:09 +00:00

20 lines
509 B
Markdown

# phpquery
> PHP extension manager for Debian-based OSes.
> More information: <https://code.google.com/archive/p/phpquery/wikis/CommandLineInterface.wiki>.
- List available PHP versions:
`sudo phpquery -V`
- List available SAPIs for PHP 7.3:
`sudo phpquery -v {{7.3}} -S`
- List enabled extensions for PHP 7.3 with the cli SAPI:
`sudo phpquery -v {{7.3}} -s {{cli}} -M`
- Check if the JSON extension is enabled for PHP 7.3 with the apache2 SAPI:
`sudo phpquery -v {{7.3}} -s {{apache2}} -m {{json}}`