-3
I’m following the tutorial for the installation of symfony, but an error occurs while running it
[GuzzleHttp\Exception\RequestException]
Error creating resource: [message] fopen(https://get.symfony.com/symfony.version): failed to open stream: Unable to find
the socket transport "http" - did you forget to enable it when you configured PHP?
[file] phar:///usr/local/bin/symfony/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
[line] 406
[message] Undefined variable: http_response_header
[file] phar:///usr/local/bin/symfony/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
[line] 407
[GuzzleHttp\Ring\Exception\RingException]
Error creating resource: [message] fopen(https://get.symfony.com/symfony.version): failed to open stream: Unable to find
the socket transport "http" - did you forget to enable it when you configured PHP?
[file] phar:///usr/local/bin/symfony/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
[line] 406
[message] Undefined variable: http_response_header
[file] phar:///usr/local/bin/symfony/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
[line] 407
**
I have installed apt-get install php5-Curl and even then, the problem remains
I performed the settings and now shows the following error: symfony new myproject PHP Warning: PHP Startup: Unable to load Dynamic library '/usr/lib/php/20151012/php_curl.dll' - /usr/lib/php/20151012/php_curl.dll: open Shared Object file: No such file or directory in Unknown on line 0
– hulckb