php ver. bump enable-zlib

This commit is contained in:
Rmys
2021-04-07 16:15:31 +03:00
committed by GitHub
parent 8bcc513559
commit d03dc577a7
2 changed files with 66 additions and 2 deletions
+11 -1
View File
@@ -93,7 +93,9 @@ def setup():
--with-imap=shared \
--with-imap-ssl \
--with-mysql-sock=/run/mysqld/mysqld.sock \
--without-pear \
--with-pear \
--with-zlib \
--with-zip=shared \
--disable-rpath \
"
@@ -192,3 +194,11 @@ def install():
pisitools.remove("/etc/php-fpm.conf.default")
pisitools.dodir("/var/log/php-fpm/")
pisitools.remove("/.depdb")
pisitools.remove("/.depdblock")
pisitools.remove("/.lock")
pisitools.remove("/.filemap")
pisitools.removeDir("/.channels")
pisitools.removeDir("/.registry")