Skip to content

Commit 3021658

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Fix phpize for Windows 11 (24H2)
2 parents 4d7d01d + 595e616 commit 3021658

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
@@ -42,6 +42,9 @@ PHP NEWS
4242
- Streams:
4343
. Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos)
4444

45+
- Windows:
46+
. Fixed phpize for Windows 11 (24H2). (bwoebi)
47+
4548
- Zlib:
4649
. Fixed bug GH-17745 (zlib extension incorrectly handles object arguments).
4750
(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)