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:
-
- About error handling after upgrading php7
- Since the emergence of php7 has brought about significant performance improvements, I wanted to experience the features brought by the new version, so I upgraded. I found that an error occurred when requesting the interface on the website. After troubleshooting, I recorded the solution...
- PHP7 4074 2023-02-17 15:20:01
-
- Both PHP5 and 7 are available, so where is PHP6?
- PHP7 is a brand new version of the PHP programming language, which has been greatly improved mainly in terms of performance. Official documents show that PHP7 can achieve twice the performance of PHP5.x version. At the same time, it also sorts out the syntax of PHP and provides many popular syntax formats in other languages.
- PHP7 3416 2023-02-17 15:18:02
-
- Tutorial on running PHP7 using FastCGI mode
- As we all know, there are two web servers commonly used with PHP, apache and nginx. After compiling the server, you need to configure it before you can parse PHP files normally. Let's take a look at how the two servers parse php files.
- PHP7 4005 2023-02-17 15:16:01
-
- Laravel + Alibaba Cloud OSS completes the image and text separation architecture
- This case uses Laravel5.6 + Alibaba Cloud OSS to complete the image upload function. It is full of practical information and can be completed by following the steps. Before deploying the environment, we need to register an account on the Alibaba Cloud platform, either a personal account or a company account. After the registration is completed, copy the access_key and access_secret configurations in the project to complete the basic settings of the project. 1. Create a new project and install the framework code of Laravel 5.6 version 1. Environmental configuration requirements Laravel has some requirements for the system. Your server meets the following...
- PHP7 364 2020-05-21 09:03:23
-
- PHP7 garbage collection mechanism (GC) analysis
- The garbage collection mechanism is a dynamic storage allocation scheme. It automatically releases allocated memory blocks that are no longer needed by the program. The process of automatically reclaiming memory is called garbage collection. The garbage collection mechanism allows programmers not to worry too much about program memory allocation, so that they can devote more energy to business logic.
- PHP7 5841 2023-02-17 15:14:02
-
- PHP7 production environment queue Beanstalkd correct usage posture
- Beanstalkd is a high-performance, lightweight distributed memory queue, C code, typical Memcached-like design, protocol and usage are the same style, so users who have used memcached will feel that Beanstalkd is familiar.
- PHP7 3667 2023-02-17 15:12:01
-
- JpGraph4.0.2 Chinese garbled characters and solutions that cannot be displayed in php7.0 version
- Reason: By default, JpGraph converts strings to utf8, but if your file itself is utf8 and uses Chinese fonts, it will be converted once. As a result, garbled characters will appear after one more conversion. Solution: Use the following encoding for conversion wherever Chinese is used.
- PHP7 3207 2023-02-17 15:10:01
-
- In-depth understanding of PHP7 kernel Object
- This article provides an in-depth explanation of Object in the PHP7 kernel and the changes from the previous PHP5.
- PHP7 3997 2023-02-17 15:08:02
-
- Changes brought to PHP7 by the new Abstract Syntax Tree (AST)
- Most of the content of this article is based on the RFC document of AST: https://wiki.php.net/rfc/abstract_syntax_tree. In order to make it easier to understand, excerpts from the source document are introduced.
- PHP7 3309 2023-02-17 15:06:01
-
- CentOS 7.4 compile and install PHP7
- This article mainly introduces the steps on how to compile and install PHP7 in CentOS7.4. The article introduces it in detail through sample code, which has certain reference value for everyone's study or work.
- PHP7 3788 2023-02-17 15:04:02
-
- Teach you to use two lines of code to add a 'non-empty merge' syntactic sugar to PHP7
- We know that starting from PHP 5.3, the ternary operator?: There is a concise way of writing it: "$b = $a?: 1; # $b === 1"; in PHP7, due to AST (Abstract Syntax Tree) ), the grammatical analysis is somewhat simplified...
- PHP7 3694 2023-02-17 15:02:01
-
- How to upgrade to PHP 7.4 under Ubuntu?
- This article describes some features of the latest version of PHP7, as well as how to upgrade to PHP7.4 under Ubuntu and precautions.
- PHP7 8008 2023-02-17 15:00:02
-
- isset in PHP7
- In PHP7, the isset method's judgment of objects has changed, so this article will talk about those changes and the problems that arise in the framework.
- PHP7 3137 2023-02-17 14:58:01
-
- PHP7 installation Swoole tutorial
- This article will teach you step by step how to install PHP7 and Swoole.
- PHP7 3017 2023-02-17 14:56:02
-
- How to maximize performance with PHP7
- PHP7 has been released. As the largest version upgrade and performance upgrade of PHP in 10 years, PHP7 has shown obvious performance improvements in multiple tests. However, in order for it to exert its maximum performance, there are still a few things Just wanted to remind you.
- PHP7 3669 2023-02-17 14:54:01