Installing GD Library on PHP
Server: nginx PHP version: php5-fpm OS: Ubuntu PHP is not limited to creating just HTML output. It can also be used to create and manipulate… Read More »Installing GD Library on PHP
Server: nginx PHP version: php5-fpm OS: Ubuntu PHP is not limited to creating just HTML output. It can also be used to create and manipulate… Read More »Installing GD Library on PHP
Similar to enabling the GD Library in the php.ini file, one can also enable the mbstring library in the php.ini file on their server. By… Read More »Enabling mbstring Library in PHP.ini
By default, php comes with the GD Library package. However, it is disabled by a ‘comment out’ in the php.ini file within your server. Most… Read More »Enabling GD Library in PHP.ini on Windows
So, every once and a while you come across a website that takes a very long time to query a server. Often times this is… Read More »max_execution_time = 60 (php.ini configuration)