-
Notifications
You must be signed in to change notification settings - Fork 7.9k
libxml2 2.12.0 issue building from src #12702
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
Comments
Yeah you're right, and there are a whole bunch of deprecation warnings too. If you want you can make a PR. |
Many Thx @nielsdos! Fyi on Windows build, we'll also have to deal with the deprecation of the win32 Makefile.msvc in profit of CMake (this is a good thing!) but which didn't offer yet the availability to build the libxml static for dll archive (preferred for PHP as libxml2 shared is not supported cf. this nonworking patch https://gist.github.com/auroraeosrose/3452993) |
Alright, I'll apply it manually, thanks! RE Windows build: |
It would be good to backport this change to 8.2 branch as well. |
The change is already in the 8.2 branch and will be included in the next 8.2 release. |
Up sorry .. just checked and indeed it is backported however because in each code change is updated NEWS file it is not possible cleanly apply exact commit on top of last release 😞 |
Fixes GH-12702. Co-authored-by: nono303 <[email protected]>
Description
Hi,
Testing libxml2 2.12.0 released yesterday, I had issue during PHP compilation (php 8.2.12 on Windows vs17 x64) seems libxml2 headers had been moved / cleaned ….
I had to patch ext/libxml & ext/dom to have it building
I may let you qualify deeper this point.
PHP Version
PHP 8.2.12
Operating System
Win 10 x64
The text was updated successfully, but these errors were encountered: