PHP

Version: 8.5.6 darwin linux windows

Installation Instructions

Linux

Download PHP
{
  "url": "{{ .SVar `.tool.php.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.php.download.filename` }}",
  "overwrite": false
}
Extract PHP Release
{
  "destination": "{{ .PTools }}/php/{{ .SVar `.tool.php.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.php.download.filename` }}"
}

MacOS

Download PHP
{
  "url": "{{ .SVar `.tool.php.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.php.download.filename` }}",
  "overwrite": false
}
Extract PHP Release
{
  "destination": "{{ .PTools }}/php/{{ .SVar `.tool.php.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.php.download.filename` }}"
}

Binaries