Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Oct 14, 2024
1 parent f39024b commit 3e3c27f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
6 changes: 3 additions & 3 deletions appendices/migration84/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,16 @@
<title>PGSQL</title>

<simplelist>
<member><constant>PGSQL_TUPLES_CHUNK</constant</member>
<member><constant>PGSQL_TUPLES_CHUNK</constant></member>
</simplelist>
</sect2>

<sect2 xml:id="migration84.constants.posix">
<title>POSIX</title>

<simplelist>
<member><constant>POSIX_SC_CHILD_MAX</constant</member>
<member><constant>POSIX_SC_CLK_TCK</constant</member>
<member><constant>POSIX_SC_CHILD_MAX</constant></member>
<member><constant>POSIX_SC_CLK_TCK</constant></member>
</simplelist>
</sect2>

Expand Down
16 changes: 7 additions & 9 deletions appendices/migration84/deprecated.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,25 +361,23 @@ class _MyClass {}
</simpara>

<!-- RFC: https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character -->
<!-- TODO: Add INI links -->
<simpara>
Changing the value of the
<literal>session.sid_length</literal> and
<literal>session.sid_bits_per_character</literal>
<link linkend="ini.session.sid-length"><literal>session.sid_length</literal></link> and
<link linkend="ini.session.sid-bits-per-character"><literal>session.sid_bits_per_character</literal></link>
INI settings is deprecated.
Update the session storage backend to accept 32 character hexadecimal
session IDs and stop changing these two INI settings instead.
</simpara>

<!-- RFC: https://wiki.php.net/rfc/deprecate-get-post-sessions -->
<!-- TODO: Add INI links -->
<simpara>
Changing the value of the
<literal>session.use_only_cookies</literal>,
<literal>session.use_trans_sid</literal>,
<literal>session.trans_sid_tags</literal>,
<literal>session.trans_sid_hosts</literal>, and
<literal>session.referer_check</literal>
<link linkend="ini.session.use-only-cookies"><literal>session.use_only_cookies</literal></link>,
<link linkend="ini.session.use-trans-sid"><literal>session.use_trans_sid</literal></link>,
<link linkend="ini.session.trans-sid-tags"><literal>session.trans_sid_tags</literal></link>,
<link linkend="ini.session.trans-sid-hosts"><literal>session.trans_sid_hosts</literal></link>, and
<link linkend="ini.session.referer-check"><literal>session.referer_check</literal></link>
INI settings is deprecated.
The <constant>SID</constant> constant is also deprecated.
</simpara>
Expand Down
6 changes: 3 additions & 3 deletions appendices/migration84/other-changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
</simpara>

<simpara>
<!-- TODO Links for INI settings -->
<function>output_add_rewrite_var</function> now uses
url_rewriter.hosts instead of
session.trans_sid_hosts
<link linkend="ini.url-rewriter.hosts"><literal>url_rewriter.hosts</literal></link>
instead of
<link linkend="ini.session.trans-sid-hosts"><literal>session.trans_sid_hosts</literal></link>
for selecting hosts that will be rewritten.
</simpara>
</sect3>
Expand Down

0 comments on commit 3e3c27f

Please sign in to comment.