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
12 lines
365 B
C
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?
|