File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ PHP NEWS
15
15
. Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()).
16
16
(Jakub Zelenka)
17
17
18
+ - Tests:
19
+ . Address deprecated PHP 8.4 session options to prevent test failures.
20
+ (willvar)
21
+
18
22
10 Apr 2025, PHP 8.4.6
19
23
20
24
- BCMath:
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ PHP_TEST_SHARED_EXTENSIONS = ` \
89
89
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d zend_extension=$(top_builddir)/modules/$$dlname"; \
90
90
done; \
91
91
fi`
92
- PHP_DEPRECATED_DIRECTIVES_REGEX = '^(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
92
+ PHP_DEPRECATED_DIRECTIVES_REGEX = '^(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?|session\.sid_(length|bits_per_character) )[\t\ ]*='
93
93
94
94
test: all
95
95
@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
You can’t perform that action at this time.
0 commit comments