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:
-
- Installation tutorial of PHP7 under IIS server
- How to install IIS PHP7: First download the new version of php7 compressed package from the PHP official website; then unzip it to the appropriate location; then configure the system environment on the computer; and finally set the corresponding parameters.
- PHP7 3570 2023-02-17 17:50:01
-
- Share your experience using PHP7 MongoDB Driver
- This article is provided by the PHP7 tutorial column to share with you the experience of using the PHP7 MongoDB Driver. I hope it will be helpful to friends in need! When I first started using Mongodb Driver, I refused. Looking at the official documents, I only saw a row of classes and unintelligible member methods. I searched for a long time and couldn't find it...
- PHP7 2868 2023-02-17 17:48:01
-
- What is the difference between '??' and '?:' in PHP7?
- This article will introduce to you the "??" and "?:" introduced in PHP7, and understand the difference between "??" and "?:". It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP7 3900 2023-02-17 17:46:02
-
- Introduce some features of PHP7
- I hope the following content will help you.
- PHP7 2924 2023-02-17 17:44:01
-
- How to install gd extension in PHP7
- How to install the gd extension in php7: first install the gd extension through the "apt-get install php7.4-gd" command; then configure gd to the php configuration file "php.ini"; finally restart php and check whether it is installed in phpinfo Just succeed.
- PHP7 10936 2023-02-17 17:42:02
-
- About the performance comparison between PHP5 and PHP7
- The interpreter of PHP is Zend Engine. Enter the Zend directory of the source code package. This is the core part of PHP and is mainly responsible for PHP syntax implementation, memory management and script compilation and running environment.
- PHP7 3446 2023-02-17 17:40:01
-
- Detailed explanation of PHP7 garbage collection mechanism (with complete flow chart of GC processing)
- What is PHP's automatic garbage collection mechanism? Let’s think about this problem first. We all know that php is implemented in C language. Think about how to use C language to implement statistics and release of a variable. How does C language implement a variable? From the time it is declared to the end when no one uses it, the memory occupied by the variable will be released (garbage collection).
- PHP7 5281 2023-02-17 17:38:02
-
- Detailed explanation of the installation and configuration of PHP7 under win7
- How to install and configure PHP7: first download "php-7.2.21-Win32-VC15-x64.zip"; then extract it to the "D:\wamp\php7.2" directory; then modify the "php.ini" file; and finally open it Just extend curl and configure apache.
- PHP7 5428 2023-02-17 17:36:01
-
- How to solve problems such as 500 errors when upgrading php7
- Solution to php7 500 error: First check the Nginx error log; then use the command "aptitude install php-mbstring php-xml" to install the extension.
- PHP7 4048 2023-02-17 17:34:02
-
- php7.0.5 installation tutorial
- Installation method of php7.0.5: First download "php-7.0.5.tar.gz"; then update the expansion package through the command "yum install epel-release"; then execute the compilation command; finally modify the configuration file.
- PHP7 3160 2023-02-17 17:32:01
-
- How to install php7 on centos yum
- How to install php7 on centos yum: first install the corresponding yum source of PHP7; then install PHP7 through the command "yum install php70w"; finally, test whether the installation is successful through the "php -v" command.
- PHP7 3704 2023-02-17 17:30:02
-
- How to modify the port number in php7 under linux
- How to set the port number in PHP: first find the path to the PHP configuration file; then modify the port number through the command "vim /usr/local/php7/etc/php-fpm.d/www.conf listen = 0.0.0.0:9000". Can.
- PHP7 4947 2023-02-17 17:28:01
-
- How to install mongodb extension in php7
- How to install the mongodb extension in php7: first download the mongodb extension file; then decompress, compile and install; then modify the php configuration file and add the "mongodb.so" extension configuration; finally restart the php-fpm service.
- PHP7 4267 2023-02-17 17:26:01
-
- How to compile and install pdo_mysql in php7
- How to compile and install pdo_mysql in PHP: first download the "pdo_mysql" expansion package from "pecl.php.net"; then execute "/usr/local/bin/phpize"; then modify "php.ini"; finally restart php-fpm That’s it.
- PHP7 4890 2023-02-17 17:24:01
-
- How to install mysqli in php7 and encounter pitfalls
- How to install mysqli in php7: first find mysqli in the "php7.2 ext" directory; then enter "/usr/local/php7.2/bin/phpize"; then execute "mysql_config" in the mysqli folder; finally install That’s it.
- PHP7 3366 2023-02-17 17:22:02