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

wrapper method #89

Closed nadar closed 2 years ago

nadar commented 2 years ago

the use of _exec() is not required, unless exec() is public.

@amouhzi what was the idea behind? Is there any instruction we should people give in the phpdocs when they use exec() directly?

amouhzi commented 2 years ago

No idea, it's a very old project. Any improvement is welcome.