1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

uri: Fix header guard constant name for uri_parser_*.h (#19539)

Introduced in php/php-src#19530.
This commit is contained in:
Tim Düsterhus
2025-08-21 10:23:39 +02:00
committed by GitHub
parent e9c92a9739
commit ae3b81dcfe
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@
+----------------------------------------------------------------------+
*/
#ifndef PHP_URIPARSER_H
#define PHP_URIPARSER_H
#ifndef PHP_URI_PARSER_RFC3986_H
#define PHP_URI_PARSER_RFC3986_H
#include <uriparser/Uri.h>
#include "php_uri_common.h"

View File

@@ -14,8 +14,8 @@
+----------------------------------------------------------------------+
*/
#ifndef PHP_LEXBOR_H
#define PHP_LEXBOR_H
#ifndef PHP_URI_PARSER_WHATWG_H
#define PHP_URI_PARSER_WHATWG_H
#include "php_uri_common.h"
#include "lexbor/url/url.h"