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:
-
- php.ini, php-fpm and www.conf configuration in PHP7
- php.ini is the core configuration file for running PHP. Here are some common configurations.
- PHP7 5265 2023-02-17 12:34:02
-
- Detailed explanation of php7 garbage collection mechanism
- The author became interested in this topic a few days ago, so I searched online and found that almost all of them are the garbage collection mechanism of php 5. Although the changes made in the GC part from php5 to php7 are relatively small, I think it is still necessary to write a separate blog post. . Unless otherwise specified, the php version is 7.2
- PHP7 8126 2023-02-17 12:32:01
-
- PHP7 openssl function replaces mcrypt function encryption and decryption method
- PHP7 uses the openssl function to replace the mcrypt function for data encryption. The openssl extension uses the openssl encryption extension package, which encapsulates multiple PHP functions related to encryption and decryption, which greatly facilitates the encryption and decryption of data.
- PHP7 3820 2023-02-17 12:30:02
-
- How to encrypt php7.0 openssl_encrypt
- The mcrypt_encryp version of php5.4 is upgraded to php7.0. The encryption field of openssl_encrypt is different. The php7.0 version and above do not support the code encrypted by the mcrypt_encryp function.
- PHP7 8775 2023-02-17 12:28:01
-
- Thoroughly explain PHP7 and comprehensively introduce the new features of PHP7
- Speaking of following the fashion back then, I immediately installed php7 on my computer as soon as it came out. php5 and php7 coexisted. I immediately wrote a super time-consuming loop script and tested it. It is true that php7 is much more powerful. Then I also paid attention to some new additions. Features and some discarded usage.
- PHP7 6730 2023-02-17 12:26:01
-
- php7 install sodium extension
- Currently using Centos7.x system, PHP uses version 7.2. Installing libsodium libsodium is a necessary dependency for installing sodium extension. I provide two installation methods here, compiling and directly yum compiling and installing libsodium wget https://g
- PHP7 11956 2023-02-17 12:24:01
-
- Data types in PHP7
- In PHP, variable name → zval, variable value → zend_value. Its variable memory is managed through reference counting. In PHP7, the reference counting is in the value structure. Variable type: The header file is in the PHP source code /zend/zend_types.h
- PHP7 4178 2023-02-17 12:22:01
-
- Detailed explanation of the use of the new intdiv() function in PHP7 (code example)
- PHP 7 added the intdiv() function. intdiv represents integer division, which means rounding the division result. This function returns the integer quotient of division by the given dividend and divisor. This function internally removes the remainder of the dividend, making it divisible by the dividend and returns the quotient after division. Syntax: int intdiv($div
- PHP7 4027 2023-02-17 12:20:02
-
- Basic usage of mongodb in php7 (detailed code explanation)
- PHP's mongodb extension has abandoned the original mongo extension starting from 5.6. PHP7's pecl download address: https://pecl.php.net/package/mongodb, or choose mongodb official development: https://github.c
- PHP7 6194 2023-02-17 12:18:01
-
- php7 installation guide (windows) opening zend opcache
- What is zend opcache? Zend OPcache provides faster PHP execution through opcode caching and optimization. It stores precompiled script files in shared memory for later use, thus avoiding the time consumption of reading code from disk and compiling it. At the same time, it also applies some code
- PHP7 4536 2023-02-17 12:16:02
-
- php7 installation guide (windows) about phpinidir configuration issues
- Where is php.ini? ? The php.ini file does not exist when you first install php. Find php.ini-production in the php folder and modify it into the php.ini file. PHP searches for PHP.ini 1, PHPIniDir (Ap
- PHP7 6742 2023-02-17 12:14:02
-
- php7 Installation Guide (windows) Installation and Configuration of PHP7
- Unzip the file and download it to get the php7 installation package (for example: php-7.0.0-Win32-VC14-x64.zip). (Related recommendation: "PHP7 Tutorial") After decompression, copy the php file to the installation directory: D:\phpserver\php
- PHP7 6710 2023-02-17 12:12:01
-
- php7 installation guide (windows) download PHP7
- PHP 7 download address: http://windows.php.net/download/Select the corresponding version to download. The difference between php non-thread-safe and thread-safe. Starting from PHP5.2.10 version, there is None-Threa
- PHP7 11591 2023-02-17 12:10:01
-
- php7 installation guide (windows) apache installation (2)
- After downloading, you will get a compressed file (httpd-2.4.18-x64-vc11.zip). Unzip the file and copy it to the installation directory. The installation directory of this tutorial is d:\phpserver, and the installation directory of apache is d:\phpserver\apache
- PHP7 2903 2023-02-17 12:08:02
-
- php7 installation guide (windows) apache installation (1)
- Download apache apache download address https://httpd.apache.org/
- PHP7 2960 2023-02-17 12:06:01