For example, what is the difference between apt-get and apt-get? For example, what is the difference between apt-get and apt-get?
Reply content:
For example, what is the difference between apt-get and apt-get?
Php5
YesPhp5
The software itself provides the runtime environment for php script execution (Runtime
)
Php5-dev
It is used to develop php extensions and provides some necessary php components for developing and compiling php5 extensions. It is generally the header file and dependency library of some php source code.
If you need to install some php module through the source code, such as php5-mysql, gd, you need to installPhp5-dev
If you need php extensions, you can useApt-get
Directly installed, big don't have to install php5-dev
After installation, you can useDpkg-query-L php5-dev
To view the files contained in this package.
It feels like PHP5 is a stable version that ensures that all bugs are not found yet, and the PHP5-dev is the developer version after 5 (please refer to the downstairs)