I am receiving the error:
Fatal error: Class 'AMQPConnection' not found
I have installed it following http://php.net/manual/fa/amqp.installation.php
and:
extension=amqp.so
has been added to the main php.ini file and also the virtualhost's own.
and apache has been restarted.
On phpinfo, amqp appears under "Additional ini files parsed":
/etc/php5/cgi/conf.d/05-opcache.ini, /etc/php5/cgi/conf.d/10-pdo.ini, /etc/php5/cgi/conf.d/20-curl.ini, /etc/php5/cgi/conf.d/20-gd.ini, /etc/php5/cgi/conf.d/20-imap.ini, /etc/php5/cgi/conf.d/20-json.ini, /etc/php5/cgi/conf.d/20-mysql.ini, /etc/php5/cgi/conf.d/20-mysqli.ini, /etc/php5/cgi/conf.d/20-pdo_mysql.ini, /etc/php5/cgi/conf.d/20-readline.ini, /etc/php5/cgi/conf.d/25-amqp.ini
However the main amqp block which should appear under Configuration doesn't exist.
So it's almost like it's installed but not started / installed correctly.
When restarting apache it gives no errors. So I am not sure where to look for any errors / reasons why it might not be starting or loading into phpinfo.