Skip to content

Commit

Permalink
AU: 1 updated - php
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 2, 2024
1 parent 6ec9009 commit b075689
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.14-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.14-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.14-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.14-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.4.1-Win32-vs17-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.4.1-Win32-vs17-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.4.1-nts-Win32-vs17-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.4.1-nts-Win32-vs17-x64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum32 (threadsafe): B78C3334B611E0A2A9CFE19BC5EC1F582B12ECC9318708ECADB640907DDC3F63
checksum64 (threadsafe): 3CD79691564C3634AEC79F721773BF9308F8F4698904CA7CA27281EC099480D6
checksum32 (non-threadsafe): C0991FB767C4A3A729212A8105D67BD3D0559D6E207C6EC2038D9FE69E030FFF
checksum64 (non-threadsafe): 4377FB0C376E910AF543EFDD4C03CB2AEFB14E7D1AE151D519EA6B377A946C6A
checksum32 (threadsafe): F9555E4C85CD66CB6761404DAC270F4BCD87947B10A727FC1D4BB99A03BB1060
checksum64 (threadsafe): 020D265AA9AA2759DCD527C16CE4749CB7B8B7F70EC13CAC9237F428DA2EB6EE
checksum32 (non-threadsafe): D0CC4C969727CD31AC9BDD6C802217F8676EBC00E6D9464A5C969B94C0CAA6AA
checksum64 (non-threadsafe): B18BE6C66CE97D9ECA6B1A8C10F3FB379B7B0A1D24533B5ECC52FAC7D4DF25F7

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
7 changes: 4 additions & 3 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"7.3": "7.3.33",
"7.4": "7.4.33",
"8.0": "8.0.30",
"8.1": "8.1.30",
"8.2": "8.2.25",
"8.3": "8.3.14"
"8.1": "8.1.31",
"8.2": "8.2.26",
"8.3": "8.3.14",
"8.4": "8.4.1"
}
6 changes: 3 additions & 3 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.3.14</version>
<version>8.4.1</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -29,13 +29,13 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.3.14</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.4.1</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
<projectSourceUrl>https://github.com/php/php-src</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.28.29325.2" />
<dependency id="vcredist140" version="14.42.34433" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-8.3.14-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.14-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.14-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.14-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.4.1-Win32-vs17-x86.zip"
filets64 = "$toolsPath\php-8.4.1-Win32-vs17-x64.zip"
filents32 = "$toolsPath\php-8.4.1-nts-Win32-vs17-x86.zip"
filents64 = "$toolsPath\php-8.4.1-nts-Win32-vs17-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit b075689

Please sign in to comment.