mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Merge user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303751 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3495f885b
commit
1a734e293b
1 changed files with 15 additions and 1 deletions
|
@ -25,6 +25,10 @@
|
|||
<para>
|
||||
Changes password for user with <parameter>username</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
The <function>oci_password_change</function> function is most useful for PHP command-line scripts,
|
||||
or when non-persistent connections are used throughout the PHP application.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -85,10 +89,19 @@
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
Changing the password either with this function or directly in
|
||||
Oracle should be done carefully. This is because PHP applications
|
||||
may continue to successfully reuse persistent connections by
|
||||
authenticating with the old password. The best practice is to
|
||||
restart all web servers whenever the user password is changed.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<simpara>
|
||||
The second <function>oci_password_change</function> syntax is available
|
||||
since version 1.1.
|
||||
since OCI8 version 1.1.
|
||||
</simpara>
|
||||
</note>
|
||||
<note>
|
||||
|
@ -99,6 +112,7 @@
|
|||
This, however, is deprecated and not recommended.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue