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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 - 28 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 19:01:28 2024 UTC