diff --git a/php-8.2.yaml b/php-8.2.yaml index afb5c366699..e53a1d6b08d 100644 --- a/php-8.2.yaml +++ b/php-8.2.yaml @@ -1,6 +1,6 @@ package: name: php-8.2 - version: 8.2.13 + version: 8.2.14 epoch: 0 description: "the PHP programming language" copyright: @@ -50,7 +50,7 @@ pipeline: - uses: fetch with: uri: https://www.php.net/distributions/php-${{package.version}}.tar.gz - expected-sha256: 6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b + expected-sha256: 4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f extract: false - name: Prepare Build Folder @@ -58,11 +58,6 @@ pipeline: mv php-${{package.version}}.tar.gz $HOME tar zxf $HOME/php-${{package.version}}.tar.gz - - name: Patch for libxml2 # applying patch for libxml2, source comes from https://github.com/php/php-src/commit/8a95e616b91ac0eeedba90a61e36e652919763f2 but wasn't applied to 8.2 branch - runs: | - cd $HOME/php-${{package.version}} - patch -p1 < ../libxml2.patch - - name: Configure runs: | cd $HOME/php-${{package.version}} diff --git a/php-8.2/libxml2.patch b/php-8.2/libxml2.patch deleted file mode 100644 index a94b8dbee29..00000000000 --- a/php-8.2/libxml2.patch +++ /dev/null @@ -1,26 +0,0 @@ -# source comes from https://github.com/php/php-src/commit/8a95e616b91ac0eeedba90a61e36e652919763f2 -# but it wasn't applied to 8.2 branch -diff --git a/ext/dom/document.c b/ext/dom/document.c -index 59f00897..8312d6c5 100644 ---- a/ext/dom/document.c -+++ b/ext/dom/document.c -@@ -23,6 +23,7 @@ - #if defined(HAVE_LIBXML) && defined(HAVE_DOM) - #include "php_dom.h" - #include -+#include - #ifdef LIBXML_SCHEMAS_ENABLED - #include - #include -diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h -index c0775a07..a1011f0b 100644 ---- a/ext/libxml/php_libxml.h -+++ b/ext/libxml/php_libxml.h -@@ -35,6 +35,7 @@ extern zend_module_entry libxml_module_entry; - - #include "zend_smart_str.h" - #include -+#include - - #define LIBXML_SAVE_NOEMPTYTAG 1<<2 -