php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22720 php_curl.dll stopped working
Submitted: 2003-03-14 21:57 UTC Modified: 2003-03-15 23:21 UTC
From: jason at hdev dot net Assigned:
Status: Not a bug Package: cURL related
PHP Version: 4.3.2RC1 OS: windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jason at hdev dot net
New email:
PHP Version: OS:

 

 [2003-03-14 21:57 UTC] jason at hdev dot net
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);

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-15 23:21 UTC] sniper@php.net
Not enough information and most likely not even a bug.
See other bogused curl reports for more information
and before even thinking of reopening this, read the 
instructions HOW to report.

1. Make sure you really updated. (php4ts.dll)
2. You need to update the extra dlls from the dlls/ folder too.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Dec 30 18:01:27 2024 UTC