{
    "version": "5.5.38",
    "description": "A popular general-purpose scripting language that is especially suited to web development. (version 5.5)",
    "homepage": "https://www.php.net",
    "license": {
        "identifier": "PHP-3.01",
        "url": "https://secure.php.net/license/"
    },
    "suggest": {
        "vcredist": "extras/vcredist2012"
    },
    "architecture": {
        "64bit": {
            "url": "https://downloads.php.net/~windows/releases/archives/php-5.5.38-Win32-VC11-x64.zip",
            "hash": "2a5eec621c36b94a5f2c59706f219b598fafbef9930215760f854de6ffba0092"
        },
        "32bit": {
            "url": "https://downloads.php.net/~windows/releases/archives/php-5.5.38-Win32-VC11-x86.zip",
            "hash": "800a7e2be97aace568848e6bb91c93114ba59793a4f89c8756c66b975f2311be"
        }
    },
    "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)",
        "(Get-Content \"$dir\\cli\\php.ini\") | % { $_ -replace ';\\s?(extension_dir = \"ext\")', '$1' } | Set-Content \"$dir\\cli\\php.ini\""
    ],
    "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;"
    }
}
