Skip to content

Commit 3f5f20b

Browse files
committedMar 29, 2025
Build fix: Address deprecated PHP 8.4 session options to prevent test failures
1 parent 3142193 commit 3f5f20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/Makefile.global

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ PHP_TEST_SHARED_EXTENSIONS = ` \
8989
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d zend_extension=$(top_builddir)/modules/$$dlname"; \
9090
done; \
9191
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\ ]*='
9393

9494
test: all
9595
@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \

0 commit comments

Comments
 (0)