Pagoda php modified php.ini configuration does not take effect

I am using hypref recently, and the version of php is 7.4

Server Linux, after installing php with pagoda and installing the swoole plug-in

After installing swoole , you need to modify the configuration file in php.ini

 Add swoole.use_shortname='Off'

But after adding it and restarting php, it still doesn’t take effect.

The solution is:

Also modify the php-cli.php file. Restart php. It will take effect

 

</article>

I am using hypref recently, and the version of php is 7.4

Server Linux, after installing php with pagoda and installing the swoole plug-in

After installing swoole , you need to modify the configuration file in php.ini

 Add swoole.use_shortname='Off'

But after adding it and restarting php, it still doesn’t take effect.

The solution is:

Also modify the php-cli.php file. Restart php. It will take effect

 

Guess you like

Origin blog.csdn.net/wwj256/article/details/133382837