ID: 47616 Updated by: [email protected] Reported By: phpbugs at rizzt dot kicks-ass dot org -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: fedora 8,10 PHP Version: 5.2.9 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2009-03-10 21:42:01] phpbugs at rizzt dot kicks-ass dot org 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 this bug report at http://bugs.php.net/?id=47616&edit=1
