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:
-
- Detailed explanation of the extended configuration of pecl under mac (with code examples)
- This article brings you relevant knowledge about PHP. It mainly introduces to you the extended configuration of pecl under mac. This article is based on php7.4. Friends who are interested can take a look at it. I hope it will be useful to you. help.
- PHP7 1436 2023-03-25 17:51:08
-
- Two new operators added to php7: '?->' and '??'
- In previous PHP versions, if we did not define a variable, using it directly would result in an Undefined variable error. However, in PHP7, we can use some new features to avoid this problem. These new features include two new operators: ?-> and ??. They can solve two different types of problems respectively.
- PHP7 1902 2023-03-21 16:14:22
-
- How to convert array to string in php7
- How to convert array to string in php7: 1. Create a new php7 sample file and define an array; 2. Use the implode() function to convert the array into a string; 3. Print the string after the array conversion. .
- PHP7 4861 2023-02-18 10:46:01
-
- What to do if win10 fails to build php7.1
- Solution to the failure to build php7.1 on win10: 1. Open the php.ini file; 2. Uncomment "extension=php_curl.dll extension=php_gd2.dll"; 3. Modify the configuration to "session.save_path = "D:/ phpsessiontmp""; 4. Configure PHP's file upload function; 5. Modify "date.timezone".
- PHP7 6666 2023-02-18 10:44:02
-
- What should I do if php7 cannot be used after downloading and installing it?
- Solution to the problem that php7 cannot be used after downloading and installing: 1. Check the startup script through "vim /etc/init.d/php-fpm"; 2. Modify the execution file path in the script correctly or use "sed -i 's" /@sbindir@/\/usr\/local\/php\/sbin/g' /etc/init.d/php-fpm" statement can be modified directly.
- PHP7 6147 2023-02-18 10:42:01
-
- How to install and deploy php7.0
- How to install and deploy php7.0: 1. Go to the PHP official website to download the installation version corresponding to the local system; 2. Extract the downloaded zip file to the specified directory; 3. Open the command line window and go to the "E:\php7" directory Just run the "php -v" command.
- PHP7 7781 2023-02-18 10:40:02
-
- What should I do if php7 opcache cannot be opened?
- How to enable opcache in php7: 1. In the CLI environment, enable opcache by setting "opcache.enable_cli=1"; 2. Set the opcache shared memory storage size by "opcache.memory_consumption=128"; 3. Enable Opcache File Cache and The opcode cache is cached in an external file; 4. Restart php-fpm.
- PHP7 1879 2023-02-18 10:38:01
-
- How to install mongo extension in php7.0
- How to install the mongo extension in php7.0: 1. Create the mongodb user group and user; 2. Download the mongodb source code package and place the source code package in the "/usr/local/src/" directory; 3. Enter "src/" directory; 4. Unzip the source code package; 5. Create the mongodb file directory; 6. Copy the files to the "mongodb/" directory; 7. Create the mongodb configuration file and modify the configuration.
- PHP7 2502 2023-02-18 10:36:01
-
- Does php7 not have php oci8?
- PHP7 does not have oci8 and needs to be installed and configured. The method for installing oci8 extension in PHP7 is: 1. Download and install "oracle-instantclient19.5-basic-19.5.0.0.0-1.x86_64.rpm"; 2. Add environment variables; 3. , directly search for oci8 on the PHP official website; 4. Install oci8 through the "pecl install oci8" command.
- PHP7 2113 2023-02-18 10:34:01
-
- How to change the port number in php7
- How to modify the port number of php7: 1. Modify the php7 port number through "vim /usr/local/php7/etc/php-fpm.d/www.conf listen = 0.0.0.0:9000"; 2. Through "/usr /local/php7/sbin/php-fpm" to start php.
- PHP7 1771 2023-02-18 10:32:01
-
- What should I do if changing php.ini in php7 does not work?
- Solution to the problem that changing php.ini in php7 does not work: 1. Check the path of the configuration file; 2. Modify the parameters of "php.ini" under windows; 3. Set the parameter of "post_max_size" to N of "upload_max_filesize" times; 4. Restart apache.
- PHP7 2501 2023-02-18 10:30:01
-
- What should I do if the time zone modification in php7 is invalid?
- Solution to invalid time zone modification in php7: 1. Dynamically modify the time zone from the code to obtain the specified time zone; 2. Modify "date.timezone" and its modification content is "; Defines the default timezone used by the date functions; http: //php.net/date.timezone date.timezone =PRC”.
- PHP7 1892 2023-02-18 10:28:01
-
- Should I upgrade php5 to php7?
- It is necessary to upgrade php5 to php7. The reasons are: 1. PHP versions that are too early to be maintained and are not maintained will inevitably have unpatched vulnerabilities. Industries with higher security requirements must upgrade in time; 2. Use after upgrade Server resources will be reduced; 3. It can increase the development speed of developers.
- PHP7 1924 2023-02-18 10:26:02
-
- What should I do if PHP7.3 curl is not supported?
- Solutions not supported by PHP7.3 curl: 1. Find the path to PHP; 2. Open "Environment Variables" -> "System Variables"; 3. Select path, and then double-click "Edit Environment Variables"; 4. Change the path as " E:\wamp\bin\php\php7.3.21" can be added to the environment variables.
- PHP7 1745 2023-02-18 10:24:01
-
- Quickly understand the new features of each version of PHP7.X
- This article will take you through the new features of each version of PHP7.
- PHP7 3118 2023-02-18 10:22:02