php and wordpress

SOLVED: A Brief History of PHP Versions

What is PHP & Why Is It Important To WordPress PHP is a server-side scripting language, and it’s crucial to WordPress because WordPress is primarily built using PHP. This means that the core functionality of WordPress, as well as many of its themes and plugins, are written in PHP. When […]

PHP Warning in file functions_acp.php on line 65 ob_start output handler ob_gzhandler conflicts with zlib output compression

SOLVED: phpBB GZHANDLER Compression Error

If you have a phpBB forum you may see a php warning: [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 65: ob_start(): output handler ‘ob_gzhandler’ conflicts with ‘zlib output compression’ This is simply informing you that some other system is already compressing (‘zip’) your files  and so the phpBB […]