I just installed php7 in ubuntu. I want to add more extensions. After installing the curl extension source code directory {code...} is phpize dependent on anything? The following is my php environment {code...} just installed php7 in ubuntu. I want to add more extensions.
Complete the curl extension
Source code directory
# Cd ext/curl # phpize // The configure file is expected to be generated, but I don't know why the subsequent commands are not executed without being generated #. /configure -- with-php-config =/usr/local/php/bin/php-config -- with-curl = DIR
What does phpize depend on?
Below is my php environment
# 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]
Reply content:
I just installed php7 in ubuntu. I want to add more extensions.
Complete the curl extension
Source code directory
# Cd ext/curl # phpize // The configure file is expected to be generated, but I don't know why the subsequent commands are not executed without being generated #. /configure -- with-php-config =/usr/local/php/bin/php-config -- with-curl = DIR
What does phpize depend on?
Below is my php environment
# 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