Download php-yaz on pecl.php.net, install the packet php-devel (essential for the command phpize).
cd php-yaz
phpize
./configure
make
sudo make install
sudo echo 'extensions=yaz.so' > /etc/php.d/php.ini
sudo /etc/init.d/httpd restart