mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Fix phpize for Windows 11 (24H2)
This commit is contained in:
commit
302165837f
2 changed files with 4 additions and 0 deletions
3
NEWS
3
NEWS
|
@ -42,6 +42,9 @@ PHP NEWS
|
||||||
- Streams:
|
- Streams:
|
||||||
. Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos)
|
. Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos)
|
||||||
|
|
||||||
|
- Windows:
|
||||||
|
. Fixed phpize for Windows 11 (24H2). (bwoebi)
|
||||||
|
|
||||||
- Zlib:
|
- Zlib:
|
||||||
. Fixed bug GH-17745 (zlib extension incorrectly handles object arguments).
|
. Fixed bug GH-17745 (zlib extension incorrectly handles object arguments).
|
||||||
(nielsdos)
|
(nielsdos)
|
||||||
|
|
|
@ -91,6 +91,7 @@ function find_config_w32(dirname)
|
||||||
|
|
||||||
deps = get_module_dep(contents);
|
deps = get_module_dep(contents);
|
||||||
|
|
||||||
|
n = "";
|
||||||
item = new Module_Item(n, c, dir_line, deps, contents);
|
item = new Module_Item(n, c, dir_line, deps, contents);
|
||||||
MODULES.Add(n, item);
|
MODULES.Add(n, item);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue