1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

Stop using reserved name in php_xsl.h

This commit is contained in:
Niels Dossche
2024-07-06 23:16:18 +02:00
parent ac4ed1cca6
commit f16590637c
+1 -1
View File
@@ -52,7 +52,7 @@ extern zend_module_entry xsl_module_entry;
/* Default == disable all write access */
#define XSL_SECPREF_DEFAULT (XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_FILE)
typedef struct _xsl_object {
typedef struct xsl_object {
void *ptr;
HashTable *parameter;
bool hasKeys;