[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c

2008-12-08 Thread Scott MacVicar
scottmacMon Dec 8 11:54:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c Log: MFH Fix bug #46748, segfault when SSL has more than one error message.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/openssl/tests bug46127.pem bug46127.phpt

2008-11-16 Thread Pierre-Alain Joye
pajoye Sun Nov 16 23:14:12 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/openssl/tests bug46127.pem bug46127.phpt Modified files: /php-src/ext/opensslxp_ssl.c Log: - MFH: #46127, php_openssl_tcp_sockop_accept forgets to set

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/standard file.c http_fopen_wrapper.c streamsfuncs.c /main/streams streams.c userspace.c xp_socket.c

2008-07-11 Thread Antony Dovgal
tony2001Fri Jul 11 10:25:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c /php-src/ext/standard file.c streamsfuncs.c http_fopen_wrapper.c /php-src/main/streams streams.c userspace.c xp_socket.c Log:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/standard file.c http_fopen_wrapper.c streamsfuncs.c /main/streams streams.c userspace.c xp_socket.c

2008-07-11 Thread Pierre Joye
Hi Tony, News? btw, is it testable? Cheers, 2008/7/11 Antony Dovgal [EMAIL PROTECTED]: tony2001Fri Jul 11 10:25:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c /php-src/ext/standard file.c streamsfuncs.c

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/standard file.c http_fopen_wrapper.c streamsfuncs.c /main/streams streams.c userspace.c xp_socket.c

2008-07-11 Thread Antony Dovgal
On 11.07.2008 15:04, Pierre Joye wrote: Hi Tony, News? btw, is it testable? Yes, you can reproduce it using this script: ?php for ($i = 0; $i 100; $i++) { $context = $opts = array( 'http'=array( 'method'=GET /* whatever */ ) ); $context =

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 12:16:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c Log: Fixed bug#44716 (Progress notifications incorrect)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c

2008-04-14 Thread Hannes Magnusson
Wait for 5.2.7 I assume? -Hannes On Mon, Apr 14, 2008 at 2:16 PM, Hannes Magnusson [EMAIL PROTECTED] wrote: bjori Mon Apr 14 12:16:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c Log: Fixed bug#44716 (Progress

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/soap php_http.c

2008-04-04 Thread Joe Orton
jorton Fri Apr 4 13:02:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c /php-src/ext/soap php_http.c Log: MFH: Fixed bug #32979 (OpenSSL stream-fd casts broken in 64-bit build) (stotty at tvnet dot hu) MFH: Fix

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/soap php_http.c

2008-04-04 Thread Ilia Alshanetsky
Yeah, should be safe enough. On 4-Apr-08, at 12:22 PM, Joe Orton wrote: On Fri, Apr 04, 2008 at 01:02:48PM -, Joe Orton wrote: jorton Fri Apr 4 13:02:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/openssl xp_ssl.c /php-src/ext/soapphp_http.c

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/soap php_http.c

2008-04-04 Thread Derick Rethans
On Fri, 4 Apr 2008, Ilia Alshanetsky wrote: Yeah, should be safe enough. Will you do another RC then? regards, Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c /ext/standard var_unserializer.c var_unserializer.re /main php_variables.c /sapi/cli php_cli_readline.c

2007-09-29 Thread Nuno Lopes
nlopess Sat Sep 29 11:18:42 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c /php-src/ext/standard var_unserializer.c var_unserializer.re /php-src/main php_variables.c /php-src/sapi/cli php_cli_readline.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c

2007-09-29 Thread Nuno Lopes
nlopess Sat Sep 29 11:24:06 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c Log: use FREE_ZVAL() instead of free() to free a zval