ID: 37735 Updated by: [EMAIL PROTECTED] Reported By: bbarnett at fomuvel dot com -Status: Open +Status: Bogus Bug Type: OCI8 related Operating System: W2k PHP Version: 5.1.4 New Comment:
Please use appropriate support forum/mailing list to know how to install PHP and its modules. Feel free to reopen the report if you're still able to reproduce it. Previous Comments: ------------------------------------------------------------------------ [2006-06-08 15:02:19] bbarnett at fomuvel dot com I installed the new version, but now I have the next error PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_oci8.dll' ------------------------------------------------------------------------ [2006-06-08 14:01:25] [EMAIL PROTECTED] http://no.php.net/install.windows.manual ------------------------------------------------------------------------ [2006-06-08 13:22:02] bbarnett at fomuvel dot com Can you tell me how can I install this version, because I was used only the windows installer. Thank you ------------------------------------------------------------------------ [2006-06-08 06:41:10] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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
