happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
9k stars 1.98k forks source link

PHP7.4.33的擴展編譯問題 #678

Open cliffdean opened 10 months ago

cliffdean commented 10 months ago

近期因為項目安全性問題,要求要更新PHP7.4.33,然後編譯php_client的時候,提示版本不正確 PHP Warning: PHP Startup: fastdfs_client: Unable to initialize module\nModule compiled with build ID=API20190902,NTS\nPHP compiled with build ID=API20190902,TS\nThese options need to match\n in Unknown on line 0 好像問題出在線程安全這個部分,但是好像無法編譯出 TS的版本,可以請教一下應該怎麼處理嗎,感謝