Since PHP 8.0, PHP provides the
github.com
The contents of this variable shows up in the PHPInfo output and since PHP 8.4 it also shows up when running
Read more
PHP_BUILD_PROVIDER
variable to indicate the “origin” of a PHP binary:display info about system used to build and its provider · php/php-src@ad0d2e4
The PHP Interpreter. Contribute to php/php-src development by creating an account on GitHub.
The contents of this variable shows up in the PHPInfo output and since PHP 8.4 it also shows up when running
php -v
(using the example of the PHP docker image):
Code:
root@3238e47e74fb:/# php -v
PHP 8.4.5 (cli) (built: Mar 17 2025 23:15:40) (NTS)
Copyright (c) The PHP Group
Built by...
Read more