Closed findborg closed 2 years ago
I believe the entire project was compliant with PHP 7.3, I personally developed with v7.4.
When developing Doogle I did not take precautions for PHP 8, but unless major changes are made between v7 and v8 then it should work fine.
Edit: I can confirm v1.0.0-beta.1 does work on PHP 8.1.
--
parallels@ubuntu:~$ php -m
[PHP Modules]
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
parallels@ubuntu:~$ php -v
PHP 8.1.8 (cli) (built: Jul 11 2022 08:29:57) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.8, Copyright (c) Zend Technologies
with Zend OPcache v8.1.8, Copyright (c), by Zend Technologies
I have seen some other versions. But, they quit working with the newer versions of php. So, I would like to know if you are at least using php7 or above.