Skip to content

Commit 92ceb64

Browse files
committed
Merge branch 'patch-compile-warning' of https://github.com/petk/php-src into PHP-7.2
* 'patch-compile-warning' of https://github.com/petk/php-src: Fix bug #75279
2 parents 15efa98 + 8d87f6f commit 92ceb64

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)