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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user