Our Site uses Cookies to identify you. Cookies can store your account identifier, ordering status, personalisation or website tracking.
Here you can manage your preferences regarding Cookies, including not to allow some types of Cookies.
PHP (short for Pypetext PreProcessor) is the most widely used open source server-side scripting language in the world.
It was developed in 1994 by Rasmus Lerdorf and is mainly used in web development to create dynamic websites and applications. Version 1.0 was only used on the Rasmus website. When PHP 3 was released in 1997, PHP adoption skyrocketed.
One of the most powerful and significant features of PHP is the compatibility with a wide range of databases.
It can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris, and OpenBSD), Microsoft Windows, macOS, RISK OS, and others.
Each version of PHP is fully supported for two years from the initial stable release. During this period, bugs and security issues that have been reported are fixed and released in regular spot releases.
After this two-year period of active support, each branch gets support for an additional year for security-critical issues only. Publications during this period depend on the number of reports.
There are three main areas where PHP scripts are used:
In addition, it is independent of the platform that is used. It works on Mac, Windows and Linux computers.
Other advantages of using PHP are:
WordPress, as well as many other CMS and platforms, use it all the time to facilitate communication with the database, obtain information, and then output this information as HTML.
On November 26th, 2020, PHP 8 was released to the world. Two years later, PHP’s latest version 8.2 offers new features and improvements promising to enhance the security and performance of our WordPress sites. WordPress Core is compatible with PHP 8 since its 5.6 release. But should I upgrade right away? Let’s analyze the main changes…
You can install ioncube to protect your php code against copy, ensuring nobody will be able to crack. The ionCube Encoder compiles source code to bytecode being able to obfuscate and encrypt compiled code. Once your PHP application is compiled with ioncube to bytecode, to run it you will have to install the ionCube Loader…
Goal: Test the PHP compatibility of your WordPress Site without troubling production. Resources: 1 minute of your time + 1 wetopi server. (sign up and get your free development server) The new PHP 7 revealed a huge impact on performance.And as we know, more speed, and less memory used means our WordPress site will be able…
In this article, you’ll learn how to increase the WordPress memory limit. When your WordPress page requires more memory than the default allocated memory, you get to see in your logs a message that looks similar to this one:
The new PHP 8, thanks to its new JIT compilation engine, has revealed a positive impact on performance. And as we know, more speed means that our WordPress website will be able to serve more users and rank better! However, a “Major” version release implies being very careful about incompatibilities. Read more if you want…
First PHP7 version was released in Dec 2015. This was the most important development in PHP since 2004 and one of its main benefits was its huge impact on performance. Now available for all Wetopi clients on this non stop -performance race- PHP7.4 arrives with more speed and security improvements.