diff --git a/.github/workflows/build-php.yml b/.github/workflows/build-php.yml index 2f49a5adf..b0e24a6ec 100644 --- a/.github/workflows/build-php.yml +++ b/.github/workflows/build-php.yml @@ -140,6 +140,7 @@ jobs: if [[ "${{ matrix.os }}" == "windows-latest" ]]; then powershell Compress-Archive -Path "../static-php-cli/buildroot/bin/php.exe" -DestinationPath "bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ env.PHP_VERSION }}.zip" -Force else + rm bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ env.PHP_VERSION }}.zip mkdir -p tmp-bin cp ../static-php-cli/buildroot/bin/php tmp-bin/ cd tmp-bin diff --git a/bin/linux/x64/php-8.1.zip b/bin/linux/x64/php-8.1.zip index 4155e67f2..26d15f65f 100644 Binary files a/bin/linux/x64/php-8.1.zip and b/bin/linux/x64/php-8.1.zip differ diff --git a/bin/linux/x64/php-8.2.zip b/bin/linux/x64/php-8.2.zip index b00660a65..93f8b08c7 100644 Binary files a/bin/linux/x64/php-8.2.zip and b/bin/linux/x64/php-8.2.zip differ diff --git a/bin/linux/x64/php-8.3.zip b/bin/linux/x64/php-8.3.zip index 618141b15..1b5006e5d 100644 Binary files a/bin/linux/x64/php-8.3.zip and b/bin/linux/x64/php-8.3.zip differ diff --git a/bin/mac/arm64/php-8.1.zip b/bin/mac/arm64/php-8.1.zip index b1e31c468..d1b2c73ac 100644 Binary files a/bin/mac/arm64/php-8.1.zip and b/bin/mac/arm64/php-8.1.zip differ diff --git a/bin/mac/arm64/php-8.2.zip b/bin/mac/arm64/php-8.2.zip index 428813eb4..a363f20d5 100644 Binary files a/bin/mac/arm64/php-8.2.zip and b/bin/mac/arm64/php-8.2.zip differ diff --git a/bin/mac/x86/php-8.1.zip b/bin/mac/x86/php-8.1.zip index 69a062c03..5fd9dae37 100644 Binary files a/bin/mac/x86/php-8.1.zip and b/bin/mac/x86/php-8.1.zip differ diff --git a/bin/mac/x86/php-8.2.zip b/bin/mac/x86/php-8.2.zip index 85bf4d97d..2b1e07440 100644 Binary files a/bin/mac/x86/php-8.2.zip and b/bin/mac/x86/php-8.2.zip differ diff --git a/bin/mac/x86/php-8.3.zip b/bin/mac/x86/php-8.3.zip index 6ce65c1bb..2bb29ea41 100644 Binary files a/bin/mac/x86/php-8.3.zip and b/bin/mac/x86/php-8.3.zip differ diff --git a/bin/win/x64/php-8.1.zip b/bin/win/x64/php-8.1.zip index 6a3296924..64ab3c85d 100644 Binary files a/bin/win/x64/php-8.1.zip and b/bin/win/x64/php-8.1.zip differ diff --git a/bin/win/x64/php-8.2.zip b/bin/win/x64/php-8.2.zip index 3be157b77..a675a59c3 100644 Binary files a/bin/win/x64/php-8.2.zip and b/bin/win/x64/php-8.2.zip differ diff --git a/bin/win/x64/php-8.3.zip b/bin/win/x64/php-8.3.zip index 6aa01175c..f5acb3edb 100644 Binary files a/bin/win/x64/php-8.3.zip and b/bin/win/x64/php-8.3.zip differ diff --git a/license-files/src_php-src_0.txt b/license-files/src_php-src_0.txt index 0815d7eb7..6a15be588 100644 --- a/license-files/src_php-src_0.txt +++ b/license-files/src_php-src_0.txt @@ -1,6 +1,6 @@ -------------------------------------------------------------------- The PHP License, version 3.01 -Copyright (c) 1999 - 2024 The PHP Group. All rights reserved. +Copyright (c) 1999 - 2021 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without