From: bbarnett at fomuvel dot com
Operating system: W2k
PHP version: 5.1.4
PHP Bug Type: OCI8 related
Bug description: oci_password_change - not all the times works
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 bug report at http://bugs.php.net/?id=37735&edit=1
--
Try a CVS snapshot (PHP 4.4):
http://bugs.php.net/fix.php?id=37735&r=trysnapshot44
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=37735&r=trysnapshot52
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=37735&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=37735&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=37735&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=37735&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=37735&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=37735&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=37735&r=support
Expected behavior: http://bugs.php.net/fix.php?id=37735&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=37735&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=37735&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=37735&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37735&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=37735&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=37735&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=37735&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=37735&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=37735&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=37735&r=mysqlcfg