Skip to content

Commit 595e616

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Fix phpize for Windows 11 (24H2)
2 parents c5045a0 + 7f6c051 commit 595e616

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ PHP NEWS
66
. Fixed bug GH-17211 (observer segfault on function loaded with dl()).
77
(Arnaud)
88

9+
- Windows:
10+
. Fixed phpize for Windows 11 (24H2). (bwoebi)
11+
912
19 Dec 2024, PHP 8.2.27
1013

1114
- Calendar:

win32/build/phpize.js.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ function find_config_w32(dirname)
9191

9292
deps = get_module_dep(contents);
9393

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

0 commit comments

Comments
 (0)