diff --git a/bin/win/x64/php-8.4.zip b/bin/win/x64/php-8.4.zip index 66df101b3..4089ca68d 100644 Binary files a/bin/win/x64/php-8.4.zip and b/bin/win/x64/php-8.4.zip differ diff --git a/build-meta/build-extensions-win.json b/build-meta/build-extensions-win.json index c44295777..e654e3bc0 100644 --- a/build-meta/build-extensions-win.json +++ b/build-meta/build-extensions-win.json @@ -4,6 +4,7 @@ "ctype", "zlib", "openssl", + "brotli", "curl", "iconv", "xml", @@ -22,6 +23,7 @@ "session", "simplexml", "sockets", + "sodium", "tokenizer", "zip" ] \ No newline at end of file diff --git a/build-meta/build-libraries-win.json b/build-meta/build-libraries-win.json index 81cb254ac..e5908c8ac 100644 --- a/build-meta/build-libraries-win.json +++ b/build-meta/build-libraries-win.json @@ -1,10 +1,12 @@ [ "lib-base", "micro", + "frankenphp", "php", "bzip2", "zlib", "openssl", + "brotli", "libssh2", "libiconv-win", "libxml2", @@ -17,6 +19,7 @@ "icu-static-win", "onig", "sqlite", + "libsodium", "xz", "libzip" ] \ No newline at end of file diff --git a/license-files/ext_brotli_0.txt b/license-files/ext_brotli_0.txt new file mode 100644 index 000000000..27925d222 --- /dev/null +++ b/license-files/ext_brotli_0.txt @@ -0,0 +1,19 @@ +Copyright (c) 2015 kjdev + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the 'Software'), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/license-files/lib_brotli_0.txt b/license-files/lib_brotli_0.txt new file mode 100644 index 000000000..33b7cdd2d --- /dev/null +++ b/license-files/lib_brotli_0.txt @@ -0,0 +1,19 @@ +Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/license-files/lib_libsodium_0.txt b/license-files/lib_libsodium_0.txt index 6bce7f058..95c22fbad 100644 --- a/license-files/lib_libsodium_0.txt +++ b/license-files/lib_libsodium_0.txt @@ -1,7 +1,7 @@ /* * ISC License * - * Copyright (c) 2013-2024 + * Copyright (c) 2013-2026 * Frank Denis * * Permission to use, copy, modify, and/or distribute this software for any