Skip to content

Commit e9ffe02

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Fix phpize for Windows 11 (24H2)
2 parents 2d693c4 + 974ed31 commit e9ffe02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/build/phpize.js.in

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ function find_config_w32(dirname)
9292

9393
deps = get_module_dep(contents);
9494

95+
n = "";
9596
item = new Module_Item(n, c, dir_line, deps, contents);
9697
MODULES.Add(n, item);
9798
}

0 commit comments

Comments
 (0)