-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
php81: libxml 2.13 compatibility #334411
php81: libxml 2.13 compatibility #334411
Conversation
8391180
to
fa088a9
Compare
Thank you !!! |
"NEWS" | ||
]; | ||
}) | ||
# Backport of PHP_LIBXML_IGNORE_DEPRECATIONS_START and PHP_LIBXML_IGNORE_DEPRECATIONS_END |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What commit does this come from? Edit: Found it, php/php-src@e2d9731
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtojnar I'll PR actual commit patch instead of file. I'm just waiting for build to finish.
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.05
git worktree add -d .worktree/backport-334411-to-release-24.05 origin/release-24.05
cd .worktree/backport-334411-to-release-24.05
git switch --create backport-334411-to-release-24.05
git cherry-pick -x fa088a9477b35d8e36c8204c35fc574eaffe0190 |
Description of changes
Fixes #331126
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.