From:             phpbugs at rizzt dot kicks-ass dot org
Operating system: fedora 8,10
PHP version:      5.2.9
PHP Bug Type:     Reproducible crash
Bug description:  curl keeps crashing

Description:
------------
After upgrading to PHP 5.2.9, the code below does not run anymore.
It is not possible to reproduce the bug with a simple script.

This code terminates in 5.2.9 always, but runs in 5.2.8 without any 
problems.

I do not know if it happens using the same resource or only 
curl_setopt.

Reproduce code:
---------------
$ch = curl_init($url);
echo "ok";
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
echo "never shows";



Expected result:
----------------
ok
never shows

Actual result:
--------------
ok

-- 
Edit bug report at http://bugs.php.net/?id=47616&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47616&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47616&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47616&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47616&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47616&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47616&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47616&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47616&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47616&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47616&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47616&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47616&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47616&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47616&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47616&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47616&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47616&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47616&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47616&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47616&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47616&r=mysqlcfg

Reply via email to