diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 11:54:37 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 18:29:38 +0200 |
commit | c0b9892033cb566ec6a0c6d0fe5ce4b97c4c88de (patch) | |
tree | d492c87afa7175e6c8eee0669fcb4df1aa223c27 /textproc/php85-dom | |
parent | security/kanidm: Update version 1.6.1=>1.6.2 (diff) |
*/*php85*: Sunrise
Please DO NOT use this version in production, it is an early test
version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.5.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.5.0alpha1/NEWS
Diffstat (limited to 'textproc/php85-dom')
-rw-r--r-- | textproc/php85-dom/Makefile | 7 | ||||
-rw-r--r-- | textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c | 11 | ||||
-rw-r--r-- | textproc/php85-dom/files/patch-parentnode_css__selectors.c | 11 |
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/php85-dom/Makefile b/textproc/php85-dom/Makefile new file mode 100644 index 000000000000..6f1e31e35297 --- /dev/null +++ b/textproc/php85-dom/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c new file mode 100644 index 000000000000..2d91481ddf5c --- /dev/null +++ b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c @@ -0,0 +1,11 @@ +--- lexbor/selectors-adapted/selectors.c.orig 2025-07-02 12:25:47 UTC ++++ lexbor/selectors-adapted/selectors.c +@@ -13,7 +13,7 @@ + #include <Zend/zend_API.h> + #include <php.h> + +-#include "ext/dom/lexbor/selectors-adapted/selectors.h" ++#include "selectors.h" + #include "../../namespace_compat.h" + #include "../../domexception.h" + #include "../../php_dom.h" diff --git a/textproc/php85-dom/files/patch-parentnode_css__selectors.c b/textproc/php85-dom/files/patch-parentnode_css__selectors.c new file mode 100644 index 000000000000..65f4d3670ad0 --- /dev/null +++ b/textproc/php85-dom/files/patch-parentnode_css__selectors.c @@ -0,0 +1,11 @@ +--- parentnode/css_selectors.c.orig 2025-07-02 12:24:35 UTC ++++ parentnode/css_selectors.c +@@ -23,7 +23,7 @@ + #include "../php_dom.h" + #include "../obj_map.h" + +-#include "ext/lexbor/lexbor/css/parser.h" ++#include "lexbor/css/parser.h" + #include "../lexbor/selectors-adapted/selectors.h" + + // TODO: optimization idea: cache the parsed selectors in an LRU fashion? |