Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  [skip ci] Fix phpize for Windows 11 (24H2)
This commit is contained in:
Christoph M. Becker 2025-02-14 17:18:53 +01:00
commit 974ed3130e
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6
2 changed files with 4 additions and 0 deletions

3
NEWS
View file

@ -56,6 +56,9 @@ PHP NEWS
- Streams:
. Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos)
- Windows:
. Fixed phpize for Windows 11 (24H2). (bwoebi)
- Zlib:
. Fixed bug GH-17745 (zlib extension incorrectly handles object arguments).
(nielsdos)

View file

@ -91,6 +91,7 @@ function find_config_w32(dirname)
deps = get_module_dep(contents);
n = "";
item = new Module_Item(n, c, dir_line, deps, contents);
MODULES.Add(n, item);
}