回答編集履歴

1

cmd

2016/12/29 16:28

投稿

mpyw
mpyw

スコア5223

test CHANGED
@@ -1 +1,11 @@
1
1
  [How to install ext-curl extension with PHP 7? - Stack Overflow](http://stackoverflow.com/questions/33775897/how-to-install-ext-curl-extension-with-php-7)
2
+
3
+
4
+
5
+ ```Bash
6
+
7
+ sudo apt-get install php-curl
8
+
9
+ sudo service apache2 restart
10
+
11
+ ```