phpsnif reports
/sites/all/modules/feeds/libraries/http_request.inc
line 305
warning
INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4 PHPCompatibility.PHP.DeprecatedIniDirectives.safe_modeDeprecatedRemoved
Issue fork feeds-2890859
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
megachrizI think the code is okay. It is checking if by any chance 'safe_mode' is enabled, which apparently should not be the case in order to use cURL.
Comment #3
webservant316 commentedah yeah, I should have looked closer. thanks!
Comment #4
megachrizNo problem! :)
Comment #8
gislekent77,
please do not create merge random requests to add a license to the repo. This closed issue has nothing to do with a licensing, so such a merge request is not helpful. If you want to contribute, open up a new issue and provide your motivation for doing so.
Also: Drupal is already licensed under the GPL and licensing a component of Drupal under a different license is not wanted.
In general, if you want to contribute in our issue queues, please first study our Issue Etiquette.