-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

phpquery


> PHP extension manager for Debian-based OSes.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:30:59 2024