Merge branch 'PHP-8.4'

* PHP-8.4:
  [skip ci] Fix phpize for Windows 11 (24H2)
This commit is contained in:
Christoph M. Becker 2025-02-14 17:19:50 +01:00
commit e9ffe02fa1
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -92,6 +92,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);
}