Quantcast
Channel: Plesk Forum
Viewing all articles
Browse latest Browse all 45967

Specify the `PHP_BUILD_PROVIDER` environment variable when compiling PHP

$
0
0
Since PHP 8.0, PHP provides the PHP_BUILD_PROVIDER variable to indicate the “origin” of a PHP binary:


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

Viewing all articles
Browse latest Browse all 45967

Trending Articles