From:             jason at hdev dot net
Operating system: windows 2000
PHP version:      4.3.2RC1
PHP Bug Type:     cURL related
Bug description:  php_curl.dll stopped working

php_curl.dll worked in 4.3.1,
but when I use the 4.3.2RC1 version of php_curl.dll,
it does not work.
(Same problem when I updated from 4.3.0 to 4.3.1 and php_curl.dll stopped
working, but I don't know what the solution is this time.)

I have these lines in my code which fixed the problem when upgrading from
4.3.0 to 4.3.1:
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
        curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
-- 
Edit bug report at http://bugs.php.net/?id=22720&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22720&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22720&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22720&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22720&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22720&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22720&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22720&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22720&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22720&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22720&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22720&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22720&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22720&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22720&r=gnused

Reply via email to