From b5ae4adde1de9d84dd3a1e9e74f96f210871818b Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Thu, 21 Nov 2002 20:49:33 +0000 Subject: [PATCH] @- Added OCIPasswordChange() which allows the password of an Oracle account to be changed. (Maxim) --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1