剛在ubuntu下簡單裝了個php7,想的需要什麼擴充再加。
完了要裝curl擴充
源碼目錄
# cd ext/curl# phpize//預計產生configure檔案 但是不知道為什麼沒有產生 自然後面的命令就沒有執行#./configure --with-php-config=/usr/local/php/bin/php-config --with-curl=DIR
phpize要依賴什麼東西嗎?
下面是我的php環境
# php -vPHP 7.0.5 (cli) (built: Apr 27 2016 16:19:28) ( NTS )Copyright (c) 1997-2016 The PHP GroupZend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies# php -m[PHP Modules]CorectypedatedomfileinfofilterhashiconvjsonlibxmlpcrePDOpdo_sqlitePharposixReflectionsessionSimpleXMLSPLsqlite3standardtokenizerxmlxmlreaderxmlwriter[Zend Modules]
回複內容:
剛在ubuntu下簡單裝了個php7,想的需要什麼擴充再加。
完了要裝curl擴充
源碼目錄
# cd ext/curl# phpize//預計產生configure檔案 但是不知道為什麼沒有產生 自然後面的命令就沒有執行#./configure --with-php-config=/usr/local/php/bin/php-config --with-curl=DIR
phpize要依賴什麼東西嗎?
下面是我的php環境
# php -vPHP 7.0.5 (cli) (built: Apr 27 2016 16:19:28) ( NTS )Copyright (c) 1997-2016 The PHP GroupZend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies# php -m[PHP Modules]CorectypedatedomfileinfofilterhashiconvjsonlibxmlpcrePDOpdo_sqlitePharposixReflectionsessionSimpleXMLSPLsqlite3standardtokenizerxmlxmlreaderxmlwriter[Zend Modules]
sudo apt-get install php7-curl