Skip to content

Update PHP 8.4 build for win x64 #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bin/win/x64/php-8.4.zip
Binary file not shown.
25 changes: 6 additions & 19 deletions license-files/lib_xz_0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ XZ Utils Licensing
free software licenses. These aren't built or installed as
part of XZ Utils.

The following command may be helpful in finding per-file license
information. It works on xz.git and on a clean file tree extracted
from a release tarball.

sh build-aux/license-check.sh -v

For the files under the BSD Zero Clause License (0BSD), if
a copyright notice is needed, the following is sufficient:

Expand All @@ -59,25 +65,6 @@ XZ Utils Licensing
- COPYING.GPLv2: GNU General Public License version 2
- COPYING.GPLv3: GNU General Public License version 3

A note about old XZ Utils releases:

XZ Utils releases 5.4.6 and older and 5.5.1alpha have a
significant amount of code put into the public domain and
that obviously remains so. The switch from public domain to
0BSD for newer releases was made in Febrary 2024 because
public domain has (real or perceived) legal ambiguities in
some jurisdictions.

There is very little *practical* difference between public
domain and 0BSD. The main difference likely is that one
shouldn't claim that 0BSD-licensed code is in the public
domain; 0BSD-licensed code is copyrighted but available under
an extremely permissive license. Neither 0BSD nor public domain
require retaining or reproducing author, copyright holder, or
license notices when distributing the software. (Compare to,
for example, BSD 2-Clause "Simplified" License which does have
such requirements.)

If you have questions, don't hesitate to ask for more information.
The contact information is in the README file.

2 changes: 1 addition & 1 deletion license-files/src_php-src_0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------------------------------------------
The PHP License, version 3.01
Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
Copyright (c) 1999 - 2024 The PHP Group. All rights reserved.
--------------------------------------------------------------------

Redistribution and use in source and binary forms, with or without
Expand Down