Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
102 stars 54 forks source link

Enable ext-zip extension for PHP (Enhancement) #199

Closed joonamakinen closed 2 years ago

joonamakinen commented 2 years ago

Similar to mongodb issue earlier https://github.com/Seravo/wordpress/issues/184, it's for a bit more tailored applications. In this case, I tried installing Magento and only thing missing from Seravo's PHP is ext-zip.

Ideally, Magento would in a subfolder with WordPress at web root to enable Magento API integration. But alas, one PHP extension is missing.

image

image

ypcs commented 2 years ago

Thanks for the feedback!

Is this in production, staging or development (Vagrant/Docker) environment? For PHP8.1 this module was missing for some time, the issue has since been fixed, and is rolling out.

If this is related to production/staging instance, you can contact our customer support via email (help@seravo.com), so we can roll-out this to your specific site instantly.

If this is related to development (Vagrant/Docker) we can check which version should fix the issue. (Available modules can be listed with php -m.)

(Our internal reference: afd32701)

joonamakinen commented 2 years ago

The instance in question is a production environment with PHP8.1 indeed. Good to hear it's rolling out!

php -m, what do you know, it has zip

EDIT: Magento composer installation also went smoothly as I asked for module enabling through support mail, very cool!

[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
igbinary
imagick
imap
intl
json
ldap
libxml
mbstring
memcache
mongodb
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
sodium
SPL
sqlite3
ssh2
standard
sysvmsg
sysvsem
sysvshm
tideways
tidy
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache
ypcs commented 2 years ago

Great! Closing this, as the bug has been fixed earlier.