php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #68147 No mention of removing CURLOPT_CLOSEPOLICY
Submitted: 2014-10-03 20:04 UTC Modified: 2014-10-23 18:37 UTC
From: robert dot bittle at dominionenterprises dot com Assigned: aharvey (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.6.1 OS:
Private report: No CVE-ID: None
 [2014-10-03 20:04 UTC] robert dot bittle at dominionenterprises dot com
Description:
------------
---
From manual page: http://www.php.net/migration56.incompatible
---
PHP 5.6 removed the constant CURLOPT_CLOSEPOLICY, but this is not mentioned in the migration documentation.


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-10-17 09:38 UTC] tyrael@php.net
-Status: Open +Status: Verified
 [2014-10-17 09:38 UTC] tyrael@php.net
we have a mention about this in UPGRADING, which could be used for updating the docs:
- cURL:
  - The following constants have been removed as they are now marked "obsolete"
    in the underlying library and never had any effect to begin with:
      . CURLOPT_CLOSEPOLICY
      . CURLCLOSEPOLICY_CALLBACK
      . CURLCLOSEPOLICY_LEAST_RECENTLY_USED
      . CURLCLOSEPOLICY_LEAST_TRAFFIC
      . CURLCLOSEPOLICY_OLDEST
      . CURLCLOSEPOLICY_SLOWEST
 [2014-10-23 18:37 UTC] aharvey@php.net
Automatic comment from SVN on behalf of aharvey
Revision: http://svn.php.net/viewvc/?view=revision&revision=335124
Log: Note removed curl constants in the 5.6 migration guide.

Fixes bug #68147 (No mention of removing CURLOPT_CLOSEPOLICY).
 [2014-10-23 18:37 UTC] aharvey@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: aharvey
 [2014-10-23 18:37 UTC] aharvey@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 15:01:36 2024 UTC