php-webview icon indicating copy to clipboard operation
php-webview copied to clipboard

Why need minimum PHP 8.2 ?

Open joanhey opened this issue 2 years ago • 2 comments

The FFI is available from PHP 7.4.

I was looking for a lot of time for a Webview to use with Workerman, wihout need to compile first. Later I'll try to add an example.

:+1: for this webview !!!

joanhey avatar Sep 25 '23 12:09 joanhey

Hello

Yes, you are right. ffi is available from PHP 7.4. php-webview doesn't support 7.4 because syntax is >=8, enums, constructor properties, match etc. When i have a free time, i may change to support php 7.4.

I will keep open this issue till i will decide.

0hr avatar Sep 30 '23 18:09 0hr

It's only necessary minimum PHP 8.0.

https://www.php.net/supported-versions.php

joanhey avatar Sep 30 '23 18:09 joanhey