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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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 2843 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 4065 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 3903 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 3203 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 2159 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 1881 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 2683 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 3810 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 3177 2023-02-18 09:34:02
-
- How to install php7 extension on Ubuntu14
- How to install php7 on Ubuntu14: 1. Install mysql; 2. Download the php source code "php-7.2.27.tar.gz" and extract it to the root directory; 3. Install the dependencies required for compilation; 4. Create the installation directory; 5. Just configure and enable php-fpm support.
- PHP7 2636 2023-02-18 09:32:01
-
- Compile and install PHP7.4 (ubuntu)
- In this article, the PHP7 tutorial column will introduce to you how to compile and install PHP7.4 (ubuntu). It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP7 4619 2023-02-18 09:30:02
-
- What are the magic methods in php7
- PHP7 magic methods include: 1. "__contract" method; 2. "__destruct" method; 3. "__set" method; 4. "__get" method; 5. "__call" method; 6. "__callStatic" method; 7. " __toString" method and so on.
- PHP7 5341 2023-02-18 09:28:01
-
- What to do if php7.2 fails to run
- Solution to php7.2 failure to run: 1. Execute "vi Makefile" in the PHP source directory; 2. Find the EXTRA_LIBS line; 3. Add "-llber" at the end of the line; 4. Save, exit and make again.
- PHP7 2826 2023-02-18 09:26:01
-
- How to deploy php7 project in nginx
- How to deploy php7 project with nginx: 1. Install nginx and php7 through install; 2. Copy the laravel project to the specified directory and modify the configuration document; 3. Restart nginx.
- PHP7 2378 2023-02-18 09:24:01
-
- Share an installation note for PHP7
- Share an installation note of PHP7.0: PHP 7.0.0 Alpha 1 uses the new version of ZendEngine engine and brings many new features. The following is an incomplete list...
- PHP7 2266 2023-02-18 09:22:01