maxim Thu Nov 21 15:49:33 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: @- Added OCIPasswordChange() which allows the password of an Oracle account to be changed. (Maxim) Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.190 php4/ext/oci8/oci8.c:1.191 --- php4/ext/oci8/oci8.c:1.190 Thu Nov 21 15:32:56 2002 +++ php4/ext/oci8/oci8.c Thu Nov 21 15:49:33 2002 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: oci8.c,v 1.190 2002/11/21 20:32:56 maxim Exp $ */ +/* $Id: oci8.c,v 1.191 2002/11/21 20:49:33 maxim Exp $ */ /* TODO list: * @@ -628,7 +628,7 @@ php_info_print_table_start(); php_info_print_table_row(2, "OCI8 Support", "enabled"); - php_info_print_table_row(2, "Revision", "$Revision: 1.190 $"); + php_info_print_table_row(2, "Revision", "$Revision: 1.191 $"); #ifndef PHP_WIN32 php_info_print_table_row(2, "Oracle Version", PHP_OCI8_VERSION ); php_info_print_table_row(2, "Compile-time ORACLE_HOME", PHP_OCI8_DIR ); @@ -4396,7 +4396,7 @@ /* }}} */ -/* {{{ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php