Blogger Information
Blog 26
fans 1
comment 1
visits 35563
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
linux
Bystander
Original
1326 people have browsed it

安装PHP扩展:

  1. git clone https://github***/mgdm/Mosquitto-PHP.git   //下载安装包

  2. tar -zxvf Mosquitto-PHP.tar.gz  // 解压包

  3. cd Mosquitto-PHP   //进入目录

  4. /www/server/php/72/bin/phpize  // 根据自己服务器目录 更改

  5. ./configure --with-php-config=/www/server/php/72/bin/php-config  // 根据自己服务器目录 更改

  6. make && make install

  7. 添加 php.ini    extension=mosquitto.so   //根据安装目录写

     
      

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post