On 02/03/2012 10:11 AM, jas wrote:
> array('private_key_type'   => OPENSSL_KEYTYPE_RSA,
>       'encrypt_key_cipher' => OPENSSL_CIPHER_3DES);

Look like ints to me: var_dump():

array(2) {
  ["private_key_type"]=>
  int(0)
  ["encrypt_key_cipher"]=>
  int(4)
}


-- 
Thanks!
-Shawn
http://www.spidean.com

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

Reply via email to