Update only easyphp PHP

0

Galera, Here in my work PHP is installed via easyphp. I need to run some functions that only exist in PHP 5.3 or higher.

And the current version is 5.2.10

How can I update easyphp or just php? I'm afraid to update everything and lose the banks.

Thanks for the personal help.

    
asked by anonymous 08.10.2018 / 15:56

1 answer

-1

Easyphp is a WAMP, which aims to facilitate the installation of services based on PHP (Database, server, php language, etc.). You can download a current version of Easyphp and upgrade only the PHP version, or update it manually without moving the database.

However, as with any update, it is recommended that you back up the most important files and the database in the event of a failure. If the company does not have a database backup routine, version upgrade will be just one more component that could lead to loss of sensitive data.

    
08.10.2018 / 17:33