湖濱散記部落格的樹心幽徑[login][主頁]
823:20221102在fedora32安裝httpd-2.4.54及php-7.4.32及PHP-8.1.12
20221102在fedora32安裝httpd-2.4.54及php-7.4.32及PHP-8.1.12 20221115解決PHP的intl模組版本不一致問題.docx
sudo update-alternatives --set phpize /usr/bin/phpize7.4


$ ls -l /usr/lib64/php/modules/|grep intl
-rwxr-xr-x  1 root root  490504 May  4  2021 intl.so

$ sudo cat /etc/php-fpm.d/www.conf|grep timeout
;             pm.process_idle_timeout   - The number of seconds after which
pm.process_idle_timeout = 30s;
; Note: slowlog is mandatory if request_slowlog_timeout is set
; The timeout for serving a single request after which a PHP backtrace will be
;request_slowlog_timeout = 0
; The timeout for serving a single request after which the worker process will
;request_terminate_timeout = 0
$


$ sudo systemctl restart php-fpm

$ service php-fpm restart

select id,article_id,topic,text from lt_articles_text where article_id =823; ok. update lt_articles set num_reads=num_reads +1 where id=823; ok.