Tag: php.ini
-
Post Views: 17 1. Request an HTTPS URL in curl, and the response is False’s troubleshooting analysis. var_dump($rst), whose value is false 2. Configure openssl.cafile in php.ini. False no longer responds after restarting php-fpm
-
Post Views: 21 1. Reference:Upgrade PHP to version 7.2 in Windows 10 .Download VS16 x64 Thread Safe, as shown in Figure 1 2. The VC16 x64 version needs to install Visual Studio 2019 x64 Visual C++ Redistributable,Download and install Microsoft Visual C++ Redistributable for Visual Studio 2019 . The latest supported downloads for Microsoft Visual C++ redistributable packages. as shown…
-
Post Views: 155 1. There is a Shopify PHP application, which can already be previewed in the development environment. as shown in Figure 1 2. Now it is ready to be deployed to the production environment. Shopify recommends creating a separate application if you need to deploy the application to the production environment. This application shares the code base with…
-
Post Views: 15 1. Navigate to the directory where you want to create the application (e:\wwwroot\shopify-app). Your application will be created in a new subdirectory. as shown in Figure 1 2. Run one of the following commands to create a new application, and then select the language of the application template you want to start using: Node, PHP, or Ruby.…
-
Post Views: 17 1. When using Redis with Laravel, there are two solutions, one is to install the phpredis php extension, and the other is to install the predis/predis package through composer. However, Predis has been abandoned by the original author of the package and may be removed from Laravel in future releases. It was finally decided to use the…
-
Post Views: 23 1. Error when running phpunit in Laravel 6: php fatal error: allow memory size of 1073741824 bytes exhausted (Tried to allocate 69632 bytes). as shown in Figure 1 2. Edit the php.ini file and set memory_limit = 4096M. Previously Memory_Limit = 1024M. It will not prompt again that the memory usage is too limited. 3. When running…
-
Post Views: 18 1. In Windows 10 Professional, PHP cannot run the troubleshooting analysis. Execute the command: php-cgi.exe -b 127.0.0.1:9000-c c:/php-7.4.27/php.ini , automatically exit. as shown in Figure 1 2. Install the Visual C++ 2015 runtime 64-bit, as shown in Figure 2 3. Execute the command again: php-cgi.exe -b 127.0.0.1:9000-c c:/php-7.4.27/php.ini, error: php warning:vcruntime140.dll14.0 Is not compareable with this php…
-
Post Views: 16 1. After the basic image of the container is replaced, when the RANCHER environment variable, CHANNEL_PUB_API_CFG_MIGrate=true, the container starts failure. Error: php core warningYii\Base\ErrorExceptionwith messagemoduleGDalready loaded. as shown in Figure 1 2. When the RANCHER environment variable, channel_pub_api_cfg_migrate=false, the container starts successfully. as shown in Figure 2 3. When the RANCHER environment variable, channel_pub_api_cfg_migrate=true, is essentially executing…
-
Post Views: 15 1. Error report in PHP environment: Notice: unknown: file created in the systems Temporary directory in unknown on line 0. as shown in Figure 1 2. Check the php.ini file, because the temporary directory used to store the file when the file is uploaded does not exist. After creating the corresponding directory, no more errors will be…
