ID: 37735 Updated by: [EMAIL PROTECTED] Reported By: bbarnett at fomuvel dot com -Status: Open +Status: Feedback Bug Type: OCI8 related Operating System: W2k PHP Version: 5.1.4 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2006-06-07 22:29:08] bbarnett at fomuvel dot com Description: ------------ When any user try to change the password I'm recieving ORA-28008, but only when the password has numeric and string characters. some examples of passwords that return me errors are: 12345m 78945m 12453m But when I use other passwords I don't have the problem... latengo nolatengo juantito2006 If I change the password with any oracle tool (like sqlplus, enterprice manager, etc) I don't have this problem. I´m using: - PHP Version 5.1.4 - oci8 $Revision: 1.292 $ - W2k sp4 - Microsoft-IIS/5.0 - Server Oracle Client : Oracle9i R2 Client installed. - Database : ORACLE 9i R2 (other server) Thank you for any help that can give, because this is the only trouble that I have with the new product that I develop , because the current version was developed with asp 3.0 Reproduce code: --------------- if (!oci_password_change($conn,$_SESSION[ 'connection' ][ 'user' ],$_SESSION[ 'connection' ][ 'password' ],$pantalla['passwordnuevo'])){ $err = oci_error($conn); errores($err); // Execute error handler } Actual result: -------------- Return me sometimes : ORA-28008 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37735&edit=1
