From b9f31dd2cc571d3b6b046dc84851f2a79c82bc1f Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 21 Jun 2024 23:53:14 +0200 Subject: [PATCH 1/2] Remove outdated libs_version.txt file This is not being synced with changes done in github.com/winlibs and served only for documentation purposes. Since the list is outdated it is simpler to remove it than maintain it updated. --- win32/build/libs_version.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 win32/build/libs_version.txt diff --git a/win32/build/libs_version.txt b/win32/build/libs_version.txt deleted file mode 100644 index 68c8d8ba05ef..000000000000 --- a/win32/build/libs_version.txt +++ /dev/null @@ -1,16 +0,0 @@ -bz2-1.0.6 -cclient-2007f -freetype-2.9.1 -icu-62.1 -jpeglib-9c -libcurl-7.59.0 -libiconv-1.15 -libmpir-3.0.0 -libpng-1.6.34 -libpq-9.6.9 -libsodium-1.0.16 -libssh2-1.8.0 -libtidy-5.4.0 -libxslt-1.1.32 -libxml-2.9.8 -openssl-1.1.0h From 9862fce5b94dcc3f987414933412eba93cece882 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 22 Jun 2024 00:07:46 +0200 Subject: [PATCH 2/2] [skip ci] Update UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 03898a9eaf65..f098b8041b08 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -169,6 +169,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES - The HAVE_OPENSSL_EXT symbol is now consistently defined to value 1 whether the openssl extension is available either as shared or built statically. - Added configure option --enable-phpdbg-debug to build phpdbg in debug mode. + - The win32/build/libs_version.txt file has been removed. ======================== 3. Module changes