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:
-
- PHP7 kernel analysis of CGI and FastCGI
- CGI: It is a protocol for data exchange between Web Server and Web Application. FastCGI: Same as CGI, it is a communication protocol, but it has some optimizations in efficiency than CGI. PHP-CGI: is PHP (Web Application
- PHP7 2697 2023-02-17 11:52:02
-
- Some pitfalls encountered when upgrading PHP5.9 to PHP7 (php-fpm diagram)
- 1. Use $_GET to obtain all parameters. php7 will have one more parameter: _url. For example, the accessed address is http://127.0.0.1/Home/String/index2?a=12&b=19. At this time, the parameter _url = " Home/String/in
- PHP7 4338 2023-02-17 11:50:01
-
- php7.3+redis3 installation under windows
- 1. Download the redis3.0 windows version https://github.com/MicrosoftArchive/redis/releases 2. Download the redis extension dll file corresponding to php7.3 https://windows.
- PHP7 8149 2023-02-17 11:48:02
-
- Solve the problem that the isset method is always false after upgrading to php7
- A problem occurred after the company upgraded to php7. Something like this isset($post->user->name) is always false. The previous php 5.6 was normal, and the laravel version was 5.1.35 (it has not been upgraded for a long time). First look at isset isset
- PHP7 3263 2023-02-17 11:46:01
-
- What is PHP 7?
- PHP 7 is a major version of the PHP programming language that is touted as a revolution in the way web applications are developed. This version is considered the most important change to PHP since the release of PHP 5 in 2004.
- PHP7 3901 2023-02-17 11:44:02
-
- Solve the problem that php7 cannot load curl and reflect on it
- This article mainly introduces to you how to solve the problem of php7 unable to load curl and its reflection. I hope it will be helpful to friends in need! In order to quickly put out the fire, here is the solution: #Add LoadFile "E:\myServer\php\li to apache's main configuration file httpd.conf
- PHP7 4743 2023-02-17 11:42:01
-
- How to install PHP7.3 on Debian 10?
- PHP 7.3 is the latest stable version available for installation. This article will introduce you to how to install the latest version of PHP on Debian systems. Now follow this tutorial to install PHP on Debian 10, (Buster). Debian 10 is still under development. Therefore, this tutorial uses Debian
- PHP7 6318 2023-02-17 11:40:01
-
- New features from PHP5.5 to PHP7.2
- 1. Migrating from PHP 5.5.x to PHP 5.6.x Using expressions to define constants In previous PHP versions, static values must be used to define constants, declare properties, and specify default values for function parameters. You can now define constants using numeric expressions including numbers, string literals, and other constants.
- PHP7 3826 2023-02-17 11:38:02
-
- How to enable Oracle OCI8 extension for Plesk PHP 7?
- This article mainly introduces how to enable Oracle OCI8 extension for Plesk PHP 7. I hope it will be helpful to friends in need! Note: This article applies to RHEL/CentOS distributions. 1. Install the devel packages required to build custom PHP 7 modules
- PHP7 3093 2023-02-17 11:36:01
-
- Understanding and comparing new features of php7
- 1. null coalescing operator (??) ?? Syntax: If the variable exists and the value is not NULL, it will return its own value, otherwise it will return its second operand.
- PHP7 2749 2023-02-17 11:34:02
-
- PHP7:Mongodb API usage
- Compile and install PHP7 Mongdb extension #First install a dependent library yum -y install openldap-devel wget https://pecl.php.net/get/mongodb-1.1.1.tgz /home/server/
- PHP7 3255 2023-02-17 11:32:01
-
- Exception handling mechanism of php5 and php7 (analysis of thinkphp5 exception handling)
- This article mainly introduces the exception handling mechanism of php5 and php7 (analysis of thinkphp5 exception handling). I hope it will be helpful to friends in need! 1.php exceptions and errors In other languages, there is a difference between exceptions and errors, but when PHP encounters its own errors, it will trigger an error instead of running out of the exception.
- PHP7 4064 2023-02-17 11:30:02
-
- In-depth understanding of zval in PHP7 kernel
- PHP7 has been released. As promised, I will also start writing this series of articles. I mainly want to use the articles to let everyone understand what we have done behind the huge performance improvement of PHP7. Today I want to talk to you about the changes in zval. Before talking about the changes in zval, let’s first take a look at what zval looks like under PHP5.
- PHP7 4725 2023-02-17 11:28:01