Hello Guys,
If you getting an error on your website as mentioned below then this post will help you out to resolve this error.
Error: Quote/usr/bin/php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so: undefined symbol: zend_atol
[Tue Jan 6 19:06:37 IST 2015] [error] [client] Premature end of script headers: /home/username/public_html/wp-admin/index.php
To resolve this error, you need to disable suhosin for the domain.
1. Open php configuration file and search for line
extension="suhosin.so" and replace it as below.
Quote;extension="suhosin.so"
2. Save the file and restart apache service.