Showing posts with label php5. Show all posts
Showing posts with label php5. Show all posts

Wednesday, November 19, 2014

Share PHPStorm 8 key(License Key)


PHPStorm 8 (License Key)


PHP Language Support

Power of language injections

Language injections into PHP literals have been completely re-worked to support complex expressions, including a possibility to substitute dynamic parts with sensible values. This is particularly important for working with SQL queries in your project, and yields a significant productivity boost when writing or testing database queries.Read more about language injections enhancements »



Keep up with the PHP evolution



The latest PHP 5.6 is fully supported including exponentiation, use const, use function, constant expression, variadic functions, argument unpacking, and more.

With all the language features in place, there is no reason not to update your project to the latest PHP version.Read more about PHP 5.6 support »

Thursday, October 30, 2014

Install LAMP Server (Apache, MySQL or MariaDB, PHP) On Ubuntu 14.10/14.04/13.10

LAMP is a combination of operating system and open-source software stack. The acronym LAMP comes from the first letters of Linux, Apache HTTP Server, MySQL or MariaDB database, and PHP/Perl/Python.
In this tutorial, we will see how to setup LAMP server on Ubuntu 14.10 system.

Monday, August 18, 2014

Fix "Message: mysqli::real_connect()" on Mariadb

Error Message: mysqli::real_connect(): Headers and client library minor version mismatch. Headers:50537 Library:100100

Fix :

sudo agt-get remove php5-mysql

sudo agt-get install php5-mysqlnd