PHP 7.2 reached end of life on 30 Nov 2020 and is no longer being updated. It's strongly recommended to upgrade to the latest version as soon as possible. You can read the official PHP migration guide here.
C:\PHP7.2
C:\PHP7.2
folderC:\PHP7.2
to the system PATH variablephp.ini-development
to php.ini
php.ini
and uncomment the required extensions by removing the semicolon (;) at the beginning of the linephp -v
and press EnterPHP 7.2.34 (cli) (built: Dec 17 2020 16:01:35) ( ZTS MSVC15 (Visual C++ 2017) x64 ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
info.php
in your web server's document root with the following content:
<?php phpinfo(); ?>
http://localhost/info.php
)