Skip to content

Commit 8d87f6f

Browse files
committed
Fix bug #75279
1 parent a93fe32 commit 8d87f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/dl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PHPAPI int php_load_extension(char *filename, int type, int start_now)
110110
char *libpath;
111111
zend_module_entry *module_entry;
112112
zend_module_entry *(*get_module)(void);
113-
int error_type, slash_suffix = NULL;
113+
int error_type, slash_suffix = 0;
114114
char *extension_dir;
115115
char *err1, *err2;
116116

0 commit comments

Comments
 (0)