09 09月
2095

PHP stomp 安装

wget http://pecl.php.net/get/stomp
  tar xf stomp
  cd stomp-2.0.2/
  /usr/local/php/bin/phpize
  ./configure --with-php-config=/usr/local/php/bin/php-config
  make && make install
  配置php.ini