Skip to content

Commit 974ed31

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ PHP NEWS
5656
- Streams:
5757
. Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos)
5858

59+
- Windows:
60+
. Fixed phpize for Windows 11 (24H2). (bwoebi)
61+
5962
- Zlib:
6063
. Fixed bug GH-17745 (zlib extension incorrectly handles object arguments).
6164
(nielsdos)

win32/build/phpize.js.in

+1
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)