Home >Backend Development >PHP Tutorial >10 recommended courses on installing build environments
Install the build environment By now you probably have at least one PHP installation installed, and have been using it for web-based application development. You may have downloaded the win32 build from php.Net and run it on IIS or the Windows version of Apache or use the package management system of your *nix (Linux, bsd, or other POSIX-compliant distribution) distribution to install binaries created by third parties. When building php, unless you download the source package and compile it yourself, you will definitely miss out Some knowledge points. *nix Tools The first indispensable tool in the C developer toolset is the C compiler. Your distribution may include one by default, and if you are lucky, it is gcc (GNU Compiler Collection). You can check whether the compiler is installed by executing gcc version or cc version. If it is already installed, it will respond with the installed compiler version information. If you have not installed the compiler, you can follow the official instructions of the distribution you are using. Download and install gcc. Usually this means downloading a .rpm or .deb file and executing a command
1. [php extension development and embedding] Chapter 4 - Install the build environment
Introduction: By now you probably have at least one installed PHP, and have used It is designed for web-based application development. You may have downloaded the win32 build from php.Net and run it on IIS or Windows version of Apache, or use your *nix (Linux, BSD, or other POSIX-compliant distribution) distribution version of the package management system to install binaries created by third parties.
2. [php extensions and embedded] - Installation build environment_PHP tutorial
Introduction: [php extension and embedded] - Install the build environment. Installing the build environment By now you probably have at least an installed PHP, and have been using it for web-based application development. You may have downloaded the win32 build from php.net and run it on
3. [php extension and embedded]-Install the build environment
Introduction:[php extension and embedded]-Install the build environment. Installing the build environment By now you probably have at least one PHP installation installed, and have been using it for web-based application development. You may have downloaded the win32 build from php.net and run it on
【Related Q&A recommendations】:
The above is the detailed content of 10 recommended courses on installing build environments. For more information, please follow other related articles on the PHP Chinese website!