ID: 36385
User updated by: dimitry at icecat dot biz
Reported By: dimitry at icecat dot biz
-Status: Feedback
+Status: Open
Bug Type: Unknown/Other Function
Operating System: SUSE LINUX Enterprise Server 9 (
PHP Version: 5.1.2
New Comment:
./configure --prefix /usr/local/php
--with-apxs2=/usr/local/apache2/bin/apxs --with-openssl
--with-zlib --enable-mbstring --enable-soap --without-sqlite
--with-pear
Successfully compiled / installed
....
bash:/tmp/php5.1-200602131730 # /usr/local/php/bin/php -r
'fsockopen("ssl://mail.yahoo.com","443",$e,$err,"60"); '
Segmentation fault
Previous Comments:
------------------------------------------------------------------------
[2006-02-13 18:38:39] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5.1-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5.1-win32-latest.zip
------------------------------------------------------------------------
[2006-02-13 18:01:34] dimitry at icecat dot biz
Description:
------------
Configure line:
./configure --prefix /usr/local/php
--with-apxs2=/usr/local/apache2/bin/apxs --with-openssl
--with-zlib --enable-mbstring --enable-soap --without-sqlite
--with-pear
OS:
SUSE LINUX Enterprise Server 9 (x86_64)
VERSION = 9
OpenSSL:
openssl version
OpenSSL 0.9.8a 11 Oct 2005
(Was compiled with '-fPIC' option)
Segmentation fault with fsockopen, transport SSL
Reproduce code:
---------------
php -r 'fsockopen("ssl://mail.yahoo.com","443",$e,$err,"60"); '
Expected result:
----------------
nothing
Actual result:
--------------
php -r 'fsockopen("ssl://mail.yahoo.com","443",$e,$err,"60"); '
Segmentation fault
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=36385&edit=1