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