How to install & Configure OpenLiteSpeed, php & MySQL on Fedora

  • Post last modified:April 15, 2020
  • Post category:Linux
  • Post author:

In this tutorial we are going to install and configure OpenLiteSpeed web server, PHP and MySQL database server on Fedora. OpenLiteSpeed is a free and open source version of the LiteSpeed web server. This is a one of the best Apache web server alternative. It comes with apache rewrite rules support, GUI admin control panel and built-in cache support. For this tutorial i am using Fedora 31. (more…)

Continue ReadingHow to install & Configure OpenLiteSpeed, php & MySQL on Fedora

How to install and configure Apache, PHP, MySql and phpMyadmin (LAMP) on Linux Mint

  • Post last modified:October 22, 2016
  • Post category:Linux
  • Post author:

LAMP named as an acronym of the Linux operating system, the Apache HTTP Server, the MySQL relational database management system and the PHP programming language.

L – Linux
A – Apache
M – MYSQL
P – PHP

On Windows Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on windows

On ubuntu Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu

Step 1:
Installing apache

The Apache HTTP Serveris the world’s most used web server software. Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar. And type the below code in terminal and hit enter.

sudo apt-get install apache2

Type your linux mint password and press enter.

Type y and hit enter to confirm apache installation.

(more…)

Continue ReadingHow to install and configure Apache, PHP, MySql and phpMyadmin (LAMP) on Linux Mint

PHP 5.5.1 released

PHP 5.5.1 is now available for download.What’s new in this release?

Fixes:
Exception not catchable when exception thrown in autoload with a namespace.
Generated configure script is malformed on OpenBSD.
is_callable triggers Fatal Error.
yield / exit segfault.
Generator + autoload + syntax error = segfault.
chroot does not get enabled.
hex2bin raises E_WARNING for invalid hex string.
Segfault in zval_mark_grey (zend_gc.c).
OPcache is now compatible with LiteSpeed SAPI.
Missing php-cgi man page.
Cli server not responsive when responding with 422 http status code.
strftime returns insufficient-length string under multibyte locales.
bgcolor does not use the same format as the input image with imagerotate.
imagecreatefrom… crashes with user streams.

(more…)

Continue ReadingPHP 5.5.1 released

PHP 5.5.0 released

PHP 5.5.0 is now available for download. What’s new in this release?

Added generators and coroutines.
Added the finally keyword.
Added a simplified password hashing API.
Added support for constant array/string dereferencing.
Added scalar class name resolution via ::class.
Added support for using empty on the result of function calls and other expressions.
Added support for non-scalar Iterator keys in foreach.
Added support for list constructs in foreach statements.
Added the Zend OPcache extension for opcode caching.
The GD library has been upgraded to version 2.1 adding new functions and improving existing functionality.
A lot more improvements and fixes.
(more…)

Continue ReadingPHP 5.5.0 released

PHP 5.4.15 released

PHP 5.4.15 is now available for download.What’s new in this release.

Fixes:
debug_backtrace in set_error_handler corrupts zend heap: segfault.
dns_get_record result with string of length -1.
follow_location parameter of context is ignored for most response codes.
fd leak on Solaris.
fd leak on Solaris.
Upgraded libmagic to 5.14.
Windows x64 version of stream_socket_pair() and improved error handling.
ZipArchive::addFile() has to check for file existence.
(more…)

Continue ReadingPHP 5.4.15 released

PHP 5.4.12 released

PHP 5.4.12 is now available for download.Whats new in this release?

Fixes:
Wrong TSRM usage in zend_register_class alias.
get_html_translation_table( output incomplete with HTML_ENTITIES and ISO-8859-1.
isset( inconsistently produces a fatal error on protected property.
Bad warning text from strpos on empty needle.
Use after scope error in zend_compile.
Poor efficiency of strtr using array with keys of very different length.
zend_std_compare_objects crash on recursion.
Magic methods called twice for unset protected properties.
fopen follows redirects for non-3xx statuses.

(more…)

Continue ReadingPHP 5.4.12 released

PHP 5.4.11 released

PHP 5.4.11 is now available for download.What’s new in this release?

Fixes:

Sigsegv when Exception::$trace is changed by user
Errors in eval’ed code produce status code 500
getenv produces memory leak with CGI SAPI.
FILTER_VALIDATE_INT does not accept +0 and -0
json_decode does not properly decode with options parameter
Update list of common mime types. Added webm, ogv, ogg.
segfault due to libcurl connection caching.
Memory leak when reusing curl-handle.
CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST.
Can’t enable hostname validation when using curl stream wrappers
Curlwapper is not sending http header randomly
(more…)

Continue ReadingPHP 5.4.11 released