I have a VB component which encrypts/decrypts passwords using the CAPCIOM
EncryptedData object.

Internal to the VB component is an 'On Error Resume Next' statement before
running a method on the decrypt method.

For some reason, if there is an error on the decrypt method, rather than
carry on to the next statement, as should happen, PHP seems to see the
error and immediately error out.

I cannot replicate this using a VB windows client.

Is this normal behaviour using COM?

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to