Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What PHP versions are you writing this in? #1

Closed
findborg opened this issue Aug 10, 2022 · 2 comments
Closed

What PHP versions are you writing this in? #1

findborg opened this issue Aug 10, 2022 · 2 comments

Comments

@findborg
Copy link

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.

@safesploit
Copy link
Member

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.

@safesploit
Copy link
Member

safesploit commented Aug 10, 2022

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

@safesploit safesploit changed the title What PHP vs are you writing this in? What PHP versions are you writing this in? Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants