mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Link to the extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343507 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1b3a08d78d
commit
92e3765893
1 changed files with 6 additions and 7 deletions
|
@ -83,9 +83,8 @@ abstract class B extends A
|
|||
<title>Password hashing with Argon2</title>
|
||||
|
||||
<para>
|
||||
Argon2 has been added to the password hashing API (the
|
||||
<literal>password_</literal> functions), where the following constants have
|
||||
been exposed:
|
||||
Argon2 has been added to the <link linkend="book.password">password hashing API</link>,
|
||||
where the following constants have been exposed:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -113,7 +112,7 @@ abstract class B extends A
|
|||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration72.new-features.pdo-extended-str-types">
|
||||
<title>Extended string types for ext/PDO</title>
|
||||
<title>Extended string types for <link linkend="book.pdo">PDO</link></title>
|
||||
|
||||
<para>
|
||||
PDO's string type has been extended to support the national character type
|
||||
|
@ -155,7 +154,7 @@ $db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL);
|
|||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration72.new-features.additional-emulated-prepares-debugging-info">
|
||||
<title>Additional emulated prepares debugging information for ext/PDO</title>
|
||||
<title>Additional emulated prepares debugging information for <link linkend="book.pdo">PDO</link></title>
|
||||
|
||||
<para>
|
||||
The <function>PDOStatement::debugDumpParams</function> method has been
|
||||
|
@ -167,7 +166,7 @@ $db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL);
|
|||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration72.new-features.extended-ops-in-ldap">
|
||||
<title>Support for extended operations in ext/LDAP</title>
|
||||
<title>Support for extended operations in <link linkend="book.ldap">LDAP</link></title>
|
||||
|
||||
<para>
|
||||
Support for EXOP has been added to the LDAP extension. This has been done by
|
||||
|
@ -224,7 +223,7 @@ $db->quote('über', PDO::PARAM_STR | PDO::PARAM_STR_NATL);
|
|||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration72.new-features.addr-info-in-sockets">
|
||||
<title>Address Information Additions to ext/sockets</title>
|
||||
<title>Address Information Additions to the <link linkend="book.sockets">Sockets</link> extension</title>
|
||||
|
||||
<para>
|
||||
The sockets extension now has the ability to lookup address information, as
|
||||
|
|
Loading…
Reference in a new issue