{ "homepage": "https://windows.php.net/", "license": { "identifier": "PHP-3.01", "url": "https://secure.php.net/license/" }, "version": "7.3.7", "architecture": { "64bit": { "url": "https://windows.php.net/downloads/releases/php-7.3.7-Win32-VC15-x64.zip", "hash": "31157d8b7a65de2df07e9d5b888f10bb21584cfb384f0135b44ac97e72dcad88" }, "32bit": { "url": "https://windows.php.net/downloads/releases/php-7.3.7-Win32-VC15-x86.zip", "hash": "c54cd4a3dbb17bc955aeb08084aa8bef4bff8f80ee7ea349745c0d3c9e2a439f" } }, "bin": [ "php.exe", "php-cgi.exe", "phpdbg.exe" ], "persist": [ "cli", [ "php.ini-production", "cli\\php.ini" ] ], "env_set": { "PHP_INI_SCAN_DIR": "$dir\\cli;$dir\\cli\\conf.d;" }, "pre_install": [ "# Create directory for custom PHP configuration", "if (!(Test-Path \"$dir\\cli\\conf.d\")) {", " (New-Item -Type directory \"$dir\\cli\\conf.d\") | Out-Null", "}" ], "post_install": [ "# Enable extensions to be found in installation-relative folder (the default is to search C:/php)", "(gc \"$dir\\cli\\php.ini\") | % { $_ -replace '; extension_dir = \"ext\"', 'extension_dir = \"ext\"' } | sc \"$dir\\cli\\php.ini\"" ], "checkver": { "url": "https://windows.php.net/download/", "re": "