-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

phpenv


> A PHP version manager for development purposes.

More information.


Install a PHP version globally:

phpenv install {version}

Refresh shim files for all PHP binaries known to `phpenv`:

phpenv rehash

List all installed PHP versions:

phpenv versions

Display the currently active PHP version:

phpenv version

Set the global PHP version:

phpenv global {version}

Set the local PHP version, which overrides the global version:

phpenv local {version}

Unset the local PHP version:

phpenv local --unset


> 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 Fri May 17 16:30:55 2024