Skip to content
Snippets Groups Projects
Commit a3ad8cbb authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove zlib module

parent af4f92b0
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
$php_version="8.3"; $php_version="8.3";
// extensions - see https://static-php.dev/en/guide/extensions.html // extensions - see https://static-php.dev/en/guide/extensions.html
$php_libs="mysqli,openssl,pdo,pdo_mysql,pdo_pgsql,pdo_sqlite,sockets,zlib"; $php_libs="mysqli,openssl,pdo,pdo_mysql,pdo_pgsql,pdo_sqlite,sockets";
$myos=strtolower(PHP_OS); $myos=strtolower(PHP_OS);
$myarchitecture="x86_64"; $myarchitecture="x86_64";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment