You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget http://pecl.php.net/get/yaf-3.3.4.tgz
tar zxvf yaf-3.3.2.tgz
cd yaf-3.3.4
phpize [/path/to/phpize]
./configure --with-php-config=php-config [/path/to/php-config]
make && sudo make install