PHP version compatibility

Frequently Asked Questions about WYSIWYG Web Builder
Locked
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

PHP version compatibility

Post by Pablo »

We often get requests about what versions of PHP are supported.

WYSIWYG Web Builder uses PHP for the following built-in features:
• Contact form
• Photo gallery / Slideshow if configured as 'get images from a folder on the server'
• Login tools
• CMS tools

In the Page Properties you can configure the PHP target version. Basically, this only specifies whether to use mysql (old) or mysqli (new)
- PHP4 (deprecated, uses mysql)
- PHP5-PHP8 (uses mysqli)
All PHP versions throughout PHP 7.4 are supported.
There are currently no known issues with version 8 either.

For PHP mailer you will need PHP 5.6 or later.

Also, all extensions that use PHP have been updated to support PHP 7.x - PHP 8.x
Locked