How to Setup Memcached With PHP 7 On Linux
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering…
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering…
This is third part of this series , where I am going to show you setup of MySQL database , First I will show you how you can setup and install MySQL using…
Xdebug is awesome debugging tool for php developers , if you ever developed  in php and never used debug then you must give try . its a php extension that will…
Upgraded to Yosemite , great . now lets see how to setup Apache webserver with PHP and MySQL . unlike 10.7 Lion or 10.6 there is no prefrence pane option to…
As a PHP developer, most of the time when you get an error and want to know detailed information and debug the exact problem, the Xdebug extension comes in…
In this tutorial, I’ll guide you through the installation of PHP and MySQL on Windows, and additionally how to set up the PHP framework Laravel and Composer…