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 when u get an error and want to know little deep info and want to debug exact problem then xdebug extension comes handy . in…
In this tutorial i will guide you through the installation of PHP and MySQL in windows , and additionally how to setup PHP framework laravel and Composer with…