Skip to content

session.sid_bits_per_character INI setting is deprecated & session.sid_length INI setting is deprecated #560

Description

@jaydrogers

Steps To Reproduce

Run an 8.4 Docker container with Debug mode on:

docker run --rm -e LOG_OUTPUT_LEVEL=debug -e SSL_MODE=full serversideup/php:8.4.11-frankenphp-alpine3.22

Outcome

What did you expect?

No deprication warnings

What happened instead?

2025/08/28 11:50:25.640	INFO	frankenphp	PHP Deprecated:  Unknown: session.sid_length INI setting is deprecated in Unknown on line 0	{"syslog_level": "info"}
2025/08/28 11:50:25.640	INFO	frankenphp	PHP Deprecated:  Unknown: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0	{"syslog_level": "info"}
2025/08/28 11:50:25.641	INFO	frankenphp	PHP Deprecated:  Unknown: session.sid_length INI setting is deprecated in Unknown on line 0	{"syslog_level": "info"}
2025/08/28 11:50:25.641	INFO	frankenphp	PHP Deprecated:  Unknown: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0	{"syslog_level": "info"}
2025/08/28 11:50:25.641	INFO	frankenphp	PHP Deprecated:  Unknown: session.sid_length INI setting is deprecated in Unknown on line 0	{"syslog_level": "info"}
2025/08/28 11:50:25.641	INFO	frankenphp	PHP Deprecated:  Unknown: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0	{"syslog_level": "info"}
<br />
<b>Deprecated</b>:  Unknown: session.sid_bits_per_character INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_length INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_bits_per_character INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_length INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_bits_per_character INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_length INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_bits_per_character INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_length INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Deprecated</b>:  Unknown: session.sid_bits_per_character INI setting is deprecated in <b>Unknown</b> on line <b>0</b><br />

Related to

Proposed fix

Remove these for all versions

Affected Docker Images

All 8.4+ images

Anything else?

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions