ports/textproc/php85-dom/files/patch-parentnode_css__selectors.c
Muhammad Moinur Rahman c0b9892033
*/*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
2025-07-02 18:29:38 +02:00

12 lines
365 B
C

--- 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?