Re: [PHP-DEV] OpenSSL integration

2007-01-12 Thread Thomas J. Hruska
Pierre wrote: Hi Thomas, Wez, On 1/13/07, Wez Furlong <[EMAIL PROTECTED]> wrote: Hi Thomas, I think Marcus gave you all the right pointers. I just wanted to let you know that I have a pending patch for DH kex and some bignum functions, and that Pierre mentioned that he's been working on a few

Re: [PHP-DEV] OpenSSL integration

2007-01-12 Thread Pierre
Hi Thomas, Wez, On 1/13/07, Wez Furlong <[EMAIL PROTECTED]> wrote: Hi Thomas, I think Marcus gave you all the right pointers. I just wanted to let you know that I have a pending patch for DH kex and some bignum functions, and that Pierre mentioned that he's been working on a few other bits rece

Re: [PHP-DEV] OpenSSL integration

2007-01-12 Thread Wez Furlong
Hi Thomas, I think Marcus gave you all the right pointers. I just wanted to let you know that I have a pending patch for DH kex and some bignum functions, and that Pierre mentioned that he's been working on a few other bits recently. If you think that we'll be overlapping, we can try harder to ei

Re: [PHP-DEV] OpenSSL integration

2007-01-10 Thread Marcus Boerger
Hello Thomas, read all README.* files and the CODING_STANDARDS (php is very picky). For an introduction to writing extensions look here: http://talks.somabo.de There is also an artivel series from Sara Golemon somewhere on the Zend site and she also published a neat book on the topic. However PH