Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix GH-5403: document missing SSL context options#5413

Open
jordikroon wants to merge 4 commits into
php:masterphp/doc-en:masterfrom
jordikroon:fix/gh-5403jordikroon/doc-en:fix/gh-5403Copy head branch name to clipboard
Open

Fix GH-5403: document missing SSL context options#5413
jordikroon wants to merge 4 commits into
php:masterphp/doc-en:masterfrom
jordikroon:fix/gh-5403jordikroon/doc-en:fix/gh-5403Copy head branch name to clipboard

Conversation

@jordikroon
Copy link
Copy Markdown
Member

@jordikroon jordikroon commented Mar 6, 2026

It is likely better to review commits one by one since it also migrates para to simpara.

Companion: php/doc-base#279 (that's why test fail).

Fixes #5403
Fixes #5402
Fixes #5401

@jordikroon jordikroon force-pushed the fix/gh-5403 branch 2 times, most recently from 14d3dfd to 258f18d Compare March 6, 2026 23:12
Comment thread language/context/ssl.xml Outdated
Comment thread language/context/ssl.xml Outdated
Comment thread language/context/ssl.xml Outdated
Comment thread language/context/ssl.xml
</varlistentry>
<varlistentry xml:id="context.ssl.sni-server-certs">
<term>
<parameter>SNI_server_certs</parameter>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to add a version note here. SNI_server_certs has been available since PHP 5.6.0, since this commit (Add encrypted server SNI support).

Comment thread language/context/ssl.xml
</varlistentry>
<varlistentry xml:id="context.ssl.no-ticket">
<term>
<parameter>no_ticket</parameter>
Copy link
Copy Markdown
Member

@lacatoire lacatoire Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A version note would be nice for consistency. no_ticket has been available since PHP 5.3.6, since this commit implement FR #53447 (Cannot disable SessionTicket extension for servers)

Comment thread language/context/ssl.xml Outdated
Comment thread language/context/ssl.xml Outdated
Comment thread language/context/ssl.xml
</variablelist>
</refsect1><!-- }}} -->

<refsect1 role="changelog"><!-- {{{ -->
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog table could be updated with the new options:

  • 5.3.6: no_ticket
  • 5.6.0: SNI_server_certs
  • 7.0.0: alpn_protocols
  • 7.3.0: min_proto_version, max_proto_version

Comment thread language/context/ssl.xml Outdated
Co-authored-by: Louis-Arnaud <la.catoire@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.