7: 2019-12-02 (Mon) 09:22:41 web-master ![]() |
Cur: 2020-01-12 (Sun) 23:53:39 web-master ![]() |
||
---|---|---|---|
Line 12: | Line 12: | ||
sudo sudo /etc/init.d/php7-fpm stop | sudo sudo /etc/init.d/php7-fpm stop | ||
sudo /etc/init.d/nginx stop | sudo /etc/init.d/nginx stop | ||
+ | |||
sudo systemctl stop dphys-swapfile | sudo systemctl stop dphys-swapfile | ||
sudo systemctl start dphys-swapfile | sudo systemctl start dphys-swapfile | ||
+ | |||
sudo /etc/init.d/nginx stat | sudo /etc/init.d/nginx stat | ||
sudo /etc/init.d/php7-fpm start | sudo /etc/init.d/php7-fpm start | ||
Line 103: | Line 103: | ||
-- /etc/php7/php.ini に extention=zip.so を追加 | -- /etc/php7/php.ini に extention=zip.so を追加 | ||
- とりあえずはこれで解決。何か釈然としないけど。 | - とりあえずはこれで解決。何か釈然としないけど。 | ||
+ | |||
+ | ** [[Normalizer クラス:https://www.php.net/manual/ja/class.normalizer.php]]を有効化 [#d6f28510] | ||
+ | |||
+ | configure に "--enable-intl" を追加。 | ||
+ | |||
+ | 早速、エラーが出た。 | ||
+ | |||
+ | #pre{{ | ||
+ | configure: error: Package requirements (icu-uc >= 50.1 icu-io icu-i18n) were not met: | ||
+ | |||
+ | No package 'icu-uc' found | ||
+ | No package 'icu-io' found | ||
+ | No package 'icu-i18n' found | ||
+ | |||
+ | Consider adjusting the PKG_CONFIG_PATH environment variable if you | ||
+ | installed software in a non-standard prefix. | ||
+ | |||
+ | Alternatively, you may set the environment variables ICU_CFLAGS | ||
+ | and ICU_LIBS to avoid the need to call pkg-config. | ||
+ | See the pkg-config man page for more details. | ||
+ | }} | ||
+ | |||
+ | apt-get install libicu-dev | ||
+ | |||
+ | でいけた。 | ||
** XOOPS 関連修正分 [#w1d03fb5] | ** XOOPS 関連修正分 [#w1d03fb5] |
- Backup list of PHP 7.4.0
- Backup diff of PHP 7.4.0(No. All)
- 1: 2019-11-29 (Fri) 15:31:44 nao-pon
- 2: 2019-11-29 (Fri) 17:04:51 nao-pon
- 3: 2019-11-30 (Sat) 12:34:56 web-master
- 4: 2019-12-01 (Sun) 02:09:57 web-master
- 5: 2019-12-01 (Sun) 21:17:58 web-master
- 6: 2019-12-02 (Mon) 01:35:09 web-master
- 7: 2019-12-02 (Mon) 09:22:41 web-master
- Cur: 2020-01-12 (Sun) 23:53:39 web-master
Counter: 212,
today: 1,
yesterday: 1