Re: [PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2011-11-10 Thread Pierre Joye
hi Mateusz, Not necessary in 5.3 and 5.4? Cheers, On Thu, Nov 10, 2011 at 11:33 AM, Mateusz Kocielski wrote: > shm                                      Thu, 10 Nov 2011 10:33:07 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=318987 > > Log: > Fixed NULL pointer dereference

[PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2011-11-10 Thread Mateusz Kocielski
shm Thu, 10 Nov 2011 10:33:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=318987 Log: Fixed NULL pointer dereference in stream_socket_enable_crypto, case when ssl_handle of session_stream is not initialized. Changed paths: U php/php

[PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2010-12-04 Thread Antony Dovgal
tony2001 Sat, 04 Dec 2010 21:54:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=305968 Log: make sure the stream context is present before looking for any options and fix segfault Changed paths: U php/php-src/trunk/ext/openssl/xp_ssl.c M

[PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2009-10-22 Thread Arnaud Le Blanc
lbarnaud Thu, 22 Oct 2009 18:48:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=289860 Log: TSRMLS Changed paths: U php/php-src/trunk/ext/openssl/xp_ssl.c Modified: php/php-src/trunk/ext/openssl/xp_ssl.c =

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2009-10-22 Thread Antony Dovgal
On 22.10.2009 20:47, Kalle Sommer Nielsen wrote: > Hi Tony > > 2009/10/22 Antony Dovgal : >>php_url *url; >> + TSRMLS_FETCH(); >> >>if (ctx) { >>zval **val = NULL; >> > > Perhaps we should just add TSRMLS_DC to the function proto instead of > this TSRMLS_FETC

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2009-10-22 Thread Kalle Sommer Nielsen
Hi Tony 2009/10/22 Antony Dovgal : >        php_url *url; > +       TSRMLS_FETCH(); > >        if (ctx) { >                zval **val = NULL; > Perhaps we should just add TSRMLS_DC to the function proto instead of this TSRMLS_FETCH()? The caller have have the TS macros already :) -- regrads,

[PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ xp_ssl.c

2009-10-22 Thread Antony Dovgal
tony2001 Thu, 22 Oct 2009 16:17:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=289857 Log: fix ZTS build Changed paths: U php/php-src/trunk/ext/openssl/xp_ssl.c Modified: php/php-src/trunk/ext/openssl/xp_ssl.c ==