├── .gitignore ├── Scoop-Bucket.Tests.ps1 ├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ └── hash-error.yml ├── workflows │ ├── pull_request.yml │ ├── excavator.yml │ ├── issue_comment.yml │ └── issues.yml └── pull_request_template.md ├── bin ├── checkver.ps1 ├── checkurls.ps1 ├── checkhashes.ps1 ├── formatjson.ps1 ├── missing-checkver.ps1 ├── auto-pr.ps1 ├── test.ps1 └── postinstall.ps1 ├── .gitattributes ├── README.md ├── .editorconfig ├── bucket ├── php5.2.6.json ├── php5.2.6-nts.json ├── php5.2.7.json ├── php5.2.8.json ├── php5.2.9.json ├── php5.2.json ├── php5.2.10.json ├── php5.2.11.json ├── php5.2.12.json ├── php5.2.13.json ├── php5.2.14.json ├── php5.2.15.json ├── php5.2.16.json ├── php5.2.17.json ├── php5.2.10-nts.json ├── php5.2.11-nts.json ├── php5.2.12-nts.json ├── php5.2.13-nts.json ├── php5.2.14-nts.json ├── php5.2.15-nts.json ├── php5.2.16-nts.json ├── php5.2.17-nts.json ├── php5.2.7-nts.json ├── php5.2.8-nts.json ├── php5.2.9-nts.json ├── php7.0.15-nts.json ├── php7.0.18-nts.json ├── php5.3.0.json ├── php5.3.1.json ├── php5.3.10.json ├── php5.3.11.json ├── php5.3.12.json ├── php5.3.13.json ├── php5.3.14.json ├── php5.3.15.json ├── php5.3.16.json ├── php5.3.17.json ├── php5.3.18.json ├── php5.3.19.json ├── php5.3.2.json ├── php5.3.20.json ├── php5.3.21.json ├── php5.3.22.json ├── php5.3.23.json ├── php5.3.24.json ├── php5.3.25.json ├── php5.3.26.json ├── php5.3.27.json ├── php5.3.28.json ├── php5.3.29.json ├── php5.3.3.json ├── php5.3.4.json ├── php5.3.5.json ├── php5.3.6.json ├── php5.3.7.json ├── php5.3.8.json ├── php5.3.9.json ├── php5.3.json ├── php5.4.0.json ├── php5.4.1.json ├── php5.4.10.json ├── php5.4.11.json ├── php5.4.12.json ├── php5.4.13.json ├── php5.4.14.json ├── php5.4.15.json ├── php5.4.16.json ├── php5.4.17.json ├── php5.4.18.json ├── php5.4.19.json ├── php5.4.2.json ├── php5.4.20.json ├── php5.4.21.json ├── php5.4.22.json ├── php5.4.23.json ├── php5.4.24.json ├── php5.4.25.json ├── php5.4.26.json ├── php5.4.27.json ├── php5.4.28.json ├── php5.4.29.json ├── php5.4.3.json ├── php5.4.30.json ├── php5.4.31.json ├── php5.4.32.json ├── php5.4.33.json ├── php5.4.34.json ├── php5.4.35.json ├── php5.4.36.json ├── php5.4.37.json ├── php5.4.38.json ├── php5.4.39.json ├── php5.4.4.json ├── php5.4.40.json ├── php5.4.41.json ├── php5.4.42.json ├── php5.4.43.json ├── php5.4.44.json ├── php5.4.45.json ├── php5.4.5.json ├── php5.4.6.json ├── php5.4.7.json ├── php5.4.8.json ├── php5.4.9.json ├── php5.4.json ├── php5.3-nts.json ├── php5.3.0-nts.json ├── php5.3.1-nts.json ├── php5.3.2-nts.json ├── php5.3.3-nts.json ├── php5.3.4-nts.json ├── php5.3.5-nts.json ├── php5.3.6-nts.json ├── php5.3.7-nts.json ├── php5.3.8-nts.json ├── php5.3.9-nts.json ├── php5.4-nts.json ├── php5.4.0-nts.json ├── php5.4.1-nts.json ├── php5.4.2-nts.json ├── php5.4.3-nts.json ├── php5.4.4-nts.json ├── php5.4.5-nts.json ├── php5.4.6-nts.json ├── php5.4.7-nts.json ├── php5.4.8-nts.json ├── php5.4.9-nts.json ├── php5.5.35.json ├── php5.3.10-nts.json ├── php5.3.11-nts.json ├── php5.3.12-nts.json ├── php5.3.13-nts.json ├── php5.3.14-nts.json ├── php5.3.15-nts.json ├── php5.3.16-nts.json ├── php5.3.17-nts.json ├── php5.3.18-nts.json ├── php5.3.19-nts.json ├── php5.3.20-nts.json ├── php5.3.21-nts.json ├── php5.3.22-nts.json ├── php5.3.23-nts.json ├── php5.3.24-nts.json ├── php5.3.25-nts.json ├── php5.3.26-nts.json ├── php5.3.27-nts.json ├── php5.3.28-nts.json ├── php5.3.29-nts.json ├── php5.4.10-nts.json ├── php5.4.11-nts.json ├── php5.4.12-nts.json ├── php5.4.13-nts.json ├── php5.4.14-nts.json ├── php5.4.15-nts.json ├── php5.4.16-nts.json ├── php5.4.17-nts.json ├── php5.4.18-nts.json ├── php5.4.19-nts.json ├── php5.4.20-nts.json ├── php5.4.21-nts.json ├── php5.4.22-nts.json ├── php5.4.23-nts.json ├── php5.4.24-nts.json ├── php5.4.25-nts.json ├── php5.4.26-nts.json ├── php5.4.27-nts.json ├── php5.4.28-nts.json ├── php5.4.29-nts.json ├── php5.4.30-nts.json ├── php5.4.31-nts.json ├── php5.4.32-nts.json ├── php5.4.33-nts.json ├── php5.4.34-nts.json ├── php5.4.35-nts.json ├── php5.4.36-nts.json ├── php5.4.37-nts.json ├── php5.4.38-nts.json ├── php5.4.39-nts.json ├── php5.4.40-nts.json ├── php5.4.41-nts.json ├── php5.4.42-nts.json ├── php5.4.43-nts.json ├── php5.4.44-nts.json ├── php5.4.45-nts.json ├── php7.1.json ├── php5.5.0.json ├── php5.5.1.json ├── php5.5.2.json ├── php5.5.3.json ├── php5.5.4.json ├── php5.5.5.json ├── php5.5.6.json ├── php5.5.7.json ├── php5.5.8.json ├── php5.5.9.json ├── php5.6.0.json ├── php5.6.1.json ├── php5.6.2.json ├── php5.6.3.json ├── php5.6.4.json ├── php5.6.5.json ├── php5.6.6.json ├── php5.6.7.json ├── php5.6.8.json ├── php5.6.9.json ├── php7.0.0.json ├── php7.0.1.json ├── php7.0.2.json ├── php7.0.3.json ├── php7.0.4.json ├── php7.0.5.json ├── php7.0.6.json ├── php7.0.7.json ├── php7.0.8.json ├── php7.0.9.json └── php7.1.0.json └── LICENSE /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.gitignore -------------------------------------------------------------------------------- /Scoop-Bucket.Tests.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | . "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1" 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | contact_links: 3 | - name: Scoop Community Support 4 | url: https://github.com/ScoopInstaller/Scoop/discussions 5 | about: Please ask Scoop related questions here. 6 | -------------------------------------------------------------------------------- /bin/checkver.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $checkver = "$env:SCOOP_HOME/bin/checkver.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $checkver -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /bin/checkurls.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $checkurls = "$env:SCOOP_HOME/bin/checkurls.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $checkurls -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /bin/checkhashes.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $checkhashes = "$env:SCOOP_HOME/bin/checkhashes.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $checkhashes -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /bin/formatjson.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $formatjson = "$env:SCOOP_HOME/bin/formatjson.ps1" 3 | $path = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $formatjson -Dir $path @Args 5 | -------------------------------------------------------------------------------- /bin/missing-checkver.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 2 | $missing_checkver = "$env:SCOOP_HOME/bin/missing-checkver.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | & $missing_checkver -Dir $dir @Args 5 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Since Scoop is a Windows-only tool, we can safely use CRLF line endings for all text files. 2 | # If Git decides that the content is text, its line endings will be normalized to CRLF in the working tree on checkout. 3 | # In the Git index/repository the files will always be stored with LF line endings. This is fine. 4 | * text=auto eol=crlf 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PHP Bucket for [Scoop Installer](http://scoop.sh) 2 | 3 | ## Feature 4 | * All PHP versions from *v5.2* to *v8.4* 5 | * Persistent custom configuration files 6 | * Auto update enabled 7 | 8 | ## Usage 9 | 1. Add the bucket with `scoop bucket add php` 10 | 2. Install your prefered PHP version with `scoop install php/php7.1.5` 11 | -------------------------------------------------------------------------------- /bin/auto-pr.ps1: -------------------------------------------------------------------------------- 1 | param( 2 | # overwrite upstream param 3 | [String]$upstream = "ScoopInstaller/PHP:master" 4 | ) 5 | 6 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } 7 | $autopr = "$env:SCOOP_HOME/bin/auto-pr.ps1" 8 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 9 | & $autopr -Dir $dir -Upstream $Upstream @Args 10 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig (is awesome): http://EditorConfig.org 2 | 3 | # * top-most EditorConfig file 4 | root = true 5 | 6 | # default style settings 7 | [*] 8 | charset = utf-8 9 | end_of_line = crlf 10 | indent_size = 4 11 | indent_style = space 12 | insert_final_newline = true 13 | trim_trailing_whitespace = true 14 | 15 | [*.{yml,yaml}] 16 | indent_size = 2 17 | -------------------------------------------------------------------------------- /.github/workflows/pull_request.yml: -------------------------------------------------------------------------------- 1 | on: 2 | pull_request_target: 3 | types: [opened] 4 | name: Pull Requests 5 | jobs: 6 | pullRequestHandler: 7 | name: PullRequestHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: PullRequestHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | env: 14 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 15 | -------------------------------------------------------------------------------- /.github/workflows/excavator.yml: -------------------------------------------------------------------------------- 1 | on: 2 | workflow_dispatch: 3 | schedule: 4 | # run every 4 hours 5 | - cron: '30 */4 * * *' 6 | name: Excavator 7 | jobs: 8 | excavate: 9 | name: Excavate 10 | runs-on: windows-latest 11 | steps: 12 | - uses: actions/checkout@main 13 | - name: Excavate 14 | uses: ScoopInstaller/GithubActions@main 15 | env: 16 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 17 | SKIP_UPDATED: '1' 18 | -------------------------------------------------------------------------------- /.github/workflows/issue_comment.yml: -------------------------------------------------------------------------------- 1 | on: 2 | issue_comment: 3 | types: [created] 4 | name: Commented Pull Request 5 | jobs: 6 | pullRequestHandler: 7 | name: PullRequestHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: PullRequestHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | if: startsWith(github.event.comment.body, '/verify') 14 | env: 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 | -------------------------------------------------------------------------------- /bin/test.ps1: -------------------------------------------------------------------------------- 1 | #Requires -Version 5.1 2 | #Requires -Modules @{ ModuleName = 'BuildHelpers'; ModuleVersion = '2.0.1' } 3 | #Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '5.2.0' } 4 | 5 | $pesterConfig = New-PesterConfiguration -Hashtable @{ 6 | Run = @{ 7 | Path = "$PSScriptRoot/.." 8 | PassThru = $true 9 | } 10 | Output = @{ 11 | Verbosity = 'Detailed' 12 | } 13 | } 14 | $result = Invoke-Pester -Configuration $pesterConfig 15 | exit $result.FailedCount 16 | -------------------------------------------------------------------------------- /.github/workflows/issues.yml: -------------------------------------------------------------------------------- 1 | on: 2 | issues: 3 | types: [opened, labeled] 4 | name: Issues 5 | jobs: 6 | issueHandler: 7 | name: IssueHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: IssueHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) 14 | env: 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 | -------------------------------------------------------------------------------- /bucket/php5.2.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.6-Win32.zip", 18 | "hash": "2669b0a9a4d0f1185f00c121463fe353e0bc2c810f0734ce3b8b2a0121c5010d" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.6-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.6-nts-Win32.zip", 18 | "hash": "5a6edfada6b327c4766ff582eb788689fc8c5aa5c674974fce18e9ffcea1a086" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.7-Win32-VC6-x86.zip", 18 | "hash": "43610c82a9e06ed9340fcdc66de86f6ae0498a86064022eeb779cf2df56614ff" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.8-Win32-VC6-x86.zip", 18 | "hash": "82f0948ac81abaa4fa39f2add42ce15e2662b6cda7ec4fea8adc7e78fcc2911f" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.9-Win32-VC6-x86.zip", 18 | "hash": "f04f23a94386526bda421881066884ee7b7d73ad30c57d8a23871eaf8ac3cf47" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.17", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.17-Win32-VC6-x86.zip", 18 | "hash": "18951f4a6282b5a34afa11e07249d336169bc06a98dba88bd5cff72109105ca0" 19 | } 20 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/hash-error.yml: -------------------------------------------------------------------------------- 1 | name: 🔢 Hash Error 2 | description: Open an issue about a package's hash is incorrect. 3 | labels: ["bug"] 4 | body: 5 | - type: checkboxes 6 | attributes: 7 | label: Prerequisites 8 | options: 9 | - label: I have used the predefined issue title. (e.g. "xxx@xxx: hash check failed") 10 | required: true 11 | - label: I have verified that I am using the latest version of Scoop and corresponding bucket. 12 | required: true 13 | - type: input 14 | attributes: 15 | label: Package Name and Version 16 | description: Name and version of package (install name) which has incorrect hash. 17 | placeholder: e.g. 7zip@21.00 (not '7-Zip') 18 | validations: 19 | required: true 20 | -------------------------------------------------------------------------------- /bucket/php5.2.10.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.10", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.10-Win32-VC6-x86.zip", 18 | "hash": "74b54c95d478b14b4b2de86085afda3fd179d6be87ff34bd3e711a61b5d0440a" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.11.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.11", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.11-Win32-VC6-x86.zip", 18 | "hash": "093b2f6bd9af00253b3e3c836b7081f127f07084159f43639bda44b2a5837666" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.12.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.12", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.12-Win32-VC6-x86.zip", 18 | "hash": "6a16df94f0626189454468af9a950ecaa5c50cdde544d0a83622e8d183cc1fe5" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.13.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.13", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.13-Win32-VC6-x86.zip", 18 | "hash": "93bd03b016f431169399c54b681c3aa90c153d2cacf061bfb014a126ff74ab8d" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.14.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.14", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.14-Win32-VC6-x86.zip", 18 | "hash": "b22a0936929e0f780635412cdbef61f79452fd7af122bf3858de2fe1a177ac68" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.15.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.15", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.15-Win32-VC6-x86.zip", 18 | "hash": "85c367e2ff78721c3677a6623052580a028ba53f1a0cb7c793fe7454b34bd4dd" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.16.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.16", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.16-Win32-VC6-x86.zip", 18 | "hash": "91f36b3d0bf4eeb3d588807380eb0939f2548b3871064724db966f1eeac18455" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.17.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.17", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.17-Win32-VC6-x86.zip", 18 | "hash": "18951f4a6282b5a34afa11e07249d336169bc06a98dba88bd5cff72109105ca0" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.10-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.10", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.10-nts-Win32-VC6-x86.zip", 18 | "hash": "13fc845d6db948be8bad2fa7e9896ed86e0416eeffe45c18b35ff24914e3fab1" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.11-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.11", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.11-nts-Win32-VC6-x86.zip", 18 | "hash": "2b05c23b8861a29985512ebef72d55131cbfd84ad0bbcf173c9c6a29bc48830d" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.12-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.12", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.12-nts-Win32-VC6-x86.zip", 18 | "hash": "5ecd345ab93d4a181a562b9af545eeecf5b2045ea07bf23f6687cf847b22f518" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.13-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.13", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.13-nts-Win32-VC6-x86.zip", 18 | "hash": "c7e63d47e56237211545734b632dbbaeb6f8b9842bb605cf6a5b9c514a8dbfca" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.14-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.14", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.14-nts-Win32-VC6-x86.zip", 18 | "hash": "876d64e6d8ffd990395e732811f74ed72f2dd6461e2e3876535e6e5c0e36f870" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.15-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.15", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.15-nts-Win32-VC6-x86.zip", 18 | "hash": "b30f7b043e5a03c8a8d122cdafbbbc73b733d74a8cdcba9c7e568799250fcb9c" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.16-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.16", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.16-nts-Win32-VC6-x86.zip", 18 | "hash": "ab11cc671eb2795e4c47842e315e4a6b931013c39df6ca83aa6add1dfaa5823f" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.17-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.17", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.17-nts-Win32-VC6-x86.zip", 18 | "hash": "c20433d1fbf7d2bcabe591757b8dcdb00a7477f191e091d95d4f774a601d790b" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.7-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.7-nts-Win32-VC6-x86.zip", 18 | "hash": "7941959c93cdf764b2f35d22ce63d07aac125dc68f2f047636b883bb1c5f96cc" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.8-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.8-nts-Win32-VC6-x86.zip", 18 | "hash": "b8255df45f581f15507d7c250161bcaaecb0a5936a8cbf4d0deca6eb8d653781" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.2.9-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.2.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.2.9-nts-Win32-VC6-x86.zip", 18 | "hash": "e149c1a71dc303fe76979e7a6000f099d94abef3035a59220fde1854aca672f8" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php7.0.15-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.15", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.15-nts-Win32-VC14-x86.zip", 18 | "hash": "52fd179c94a2f5db02b11123017277848acb47c3d061a12bdbb2450510dc4499" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php7.0.18-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.18", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.18-nts-Win32-VC14-x86.zip", 18 | "hash": "15018d499b87f15988412d89af7df3e45ca53ef6a06344b5173634050ce3482b" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/php5.3.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.0-Win32-VC9-x86.zip", 18 | "hash": "ffc5211a7ac770f6f06c5a829b8bbc5008dc88cd6ed313c609177e8f112825d9", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.1", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.1-Win32-VC9-x86.zip", 18 | "hash": "844527223b53101461ed8e06eeb1a7d638f3af7f005c6eb283a5cb76ae18e241", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.10.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.10", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.10-Win32-VC9-x86.zip", 18 | "hash": "cf5b5f36d9b3ac42a4da1968a1faaa0445c3aeff69da00fd189140593f7c28f9", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.11.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.11", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.11-Win32-VC9-x86.zip", 18 | "hash": "1dd5a21de309497b4955b605b534c0fcacacfcbeaa3d4e8bf876be285a019c57", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.12.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.12", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.12-Win32-VC9-x86.zip", 18 | "hash": "8bc0ee89e443ab23ae728b3144867f28c2f5bfedda247fda33025c49fbaa22e2", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.13.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.13", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.13-Win32-VC9-x86.zip", 18 | "hash": "1f12bae5fad3533658d3116bf9531f0826a2badb10e0181e63b65ef07a19533a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.14.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.14", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.14-Win32-VC9-x86.zip", 18 | "hash": "9482ba99a123a5d6b81009c79eccbe60caa7aef5631dbbd9e4bef87f20c097ae", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.15.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.15", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.15-Win32-VC9-x86.zip", 18 | "hash": "fc8567dd3ede483906ac8001bbbf5ed3d01931c7f085e35d6c6f775e98d5db49", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.16.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.16", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.16-Win32-VC9-x86.zip", 18 | "hash": "1478103d3e4c28409af0d85c8815fd05d95d59f10725fd1a9242f11a8b46912e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.17.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.17", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.17-Win32-VC9-x86.zip", 18 | "hash": "c26678d21f90b4ae6d384353f61cadf4593c63da551ebd6f3a8d5aae98b47a67", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.18.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.18", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.18-Win32-VC9-x86.zip", 18 | "hash": "45f9519a6c7e1a4aa73fe561f3c55ecf2b1f625d65a6a109e3501aaf66866f18", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.19.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.19", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.19-Win32-VC9-x86.zip", 18 | "hash": "1f5c0fcfc4c5e708f8fa163d69e50f0ce2723c5c1fb519f4ba61254688d4f1ab", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.2", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.2-Win32-VC9-x86.zip", 18 | "hash": "238352a634118ca0cd40f7a945623961b864267abfe098c323da0a1e793e3bc5", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.20.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.20", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.20-Win32-VC9-x86.zip", 18 | "hash": "dc1d54dab6ec8c00f70137927504e4f222c8395f10760b6beecfcfa94e08249f", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.21.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.21", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.21-Win32-VC9-x86.zip", 18 | "hash": "80333bc9c03b8f1426f5003dd738e4d4cd57784f30e120f54d4042b9799a7a02", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.22.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.22", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.22-Win32-VC9-x86.zip", 18 | "hash": "593d5ac58e9cc7f4756b893a7ca4a7054675a9997677511af54dad91f29630dc", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.23.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.23", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.23-Win32-VC9-x86.zip", 18 | "hash": "69864d9d1e9e6ae987fab627550faeb46493bb1210b10254868543fd3a428d75", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.24.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.24", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.24-Win32-VC9-x86.zip", 18 | "hash": "3ac8b8fc5ac1c67b316f8094ec6927df35135aa3af4274096030a147ddf2ce3b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.25.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.25", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.25-Win32-VC9-x86.zip", 18 | "hash": "b3a0a73b8ebde0a9e3e2cdee8455cc201b48f7f8113beb17f754b6ea27ccf7ee", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.26.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.26", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.26-Win32-VC9-x86.zip", 18 | "hash": "4eecb37fe67d439b1dfa398b0ad58bc131c674049ec9049fb95651fbcf8fc3fa", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.27.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.27", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.27-Win32-VC9-x86.zip", 18 | "hash": "588c7102d7570da5e9efdf3a84028a2ec13afbc49b57bb72128841cfc9a561d3", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.28.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.28", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.28-Win32-VC9-x86.zip", 18 | "hash": "969d9e96d7da8318fa926dacb9170d7f153384c26aa79adaa81ab95cbf78f6eb", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.29.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.29", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.29-Win32-VC9-x86.zip", 18 | "hash": "c1d7bf791fda6dea29c3eb8ae73188ff3a45970d5ca54ff9e5702971381c19cd", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.3", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.3-Win32-VC9-x86.zip", 18 | "hash": "78520a972c109cee959cee7c54622a3dc8e58ad431475c4232594061755eee92", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.4", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.4-Win32-VC9-x86.zip", 18 | "hash": "0b2d93fded9b94c7366d4557f9c801511a81c504cdaba2b326e2357c278c7b98", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.5", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.5-Win32-VC9-x86.zip", 18 | "hash": "3d83248912a71f10b38ee6c97732551882e494a86dfed1a3fa53b83d50ca35d8", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.6-Win32-VC9-x86.zip", 18 | "hash": "c4af1e68cf3686fbca0582240391785496bf8a9031fcc31190d62fa9ac91dff1", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.7-Win32-VC9-x86.zip", 18 | "hash": "badf6038f0037f12f2f05eb01831e73d7806868482f4e3f17486827062f30556", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.8-Win32-VC9-x86.zip", 18 | "hash": "5a156156d84c1335e0badd255683f6ddb0c627e2a0c04bf7fa68e659635de017", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.9-Win32-VC9-x86.zip", 18 | "hash": "b20470cd215739013a8c744ae8a021813fe4472f7f531ae3d6b0c326a03ecdd7", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.29", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.29-Win32-VC9-x86.zip", 18 | "hash": "c1d7bf791fda6dea29c3eb8ae73188ff3a45970d5ca54ff9e5702971381c19cd", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.0-Win32-VC9-x86.zip", 18 | "hash": "87eeeb2cf0462a04817fb466e3ab6d0aa225146a097df7112cc73d98fa805b59", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.1", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.1-Win32-VC9-x86.zip", 18 | "hash": "1c05b8ceae3d49b48772ee9bfdd12e421dd0c69a2e8ae26246fe5693e8997b13", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.10.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.10", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.10-Win32-VC9-x86.zip", 18 | "hash": "acdc6533ca7ca591107fdc3159783a4cebf225b582c6c18a609e8971ea62997f", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.11.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.11", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.11-Win32-VC9-x86.zip", 18 | "hash": "0c2fd5d95a61267fe94427af5ac58d4b813608c6cb19915512d704f189912ccc", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.12.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.12", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.12-Win32-VC9-x86.zip", 18 | "hash": "4b12d8796741fa23ff30943050120631da67b56f9aa7154ec103debc9c96aa0d", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.13.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.13", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.13-Win32-VC9-x86.zip", 18 | "hash": "27ff4a80de1f9adfa39855c154248a835f4f2c8a279750c1315915545a94fcd3", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.14.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.14", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.14-Win32-VC9-x86.zip", 18 | "hash": "d5e833136b6573efef088b0caf07035686cd532ee1590702768e4e65bc3c25d2", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.15.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.15", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.15-Win32-VC9-x86.zip", 18 | "hash": "58204a48ce8b43c3b4b8eb799a628e44ab6b6a950e15c3ff22e7ae647a0f2174", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.16.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.16", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.16-Win32-VC9-x86.zip", 18 | "hash": "e507123f936c6840c90d6a3b8e08e43e748db875e0409841a545ecda522e4806", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.17.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.17", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.17-Win32-VC9-x86.zip", 18 | "hash": "4f8f038fb8088cc594100ce6c49097cae21c29ad583c2a1bbfa4501d7bb7ea1a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.18.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.18", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.18-Win32-VC9-x86.zip", 18 | "hash": "c604d68daad6f43cf1d091574a197235e01683be855c98423435bf2f8bc2e37e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.19.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.19", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.19-Win32-VC9-x86.zip", 18 | "hash": "f3a90bca35464920043625f7dc7edf8fd46b914d52f8c902ce50686d5a08306a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.2", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.2-Win32-VC9-x86.zip", 18 | "hash": "e07b0d1de2c7f0dedc01ca6c796e901709b2c31c8d5fea9b6e44a7a031131a32", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.20.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.20", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.20-Win32-VC9-x86.zip", 18 | "hash": "3de4c9d7053548665d6938a05be4806b92ae46abfa66da667fd51f63733e816e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.21.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.21", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.21-Win32-VC9-x86.zip", 18 | "hash": "7a88ccb059098c3cb0c23075512cb9e9ace6e3c60d44ea2f872c0f373b811e7d", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.22.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.22", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.22-Win32-VC9-x86.zip", 18 | "hash": "ee786e2eafe16418f2400610bd04955fe4a32f9334847efb0bffb6357b923c1c", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.23.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.23", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.23-Win32-VC9-x86.zip", 18 | "hash": "130d1cd6bd369af24255050c9c73e702035457633de9e10676cce33708d87c0a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.24.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.24", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.24-Win32-VC9-x86.zip", 18 | "hash": "8a7f18672be69cdca0bb2470fdb289a428e980610edc15b90ab83ce423150e0b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.25.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.25", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.25-Win32-VC9-x86.zip", 18 | "hash": "b9fdcd4aad6cf57c12e965d21e2a2a3fb22a52cca43a698c3161fdd0cc142fb8", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.26.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.26", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.26-Win32-VC9-x86.zip", 18 | "hash": "611d3ba2042b4078e71b8a3370f066c61398fae1a73fe9b86436a8f799bbd50a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.27.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.27", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.27-Win32-VC9-x86.zip", 18 | "hash": "eb328ca3a2add65704ed9a8e67e72b2bb432386eadb8a9ab36fbbda6f30976c2", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.28.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.28", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.28-Win32-VC9-x86.zip", 18 | "hash": "a98b7fb72c1f041fd3f187e7ddc57d32e068051a9d1df959ef4f5a8d47338179", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.29.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.29", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.29-Win32-VC9-x86.zip", 18 | "hash": "d43ce2732b3e01e9b0fac67b3ab6d2113651ca4727d23c02a907523ee3fa5cd3", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.3", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.3-Win32-VC9-x86.zip", 18 | "hash": "7388c6e61a3b1d756458b80bbf55aa0610750569039e89f4ebc20d7b424d27af", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.30.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.30", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.30-Win32-VC9-x86.zip", 18 | "hash": "59604cbdce75c73b9d7278c87e1d71e514030758e2f03abcc81075705c8c4492", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.31.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.31", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.31-Win32-VC9-x86.zip", 18 | "hash": "52a46716c3d9981f5eef5b3ffcb9e47b2c0e9f617599f3e96dfffa275c7e2ab0", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.32.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.32", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.32-Win32-VC9-x86.zip", 18 | "hash": "e1db30d1627cec38507f1a8253f6e9c4cada40f7ab7a3e8293d2ca47dd214ff1", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.33.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.33", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.33-Win32-VC9-x86.zip", 18 | "hash": "a231c4094feedfe15ef1added5c042e3021236fc2f2f37ee3551fcd95c43b206", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.34.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.34", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.34-Win32-VC9-x86.zip", 18 | "hash": "dc1d54dab6ec8c00f70137927504e4f222c8395f10760b6beecfcfa94e08249f", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.35.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.35", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.35-Win32-VC9-x86.zip", 18 | "hash": "448c20934b8c18555260fb23cca6622c42e0c8091e6e1d554ad76762201a0bfb", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.36.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.36", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.36-Win32-VC9-x86.zip", 18 | "hash": "2c3557614550448192eae706930ef5eabc39024f4b9017219d7449353b9a9cca", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.37.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.37", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.37-Win32-VC9-x86.zip", 18 | "hash": "b176af5d611a37f2d2d47b049ba7cf89c0c5735e48c349321156e8e55143c97d", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.38.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.38", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.38-Win32-VC9-x86.zip", 18 | "hash": "61ca0b4e7c32b50e36290b248678a2f585870d32d84f57c4f508df256df48a8b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.39.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.39", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.39-Win32-VC9-x86.zip", 18 | "hash": "10668bc0a62a0dc076af24963fd666260430d59db1900d9fc170b45c6a576948", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.4", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.4-Win32-VC9-x86.zip", 18 | "hash": "77f586c399759bcaf2c35409f273ed8109e4a85b67bdde59e9bbaf65792bc91e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.40.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.40", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.40-Win32-VC9-x86.zip", 18 | "hash": "649a8441ee60c8347ab968e7cf091c8c4dc9182a5d048ef80b4baf02004427d0", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.41.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.41", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.41-Win32-VC9-x86.zip", 18 | "hash": "324b1bf72f54d04b1b508b985127abebba98225412267215040a29c7878f2e65", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.42.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.42", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.42-Win32-VC9-x86.zip", 18 | "hash": "299fe7b3ebb86b7dea31357e76bf5c8f78b96e92aa4ca5357f3f05aadafa1bf2", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.43.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.43", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.43-Win32-VC9-x86.zip", 18 | "hash": "d477c2fe5cbd0770e40b9ddf1a8b0f36545f35eb2cf72bff12122cdbd4716271", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.44.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.44", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.44-Win32-VC9-x86.zip", 18 | "hash": "f461ac436862ad073cda62e4733ffe2a8d2d18fbe12e62715711d597e47dac9c", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.45.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.45", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.45-Win32-VC9-x86.zip", 18 | "hash": "38cde4bac05e916fb0c0b78a2e5bfeec9b02b4b6fc51c9a02a66e4fc1e1a1d08", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.5", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.5-Win32-VC9-x86.zip", 18 | "hash": "1ed07d359eaa05f7f41d9d37feb052d3cee5ff771880c347993af3ee8f6beeff", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.6-Win32-VC9-x86.zip", 18 | "hash": "38fef001a2221b5e3191dcbe5bf927b765c5eeabefd25d6a761fd788a44a91d3", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.7-Win32-VC9-x86.zip", 18 | "hash": "ab3bb7471625bb2e6ba755451d604d30c439e429373cc29ca52a693124af9f20", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.8-Win32-VC9-x86.zip", 18 | "hash": "b56bea96ed7a88c3948d69617da585423757e2f1966cf7abb301ae4a40f2c00e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.9-Win32-VC9-x86.zip", 18 | "hash": "594cfe5e73f1ac61a846402f515b06be2c8bc5dc771bc7f606dcc065c7522852", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.45", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.45-Win32-VC9-x86.zip", 18 | "hash": "38cde4bac05e916fb0c0b78a2e5bfeec9b02b4b6fc51c9a02a66e4fc1e1a1d08", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.29", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.29-nts-Win32-VC9-x86.zip", 18 | "hash": "d63846ede80daacdb1ca2359c4f8bf1bd2f9831fe1b9599d2e4345ede931b75b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.0-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.0-nts-Win32-VC9-x86.zip", 18 | "hash": "211c96120e09349ad72f60d76f0dbc1987e97f2817cf55bf3c44bdc9eec70dc1", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.1-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.1", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.1-nts-Win32-VC9-x86.zip", 18 | "hash": "b08f1ff9e9b5a353dfe1850d104b6267b7ddd4c64a24d5c6c6106cfbc3048fe2", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.2-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.2", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.2-nts-Win32-VC9-x86.zip", 18 | "hash": "87e2d87b542e646aec44c929b3c8b2f343b8d489dc1f727bab793ea01babbe42", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.3-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.3", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.3-nts-Win32-VC9-x86.zip", 18 | "hash": "db0341e9e7bc13176f3214d08987adcfd21349597a4f5e0a79d909e43f851646", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.4-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.4", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.4-nts-Win32-VC9-x86.zip", 18 | "hash": "6c80f7ec1356c937d7b3b4640e792c1d431a5e391554910da1a41dd3f9972e9c", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.5-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.5", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.5-nts-Win32-VC9-x86.zip", 18 | "hash": "40e7ea42e4eabe8ee76e65f262ea0ee6ae05cadbc0ab470b66e3d2022a73a121", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.6-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.6-nts-Win32-VC9-x86.zip", 18 | "hash": "22d924706e400419b11ee8fdb045a68817af33ed648222f98bea8b2a230527d4", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.7-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.7-nts-Win32-VC9-x86.zip", 18 | "hash": "bb61764fcc72fe07b635caa8e3899c4187757f27c446814f03c9e0e65fc90387", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.8-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.8-nts-Win32-VC9-x86.zip", 18 | "hash": "3119bb500a5c8e4debed64ace0e680ce585dd9c8779873bc80f150821cf47b0b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.9-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.9-nts-Win32-VC9-x86.zip", 18 | "hash": "f4ad82432f97daedd55dd7982b0aa9aea1d73f3dbee9e3918755f3394d38b91c", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.45", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.45-nts-Win32-VC9-x86.zip", 18 | "hash": "63da6fd7c73c25eef1baec7099c3de348390671f9b2e61b74a8ab300fa4eab92", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.0-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.0-nts-Win32-VC9-x86.zip", 18 | "hash": "88e6ce2b6ceac852b1cd071d70bc319e0be31e137de77b60a391183617e14c9e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.1-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.1", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.1-nts-Win32-VC9-x86.zip", 18 | "hash": "387223e2e42ecfb3ee5f69317a15e083b388b482784e0a219720e6f552a4c02d", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.2-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.2", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.2-nts-Win32-VC9-x86.zip", 18 | "hash": "b6b13d343558c26bddac3f88b246307dfc2f772164992605a5759364c566fb44", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.3-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.3", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.3-nts-Win32-VC9-x86.zip", 18 | "hash": "011c5caa319543c2b869b8bda9847726281580e2bbb8d0529e2bf4734afab30c", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.4-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.4", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.4-nts-Win32-VC9-x86.zip", 18 | "hash": "537505eace4c8e37de83ef1a4fab301d557986e475e535e1026d11ff6411a228", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.5-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.5", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.5-nts-Win32-VC9-x86.zip", 18 | "hash": "a86f288bf9d59f3eda3ad33ba6c5e6445f20cc04d60958f1b0875bf27af3815a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.6-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.6-nts-Win32-VC9-x86.zip", 18 | "hash": "d8eac6cc281c8c4b9849ea46da23b206f52ceda5bc3937919a52b9ba395ca947", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.7-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.7-nts-Win32-VC9-x86.zip", 18 | "hash": "132f8b0d2cf359b231301104955a06cb67d92ce15039b2d9b9e3242ca87cb875", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.8-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.8-nts-Win32-VC9-x86.zip", 18 | "hash": "4f6f9f596306d5cd797f45b4c703ea82120481f32c5cf4df186c56fd5b637862", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.9-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.9-nts-Win32-VC9-x86.zip", 18 | "hash": "da33c1b7ba4268dac0a554601550852769e4e1daf117c1f415e984530b8a05d5", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.5.35.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.35", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.35-Win32-VC11-x86.zip", 18 | "hash": "693677946718c9d714fb67c69b3e861d7de55dd23474f0588e25ddb817f2a732", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2012" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.10-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.10", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.10-nts-Win32-VC9-x86.zip", 18 | "hash": "41b5ba38e58967ed1cbe90bd553827f0ff4e6b05ad6709117b2fc90be63f6edd", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.11-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.11", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.11-nts-Win32-VC9-x86.zip", 18 | "hash": "c867c6600154ec0997d8feec083314d81bdad8b8f4b269b588402480a503862b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.12-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.12", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.12-nts-Win32-VC9-x86.zip", 18 | "hash": "8a2f61d9bd80b4c3a235d4dc03680b8a4684b5ed53319752676547242a3bc3e6", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.13-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.13", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.13-nts-Win32-VC9-x86.zip", 18 | "hash": "dafe6e38242581db529f7033231330ba289f7e785302e2d1aa8621a5695554d1", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.14-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.14", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.14-nts-Win32-VC9-x86.zip", 18 | "hash": "fc0bc1f041a157cf913e3ed3c0d0a75539d92197dfdba68e3e9e540c4530cd21", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.15-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.15", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.15-nts-Win32-VC9-x86.zip", 18 | "hash": "3c441278b9cca943caf6bc464ed5a666cc74cc88091370295c2bbc7bb2538f78", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.16-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.16", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.16-nts-Win32-VC9-x86.zip", 18 | "hash": "ecb3e5b4cff77a4cc36762f2944ca8093fe1cc93462c93a98d9578cce7e0ffb4", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.17-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.17", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.17-nts-Win32-VC9-x86.zip", 18 | "hash": "85bb06220b451e61942d9c6257901d935ffe1e80aa10ee10397727370fc4ebfe", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.18-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.18", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.18-nts-Win32-VC9-x86.zip", 18 | "hash": "ecc6ce21461712d37fd4086dce46c47a277cb5b2240719ca4f9b607c374d7c10", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.19-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.19", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.19-nts-Win32-VC9-x86.zip", 18 | "hash": "3acd8ca07f019c06ae237779ae92d8aba718beec7ac69cd75cfdbf24f5d70e21", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.20-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.20", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.20-nts-Win32-VC9-x86.zip", 18 | "hash": "f6bf32109102e83696573fc8957266f680c8f1b2fe7b7df1a5578aa163bb6b7d", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.21-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.21", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.21-nts-Win32-VC9-x86.zip", 18 | "hash": "dc1d54dab6ec8c00f70137927504e4f222c8395f10760b6beecfcfa94e08249f", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.22-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.22", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.22-nts-Win32-VC9-x86.zip", 18 | "hash": "0afa31b7dd43f57983198d763f8df749c4ef8e467704b1655ef48d224e7c0076", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.23-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.23", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.23-nts-Win32-VC9-x86.zip", 18 | "hash": "b9dc8e0395cda9a8014d6e11f21df545d1a9164dd5018dbd7b19aca9cc5d21aa", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.24-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.24", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.24-nts-Win32-VC9-x86.zip", 18 | "hash": "340b6a65e35a7464a10cb6d88c9f3119a8e2e891a66b190a35546019bea12c99", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.25-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.25", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.25-nts-Win32-VC9-x86.zip", 18 | "hash": "0e689f18583449492fb9d3ef9e81a5b804c8798d491cf7486a299f944b9874e7", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.26-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.26", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.26-nts-Win32-VC9-x86.zip", 18 | "hash": "df639e226fe73e6671532538f6365248b8b62c2ac50883eb429a390c91a10f92", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.27-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.27", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.27-nts-Win32-VC9-x86.zip", 18 | "hash": "9b3e095ed9e65e5f0c4b26cc76aabf9d70ce74c087b9d17e27ed6ca5587bec8d", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.28-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.28", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.28-nts-Win32-VC9-x86.zip", 18 | "hash": "793741575f2434ae9cc9389d05c515eb89fcfc5848c4953625d8ea4a21bfa162", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.3.29-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.3.29", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.3.29-nts-Win32-VC9-x86.zip", 18 | "hash": "d63846ede80daacdb1ca2359c4f8bf1bd2f9831fe1b9599d2e4345ede931b75b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.10-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.10", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.10-nts-Win32-VC9-x86.zip", 18 | "hash": "459196a7999d3640c3f38ce5b98a0b95aa69a66385082922521f6cfe801420c3", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.11-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.11", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.11-nts-Win32-VC9-x86.zip", 18 | "hash": "a25402e6f18f023c5703ecc4c3953fc5774b33b391a0eef2dc7030e4d30c432c", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.12-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.12", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.12-nts-Win32-VC9-x86.zip", 18 | "hash": "0b45e3ae06d9c044ee76df0c581d276ac14f60ec1645b4cf84d525d67697311f", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.13-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.13", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.13-nts-Win32-VC9-x86.zip", 18 | "hash": "81b259fed32e0660f6a42ae6f4ea47ff67c3b52141cad99bf90cd9edbbb87f74", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.14-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.14", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.14-nts-Win32-VC9-x86.zip", 18 | "hash": "4f372c54baf3919dce4b6bdd1dd964af6de2ee8ea61628043520ea8344d76723", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.15-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.15", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.15-nts-Win32-VC9-x86.zip", 18 | "hash": "adba908669d07efca55ad4adb90b709606ded88b1b0000ea697d21a914c06c2e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.16-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.16", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.16-nts-Win32-VC9-x86.zip", 18 | "hash": "e61527a2577dea8c3757a9a84534d824340c3118dab361f9a78be783913961a8", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.17-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.17", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.17-nts-Win32-VC9-x86.zip", 18 | "hash": "2fe3c17bd3a5884f074bc87fbbbfe2508d7a580abf9d7568038311749bebd684", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.18-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.18", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.18-nts-Win32-VC9-x86.zip", 18 | "hash": "f10a795da19c88f9007ba509e2c1c1bb51a93438e545323a694fab5d637fd51a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.19-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.19", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.19-nts-Win32-VC9-x86.zip", 18 | "hash": "2bc1df13b9076a7222b497048e423b2467d67ecc0fe42e67f593d4eb5d919b07", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.20-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.20", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.20-nts-Win32-VC9-x86.zip", 18 | "hash": "fd91a9133fc40e04476997048191f369880e4361fe5371cce96421e99ee544bf", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.21-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.21", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.21-nts-Win32-VC9-x86.zip", 18 | "hash": "de4fc8f58f05375bb357fa82c906c0763d8fb0eef6f9c5fff6c774e6652d5ad8", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.22-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.22", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.22-nts-Win32-VC9-x86.zip", 18 | "hash": "99943ad1493d575a9e15ca11c08710a8c4aa79bb81d676782dd11c0f5cbcd398", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.23-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.23", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.23-nts-Win32-VC9-x86.zip", 18 | "hash": "c856ffaf1f31be54b5b2c212471c715364ed0a29054604f70b9485b4856e34a8", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.24-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.24", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.24-nts-Win32-VC9-x86.zip", 18 | "hash": "5225d10b4ba08bfb50f22d4b086873f97a32dea7ff1cf65ffbc76ce3d60c1908", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.25-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.25", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.25-nts-Win32-VC9-x86.zip", 18 | "hash": "d9fef8ef726a59efcaf5dbe9b1ac4782c715bddb76c7ecd3f361f13c227bdf31", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.26-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.26", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.26-nts-Win32-VC9-x86.zip", 18 | "hash": "e62fc27943d0cdcf984859cc42848b479a814d594764124c0f6b32ba82dfa6ba", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.27-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.27", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.27-nts-Win32-VC9-x86.zip", 18 | "hash": "a8d2984b8b75614921a677e485e538b77e27b8ad4e873066a82fc4778a4d8e2b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.28-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.28", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.28-nts-Win32-VC9-x86.zip", 18 | "hash": "f1cb35d554136e048e891edf70331a92224423952965e9cf875780fdd0bff35b", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.29-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.29", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.29-nts-Win32-VC9-x86.zip", 18 | "hash": "71bf8f3cb69fc7493b2adca421e5899ae5634247497ba93a476ee08e2f8c7687", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.30-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.30", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.30-nts-Win32-VC9-x86.zip", 18 | "hash": "44bfae3baeb59bd97b8e0183edff9785ca49d10f38b79187598a9a243365c4a8", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.31-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.31", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.31-nts-Win32-VC9-x86.zip", 18 | "hash": "5b86f73506bb617e9cf41a76c942cf70483dd644a62e723d2e764ec646ea287a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.32-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.32", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.32-nts-Win32-VC9-x86.zip", 18 | "hash": "f2f5129bb86530da7924b8a173366b75937b2503ce069008652390a874930b2d", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.33-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.33", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.33-nts-Win32-VC9-x86.zip", 18 | "hash": "93b302f17cdd7813a67f0ead18ddb3b0b7267578f6428a10e41e669d8c841f3e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.34-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.34", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.34-nts-Win32-VC9-x86.zip", 18 | "hash": "fddd777e57e83a753b1de943017811f13c49de75e8944c5e3dc9234e22d13c7e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.35-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.35", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.35-nts-Win32-VC9-x86.zip", 18 | "hash": "41da4d3ebbe009cc53d7179952e2bfe11f750b74fda4578a14a2eebcf8442e35", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.36-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.36", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.36-nts-Win32-VC9-x86.zip", 18 | "hash": "6878e668a4b988c495d263bd9e4570b6234e527ce3ded2ece29c52f725a778e6", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.37-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.37", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.37-nts-Win32-VC9-x86.zip", 18 | "hash": "0e9f3410c680d8d0bfa3b18686d1d798dd42aef6c6f85eabdbec7ace80ab3f3c", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.38-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.38", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.38-nts-Win32-VC9-x86.zip", 18 | "hash": "ff89101d3c5d9ad4419130a93e026d4ac04eb702e111842fbb08aa0b1a349ce9", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.39-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.39", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.39-nts-Win32-VC9-x86.zip", 18 | "hash": "965f7490dd1a139d0d7ea9684523bcfead5b6754629ef528d0b6af7b9c5ec39e", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.40-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.40", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.40-nts-Win32-VC9-x86.zip", 18 | "hash": "7d24e162d1090f406b8dbfa8866f87927308efb52a0bc2061f92c58fbc85eaa6", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.41-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.41", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.41-nts-Win32-VC9-x86.zip", 18 | "hash": "859b68525bdd8b77ba79f6877fe241efdb1ee5a4ece4f680c7076a6de87087bf", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.42-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.42", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.42-nts-Win32-VC9-x86.zip", 18 | "hash": "fe7391f0638f4b44414eec38c09ab41095eaa1d1ddd34b6ebcc354735f2f8be5", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.43-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.43", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.43-nts-Win32-VC9-x86.zip", 18 | "hash": "3aaab937cef76329391cddfaac1c0abf3f32789f1d45614e1527b862d9a43840", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.44-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.44", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.44-nts-Win32-VC9-x86.zip", 18 | "hash": "d45a433fabe89efcb54c5e220a7f4a9647c4c45ec9281159918116518379c68a", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/php5.4.45-nts.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.4.45", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "bin": [ 9 | "php.exe", 10 | "php-cgi.exe" 11 | ], 12 | "persist": "conf.d", 13 | "env_set": { 14 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 15 | }, 16 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 17 | "url": "https://windows.php.net/downloads/releases/archives/php-5.4.45-nts-Win32-VC9-x86.zip", 18 | "hash": "63da6fd7c73c25eef1baec7099c3de348390671f9b2e61b74a8ab300fa4eab92", 19 | "suggest": { 20 | "vcredist": "extras/vcredist2008" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bin/postinstall.ps1: -------------------------------------------------------------------------------- 1 | param($dir) 2 | 3 | # Create directory for custom PHP configuration 4 | $confd = "$dir\conf.d" 5 | 6 | if (!(Test-Path $confd)) { 7 | (New-Item -Type directory $confd) | Out-Null 8 | } 9 | 10 | # (Get-Content "$dir\php.ini-development") | Where-Object { $_ -notmatch '^;' } | ? {$_.trim() -ne '' } | Set-Content "$persist_dir\development.ini" 11 | $prod_ini = "$dir\php.ini-production" 12 | if(!(Test-Path "$dir\php.ini-production")) { 13 | $prod_ini = "$dir\php.ini-dist" 14 | } 15 | 16 | # Enable extensions to be found in installation-relative folder (the default is to search C:/php) 17 | if(Test-Path $prod_ini) { 18 | (Get-Content "$prod_ini") | ForEach-Object { $_ -replace '; extension_dir = "ext"', 'extension_dir = "ext"' } | Set-Content "$dir\php.ini" 19 | } 20 | 21 | Copy-Item -ErrorAction Ignore "$dir\php.ini-development" $persist_dir 22 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 16 | 17 | - [ ] Use conventional PR title: `: ` 18 | - [ ] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md) 19 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Richard Kuhnt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /bucket/php7.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/", 3 | "version": "7.1.33", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.1.33-Win32-VC14-x64.zip", 11 | "hash": "2f6b0c6b62de88cf5cc16e68ac6d5e3b73fc01bcb03b51fe8c8534965b8e808c" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.1.33-Win32-VC14-x86.zip", 15 | "hash": "a2d5370b5d6f9125c3fab937f4b85aea8068875af30b8e3b665c633019a2a718" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.0-Win32-VC11-x64.zip", 11 | "hash": "bf7006acbdff7780390f9ceb0ae4347d019ef059ff636276f1d326994cadaad7" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.0-Win32-VC11-x86.zip", 15 | "hash": "7621b12d0a941068309c8a67f8473febfac04e98733f1d4b2847e725779ed58c" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.1", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.1-Win32-VC11-x64.zip", 11 | "hash": "0912e5817375f77f8e085132316e9a3e6ebfe4e82df5b5545f3025fab264c0ab" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.1-Win32-VC11-x86.zip", 15 | "hash": "60872159c3995ff922914ee134d0da1f7d50032f7de95c8775b43597236dd075" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.2", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.2-Win32-VC11-x64.zip", 11 | "hash": "629f487f46d7fc35feffb09673651f961f774bdc03dea1f5d44a1329508f7d75" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.2-Win32-VC11-x86.zip", 15 | "hash": "5fdb6d30a42e9b06d361b90291392ad1bb850b5eec503b50a575a97b34aeeb0f" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.3", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.3-Win32-VC11-x64.zip", 11 | "hash": "d4c490f7c56d9800dc5b85533ff6be7e1cb0fa627c31c81cbaecdfa9bed0101f" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.3-Win32-VC11-x86.zip", 15 | "hash": "223576741ea2860401af682b2d0f910a67d7ffb20ed808b63207f2257dbf0f07" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.4", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.4-Win32-VC11-x64.zip", 11 | "hash": "c63372d694481e411b88f5cc4e58b8c25fcf835b701e5a029419f1a0bd164fbb" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.4-Win32-VC11-x86.zip", 15 | "hash": "6104d8570b83b624c4e2291e0baaa0d73076c4736fc6eeaf8f82d83fac31f016" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.5", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.5-Win32-VC11-x64.zip", 11 | "hash": "dd2b855e2a34041319bd71892c7c408818e8f8db8749e9495939e734a75b7bd6" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.5-Win32-VC11-x86.zip", 15 | "hash": "efd0db33bfa8d4ef1aaf4ac26b1a97047a1619838986a24a9a256fd4254a549c" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.6-Win32-VC11-x64.zip", 11 | "hash": "c5e96d2142f134cf24f432d046ea263f078ef7bad9624398f6a44789816c9bf5" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.6-Win32-VC11-x86.zip", 15 | "hash": "410ffe0cc9eaa2fcc98493907b4c05b8b50468f06f26804accaed7edbc9a55c2" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.7-Win32-VC11-x64.zip", 11 | "hash": "1a51a98fca059e9f185314295556559ccd3a337b39304b27dbba30228fc023de" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.7-Win32-VC11-x86.zip", 15 | "hash": "d40210c0b46280cf5af8fce6acc119435b89e4e4c29a8522d4f23a3cc02c321d" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.8-Win32-VC11-x64.zip", 11 | "hash": "7f94eadde186a08b6549441b289f6747abdc18ee49b4a9c5ca18a7258f83ac25" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.8-Win32-VC11-x86.zip", 15 | "hash": "0622e6b416f841b66e83796faf866cc3931adf41d3eeb2b6bbc4cd36bf40ae7c" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.5.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.5.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.9-Win32-VC11-x64.zip", 11 | "hash": "aafe9e8d39290a1bedb77580bf523fae3cd3378d595ca7ea74a3782f0f471355" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.5.9-Win32-VC11-x86.zip", 15 | "hash": "ffc7235c9c97cedafdef7253ed9491a7d9f05435a7d071873bfa76cd8fd74ebc" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.0-Win32-VC11-x64.zip", 11 | "hash": "016f667977d9e96b7102a70a7694322d949367f9ec62e3416c4b192a855eec00" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.0-Win32-VC11-x86.zip", 15 | "hash": "f6bcb6beb3bbafe8174e0aee388efb86c425e380ddcc18cbecb3e7d87e6e9d53" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.1", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.1-Win32-VC11-x64.zip", 11 | "hash": "b47a4e315be4bb18b406f10f9ff87931af61154258235edb4f484ac2345c9304" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.1-Win32-VC11-x86.zip", 15 | "hash": "d8435c694ba01c7856e4f9c8debe322229f2f48fd33b2271f79324fdb30d73f1" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.2", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.2-Win32-VC11-x64.zip", 11 | "hash": "96b6b3720c9a9f6a8057b3767be84e20a86a18eeb57bac8cc5a48e1afc1cb375" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.2-Win32-VC11-x86.zip", 15 | "hash": "3aad8a7f1b0041db982c2c8dd0cdf5aa7f12c3bb835f641faa25019ed9386aaf" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.3", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.3-Win32-VC11-x64.zip", 11 | "hash": "bc39fed24e99eec9ebf7e218076ea66a84230e3e8c1b128077392c9b78f0e880" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.3-Win32-VC11-x86.zip", 15 | "hash": "d46e94ec6a7802626029333a2aafb3347d1e8022fb127c46d49e81b2aa6dfd6f" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.4", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.4-Win32-VC11-x64.zip", 11 | "hash": "22f49fc3e1b71d2fac4b76245265b810b69f6e0e4f023a60cfa032d3dcaaa86f" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.4-Win32-VC11-x86.zip", 15 | "hash": "4f71a1dd94eba93afb5ef3504bd100f42f44666e3dc01eee5019c2dce11017f0" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.5", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.5-Win32-VC11-x64.zip", 11 | "hash": "ab837601a3b6b39346b0d72be9cef7906869380e043b549257509f9e3e8d7935" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.5-Win32-VC11-x86.zip", 15 | "hash": "a4eec5a2ad2a3b6ef9b96aa4def3f60b335fed16dab4cf6097b5847024621e56" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.6-Win32-VC11-x64.zip", 11 | "hash": "c14746fd1f9001f1065852670a0ee3e0a8e34379fdaaf245acd34b0bfb5ac200" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.6-Win32-VC11-x86.zip", 15 | "hash": "c8607dca5b1ac2e059b3671abddd767f6722fe8dc81dd86a0530ad7446752254" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.7-Win32-VC11-x64.zip", 11 | "hash": "ba96dd7e1521c1ed5ddd10a45ad875913de55beb8e7334007c1abd170e405919" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.7-Win32-VC11-x86.zip", 15 | "hash": "e7db68a5681656a7561fc974049d12519f18e8c7dafc1fe08ad93e33a89b3aff" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.8-Win32-VC11-x64.zip", 11 | "hash": "2ab68f65f83587b8b016d6b3a7a878dd0ebcceb7d50f61842831b7ae8390dadd" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.8-Win32-VC11-x86.zip", 15 | "hash": "b9894c39c97f3490a2e8ea8828d6f6dac072d9f8888db3a01c966c5b0174addd" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php5.6.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "5.6.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.9-Win32-VC11-x64.zip", 11 | "hash": "75eeb39e432554f271f101530f4f35d4e70d8170dfb5ae47309da4a50cb7bfcb" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-5.6.9-Win32-VC11-x86.zip", 15 | "hash": "fea2b99eb96055504f060da3c39d6ffdb40c743b691ac43f9a5214c2be12f998" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2012" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.0-Win32-VC14-x64.zip", 11 | "hash": "59c85125194aadbba4e9105e6c443033925b7938da0a40c30af8fc2113a1803c" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.0-Win32-VC14-x86.zip", 15 | "hash": "fd014e073a69b2241ab5aa56f04e6d73e361ea018261597ccf60ec6fc704da64" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.1", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.1-Win32-VC14-x64.zip", 11 | "hash": "f86cc412a893541151db926527bb946e9b6821877a57ce693055286e9450ff60" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.1-Win32-VC14-x86.zip", 15 | "hash": "83d3e1f4f95f7f08eebfdaf7c180e76525d0505622ea9abb392cbf88312fa634" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.2", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.2-Win32-VC14-x64.zip", 11 | "hash": "435c218bb7245e9bfc95d0f5cbfe17a92cba70ba945ee9be37d9bf91a02b6c7c" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.2-Win32-VC14-x86.zip", 15 | "hash": "4fb4a6da8bdb7b4f13f9fc1c11bcc3e85c766e6b27e6154bd56132a85b83bdae" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.3", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.3-Win32-VC14-x64.zip", 11 | "hash": "2fa0f6e59b77f5ca956ebd3ed35f5149a8ecd1ed0f399d26efa1a9114b67d5ab" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.3-Win32-VC14-x86.zip", 15 | "hash": "483c17913a055bcdca737d6084bd390c9bfd907eb408df883f6fc69d9ec37bc1" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.4", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.4-Win32-VC14-x64.zip", 11 | "hash": "413d655af718bf0c559751e131d495caab74b082c76e48b5670b7a15948d7e5e" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.4-Win32-VC14-x86.zip", 15 | "hash": "c2a8516cfb20863e7ed51c0f1a3051be763e9100fe45b92a8f0e6db9289a8293" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.5", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.5-Win32-VC14-x64.zip", 11 | "hash": "985c2dd1266529bcb92d4740d91a97fde8339dc5660ec3c0d5a40a3a24b5e08b" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.5-Win32-VC14-x86.zip", 15 | "hash": "b298277fb8796910d2fb1f282166c7d0925353490209ca7db5c92d334f459066" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.6", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.6-Win32-VC14-x64.zip", 11 | "hash": "3d979b5a7c8fb3aa17fd086f133ceb12b90f8dd0ca7a375775c01f1d27a13c8a" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.6-Win32-VC14-x86.zip", 15 | "hash": "d12a1a288b8f487c5c89de262076b8ad1b840475530d28dee9129fc852ed3bb7" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.7", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.7-Win32-VC14-x64.zip", 11 | "hash": "316d9db894e9c94180eb1dc981ed79009093aee8e6d0d6e2cca550529f7f63d1" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.7-Win32-VC14-x86.zip", 15 | "hash": "9dc5ec8021ce0d67f757423030908f66b5472a002be8156c1374594fcfe95843" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.8", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.8-Win32-VC14-x64.zip", 11 | "hash": "3007c33353a3333acec5bab869ab59aad44f22dff9d6f35908077641e8c6ff6c" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.8-Win32-VC14-x86.zip", 15 | "hash": "7ec9a8a1b8b897f78fe1e6f619f780c13254c93b7b91a845901456f56c0da4bb" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.0.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.0.9", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.9-Win32-VC14-x64.zip", 11 | "hash": "ca0be06c05d713c7ae4c155d8d15b78e70454446dfefa3f435b0aa2a34f1e06b" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.0.9-Win32-VC14-x86.zip", 15 | "hash": "0fc9bd8b00fb17615e350306736b83e0555c150c5017c004520543ee6b277424" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /bucket/php7.1.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://windows.php.net/downloads/releases/archives", 3 | "version": "7.1.0", 4 | "license": { 5 | "identifier": "PHP-3.01", 6 | "url": "https://www.php.net/license/" 7 | }, 8 | "architecture": { 9 | "64bit": { 10 | "url": "https://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip", 11 | "hash": "b3a8302c5a5eab193e42237e03631008f7d44bceb0bbcc1ce9f057300d8afad8" 12 | }, 13 | "32bit": { 14 | "url": "https://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x86.zip", 15 | "hash": "4df19f55111fcf36f6f1e37b6ef4ae3f592f2998f2e52dfcdafed2ba13c0523d" 16 | } 17 | }, 18 | "bin": [ 19 | "php.exe", 20 | "php-cgi.exe" 21 | ], 22 | "persist": "conf.d", 23 | "env_set": { 24 | "PHP_INI_SCAN_DIR": "$persist_dir;$dir\\conf.d;" 25 | }, 26 | "post_install": "if($bucket) { . \"$(Find-BucketDirectory $bucket\\bin\\postinstall.ps1)\" -dir \"$dir\" }", 27 | "suggest": { 28 | "vcredist": "extras/vcredist2022" 29 | } 30 | } 31 | --------------------------------------------------------------------------------