Skip to content

Commit f165906

Browse files
committed
Stop using reserved name in php_xsl.h
1 parent ac4ed1c commit f165906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xsl/php_xsl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extern zend_module_entry xsl_module_entry;
5252
/* Default == disable all write access */
5353
#define XSL_SECPREF_DEFAULT (XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_FILE)
5454

55-
typedef struct _xsl_object {
55+
typedef struct xsl_object {
5656
void *ptr;
5757
HashTable *parameter;
5858
bool hasKeys;

0 commit comments

Comments
 (0)