From:             dimitry at icecat dot biz
Operating system: SUSE LINUX Enterprise Server 9 (
PHP version:      5.1.2
PHP Bug Type:     Unknown/Other Function
Bug description:  ssl: segmentation fault

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 bug report at http://bugs.php.net/?id=36385&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36385&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36385&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36385&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36385&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36385&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36385&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36385&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36385&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36385&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36385&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36385&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36385&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36385&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36385&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36385&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36385&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36385&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36385&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36385&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36385&r=mysqlcfg

Reply via email to