default_install  &&

if [[ $PHP_EXTENSION == y ]]; then
  cd  phpmrss   &&
  phpize        &&
  ./configure   &&
  make          &&
  make install
fi
