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:
-
- 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 1619 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 2324 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 1663 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 1741 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 1583 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 2940 2023-02-18 10:22:02
-
- A brief analysis of the use of anonymous classes in PHP7
- After PHP7, the anonymous class feature was added to PHP. Anonymous classes and anonymous methods make PHP a more modern language and make our code development work more and more convenient. The following article will briefly introduce you to the usage of PHP7 anonymous classes. I hope it will be helpful to you!
- PHP7 2178 2023-02-18 10:20:01
-
- Let's talk about how to install php7.2, 7.3, and 7.4 in multiple versions of Ubuntu
- How to install php7.2, php7.3, php7.4 on Ubuntu? The following article will introduce to you how to install php7.2, 7.3, and 7.4 in multiple versions of Ubuntu. I hope it will be helpful to you!
- PHP7 3803 2023-02-18 10:18:02
-
- Let's talk about whether PHP7 function type restrictions have an impact on performance? (Test discussion)
- Does PHP7 function type qualification have an impact on performance? The following article will talk about the impact on performance of PHP7 function data type restriction settings. I hope it will be helpful to everyone!
- PHP7 2238 2023-02-18 10:16:01
-
- Detailed explanation of how to connect and use dm database in php7 (picture and text)
- This article introduces to you how to connect and use Dameng (dm) database in PHP7.2 from the PHP7 tutorial column. I hope it will be helpful to friends in need!
- PHP7 3390 2023-02-18 10:10:01
-
- How to install intl extension in php7
- How to install the intl extension in php7: 1. Download the icu source code package; 2. Unzip icu, compile and install; 3. Download and unzip the php package; 4. Enter the php decompression package directory, compile and install; 5. The configuration file and startup file are Can.
- PHP7 4693 2023-02-18 10:14:02
-
- How to solve WeChat payment php7.0 error problem
- Solution to WeChat payment php7.0 error: 1. Check WeChat API; 2. Use "php://inpu" instead of "$GLOBALS['HTTP_RAW_POST_DATA']" to obtain data.
- PHP7 2820 2023-02-18 10:12:01
-
- Analyze how coroutines are implemented under PHP7
- This article introduces to you how to implement coroutines under PHP7 from the PHP7 tutorial column. I hope it will be helpful to friends in need!
- PHP7 2798 2023-02-18 10:08:02
-
- How to disable caching in php7
- How to disable caching in php7: 1. Find the php.ini file in the installation directory; 2. Modify "opcache.enable=1 opcache.enable_cli=1"; 3. Restart the service.
- PHP7 2352 2023-02-18 10:06:01
-
- How to compile and install php7 in ubantu
- How to compile and install php7 on Ubuntu: 1. Download the source code of PHP7.4 to Ubuntu; 2. Install the dependencies required by PHP; 3. Configure PHP installation parameters; 4. Execute compilation and installation through "sudo make install".
- PHP7 3920 2023-02-18 10:04:02