Re: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5

2007-03-09 Thread Sara Golemon
Doesn't seem like this ever got commited. Can we include this in PHP 5.2.2? It doesn't break existing APIs so I think it's a good idea. I think adding bignum functions is OK (though it duplicates GMP to a measure) - while we are at it, why not add implementation for btwoc(number) also? I'd s

Re: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5

2007-03-09 Thread Stanislav Malyshev
Doesn't seem like this ever got commited. Can we include this in PHP 5.2.2? It doesn't break existing APIs so I think it's a good idea. I think adding bignum functions is OK (though it duplicates GMP to a measure) - while we are at it, why not add implementation for btwoc(number) also? I thi

RE: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5

2007-03-08 Thread Andi Gutmans
To: internals@lists.php.net > Subject: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5 > > I'd like to tuck the attached patch into the PHP 5 branch. > It provides the following functions, and does not modify the > behavior of any of the others: > &

Re: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5

2007-02-10 Thread Pierre
Hi Wez, On 2/10/07, Wez Furlong <[EMAIL PROTECTED]> wrote: I'd like to tuck the attached patch into the PHP 5 branch. It provides the following functions, and does not modify the behavior of any of the others: openssl_bignum_from_bin openssl_bignum_from_hex openssl_bignum_from_dec openssl_bignu

[PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5

2007-02-10 Thread Wez Furlong
I'd like to tuck the attached patch into the PHP 5 branch. It provides the following functions, and does not modify the behavior of any of the others: openssl_bignum_from_bin openssl_bignum_from_hex openssl_bignum_from_dec openssl_bignum_to_string openssl_dh_generate_key openssl_dh_compute_ke