How to install gearman module for Php
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to
Read MoreFor Techs.... Techniques.... Technologies....
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to
Read MoreWarning: mysqli_connect(): (HY000/2002): No such file or directory This usually happens on customized LAMP installations. Here the php cannot find
Read Morezend_mm_heap corrupted This error happens in some older versions of PHP due to the bugs in Opcache. This has been
Read MoreThis article explains the details regarding curl command to POST data over http. IF the POST request not requires any
Read MoreLaravel Error: The connection was reset This problem usually happens on older versions of Laravel and its because of php
Read MoreHtaccess authentication is usually configured with htpasswd file that contains username and encrypted passwords. But we can configured the same
Read MorePHP Fatal error: Namespace declaration statement has to be the very first statement in the script This error is because
Read MorePHP Fatal error: Allowed memory size exhausted This is a common issue that happens during composer install or update. In-order
Read MoreWe can resolve this error by increasing the value of maximum body size of a client request that the server
Read MorePHP Fatal error: Uncaught Error: [] operator not supported for string This error is because of the deprecated code usage
Read MoreWe can use the following HTML code to insert line breaks while updating the content. For some WordPress editors this
Read More