From: Maxim Maletsky Date: Thu, 21 Nov 2002 20:49:33 +0000 (+0000) Subject: @- Added OCIPasswordChange() which allows the password of an Oracle account to be... X-Git-Tag: RELEASE_1_0b2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5ae4adde1de9d84dd3a1e9e74f96f210871818b;p=php @- Added OCIPasswordChange() which allows the password of an Oracle account to be changed. (Maxim) --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 3ab0bda946..5bf0e7deed 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -4396,7 +4396,7 @@ PHP_FUNCTION(ocisetprefetch) /* }}} */ -/* {{{ proto bool ocipasswordchange(int conn, string user, string old_password, string new_password) +/* {{{ proto bool ocipasswordchange(int conn, string username, string old_password, string new_password) changes the password of an account*/ PHP_FUNCTION(ocipasswordchange)