Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2009-07-07 Thread Jani Taskinen
I guess this does not happen in PHP_5_2..? --Jani Pierre-Alain Joye wrote: pajoye Mon Jul 6 23:36:56 2009 UTC Modified files: /php-src/ext/openssl openssl.c Log: - #48116, fix build with openssl 1.0

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2009-03-30 Thread Pierre Joye
hi Scott, How did you reproduce the crash (ssl version, and with which input or config)? Please add a test case. Also please keep an eye on the assign field of a bug report, it is here for good reasons. Cheers, On Mon, Mar 30, 2009 at 1:32 AM, Scott MacVicar scott...@php.net wrote: scottmac  

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-08 Thread Mattias Bengtsson
Hi! Please see attached patch. Cheers, Mattias. On Wed, Aug 08, 2007 at 02:18:42AM +0400, Antony Dovgal wrote: Two OpenSSL tests started to fail yesterday: # cat ext/openssl/tests/004.diff 009+ Warning: openssl_csr_new(): add_entry_by_txt countryNam - AU (failed) in

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-08 Thread Pierre
Hi Mattias, Thanks for the patch (we came to the same conclusion yesterday :) applied On 8/8/07, Mattias Bengtsson [EMAIL PROTECTED] wrote: Hi! Please see attached patch. Cheers, Mattias. On Wed, Aug 08, 2007 at 02:18:42AM +0400, Antony Dovgal wrote: Two OpenSSL tests started to fail

Re: [PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-07 Thread Antony Dovgal
Two OpenSSL tests started to fail yesterday: # cat ext/openssl/tests/004.diff 009+ Warning: openssl_csr_new(): add_entry_by_txt countryNam - AU (failed) in /local/qa/5_2/ext/openssl/tests/004.php on line 7 009- Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min - 4 (failed) in

RE: [PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests 005.phpt 005_crt.txt

2007-04-05 Thread Dmitry Stogov
1) HEAD is broken. 2) PHP_5_2 ZTS build is broken too. 3) ext/openssl/test/stests/005.phpt is broken. Dmitry. -Original Message- From: Pierre-Alain Joye [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 1:39 AM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src