php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

why depricate _exec #39

Closed mzummo closed 2 years ago

mzummo commented 7 years ago

I am using this class for doing SFTP upload/download (i have found that curl is the most reliable method of doing this as opposed to other methods within PHP. Which on some servers seem to have issues.Since i am not using any standard put/delete/get I am using _exec. Can we not deprecate this function?

nadar commented 6 years ago

@mzummo We could switch visibility of exec() from protected to public, but for what example are u using _exec() can you make an example? Please provide example code.

nadar commented 2 years ago

I am going to close this issue because:

If you think this is still important or there are more/new informations. Please reopen the issue and let us know.