current location:Home > Technical Articles > Backend Development > PHP7
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to add php7 version to wamp2.5
- How to add the php7 version to wamp2.5: 1. Download PHP7 and extract the compressed package to the wamp/bin/php directory; 2. Download the VC15 runtime library and install it; 3. Copy the relevant files to the php7.3.4 folder; 4. Just modify the php.ini and wampserver.conf files.
- PHP7 2520 2023-02-18 10:02:01
-
- How to install php7 fpm on mac
- How to install php7 fpm on mac: 1. Install Homebrew; 2. Install PHP7.1 through "brew install php@7.1"; 3. Load and start PHP-FPM; 4. Install Nginx; 5. Install the extension.
- PHP7 3951 2023-02-18 10:00:02
-
- Summary of usage of some features in PHP7
- In this article, the PHP7 tutorial column will introduce you to some features of PHP7. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP7 2141 2023-02-18 09:58:01
-
- How to solve the problem that php7 cannot connect to mysql8
- Solution for php7 unable to connect to mysql8: 1. Check whether the mysql process is started; 2. Add port information; 3. Modify the client port to be consistent with the server.
- PHP7 3243 2023-02-18 09:56:02
-
- How to reinstall php7.2 on centos7
- How to reinstall php7.2 on centos7: 1. Clean the old php through "yum -y remove php*"; 2. Check the php version that can be installed; 3. Install php streamlined extension; 4. Set php-fpm to start automatically at boot. Can.
- PHP7 3905 2023-02-18 09:54:01
-
- How to add extensions to yum php7.1
- How to add extensions to yum php7.1: 1. Install php7.1 through yum; 2. Add common PHP extensions through the "yum -y install php-mysql php-gd php-ldap php-odbc..." command.
- PHP7 2054 2023-02-18 09:52:02
-
- What should I do if php7 cannot find the pdo extension?
- Solution to the problem that php7 cannot find the pdo extension: 1. Open php.ini; 2. Remove the semicolon before "extension=php_pdo_mysql.dll"; 3. Add the PHP path to the apache configuration file httpd.conf; 4. Restart apache That’s it.
- PHP7 2762 2023-02-18 09:50:01
-
- How to install redis in php7 yum
- How to install redis with php7 yum: 1. Install yum source and nginx; 2. Start nginx and set it to run automatically at boot; 3. Check the php7 yum component and install php7.2; 4. Start php and set it to start at boot; 5. Just use the specified yum source to install Redis.
- PHP7 3943 2023-02-18 09:48:01
-
- How to install php-fpm in php7
- How to install and configure php-fpm in php7: 1. Install the PHP7 suite and plug-ins; 2. Create a socket descriptor file; 3. Modify the php-fpm configuration file; 4. Restart php-fpm.
- PHP7 3773 2023-02-18 09:46:02
-
- What to do if php7.2 cannot connect to mysql8.0
- Solution to the problem that php7.2 cannot connect to mysql8.0: 1. Find and open the my.cnf file; 2. Add a line under mysqld in my.cnf as "default-authentication-plugin=mysql_native_password".
- PHP7 2993 2023-02-18 09:44:01
-
- How to add Xdebug to macOS PHP7
- After Apple released macOS High Sierra, the system finally came with php v7.1. Compared with before, if you wanted to use php7, you had to find an additional way (Homebrew or php-osx). It is really convenient.
- PHP7 2081 2023-02-18 09:42:02
-
- A brief analysis of the Group use declarations feature of php7
- This article is from the PHP7 tutorial column to introduce you to the new features of php7, Group use declarations. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP7 1812 2023-02-18 09:40:01
-
- What to do if the php7 session cannot be maintained
- Solution to the problem that the php7 session cannot be saved: 1. Open the corresponding PHP code file; 2. Modify and use the "session_set_save_handler" function.
- PHP7 2593 2023-02-18 09:38:02
-
- How to compile and install php7 on mac
- How to compile and install php7 on mac: 1. Download PHP through "wget -c http://mirrors.sohu.com/php/php-7.1.8.tar.gz"; 2. Through "tar -zxvf php-7.1. 8.tar.gz" can be decompressed and compiled.
- PHP7 3726 2023-02-18 09:36:01
-
- How to install php7 extension in yum
- How to install php7 extension with yum: 1. Install epel and REMI sources; 2. Check the PHP version that can be installed and use the "yum -y install php" command to install PHP; 3. Install it through the "yum -y install php-fpm" command Just PHP extension.
- PHP7 3018 2023-02-18 09:34:02