yum安裝方式的php,切換NTS為ZTS版本

2021-09-07 19:15:03 字數 1007 閱讀 2461

用 yum安裝方式的php,切換nts為zts版本(切換為執行緒安全版本)

最好按我這個方法安裝(安裝比較全一點): 

其實按上面安裝後預設httpd也安裝了.

systemctl stop firewalld  //

關閉防火牆

開啟服務

預設是nts 版本.

個人感覺,執行緒安全主要是  php和 iis的fastcgi, apache執行方式有關 , 如apache執行php是用 libphp7.so還是 libphp7-zts.so

如果把執行php的模組又libphp7.so改為 libphp7-zts.so,是不是算開啟 執行緒安全了???  

那開始吧,找到httpd配置檔案的libphp7.so (我是在httpd的conf資料夾下胡亂找了幾遍)

我把感嘆號,改到上面那個,應該是注釋的意思.儲存,重啟httpd.

在命令列 php -v 沒有變,還是nts 不知道為啥(但是phpinfo()輸出的變了)

我這樣設定了好像作用不大,還是pecl install pthreads 安裝不了,提示非ts版本

MySQL的yum方式安裝

1 版本介紹 mysql community server 社群版本,開源免費,但不提供官方技術支援。是我們通常用版本,根據不同的作業系統平台細分為多個版本。mysql enterprise edition 企業版本,需付費,可以試用30天。mysql cluster 集群版,開源免費。可將幾個my...

yum方式安裝php nginx

yum install nginx 配置 etc nginx nginx.conf 常用命令 啟動systemctl start nginx 停止systemctl stop nginx 重啟systemctl restart nginx 平滑重啟 systemctl reload nginx1 新...

yum安裝php環境

1.yum安裝php環境 yum y install php fpm2.進入php的配置目錄 cd etc php fpm.d3.修改www.conf 4.基礎操作 4.1啟動服務 systemctl start php fpm4.2.檢視狀態 systemctl status php fpm4.3...