PHP
Installation Instructions
Linux
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
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` }}"
}