diff --git a/bin/mac/arm64/php-8.1.zip b/bin/mac/arm64/php-8.1.zip index 76fa50ea3..29ace5779 100644 Binary files a/bin/mac/arm64/php-8.1.zip and b/bin/mac/arm64/php-8.1.zip differ diff --git a/build-meta/build-extensions-mac.json b/build-meta/build-extensions-mac.json new file mode 100644 index 000000000..b19b53bc1 --- /dev/null +++ b/build-meta/build-extensions-mac.json @@ -0,0 +1,23 @@ +[ + "bcmath", + "ctype", + "curl", + "dom", + "fileinfo", + "filter", + "zlib", + "gd", + "mbstring", + "opcache", + "openssl", + "pdo", + "sqlite3", + "pdo_sqlite", + "phar", + "session", + "simplexml", + "sockets", + "tokenizer", + "xml", + "zip" +] \ No newline at end of file diff --git a/build-meta/build-libraries-mac.json b/build-meta/build-libraries-mac.json new file mode 100644 index 000000000..c27251346 --- /dev/null +++ b/build-meta/build-libraries-mac.json @@ -0,0 +1,10 @@ +[ + "zlib", + "openssl", + "libiconv", + "libxml2", + "curl", + "libpng", + "sqlite", + "libzip" +] \ No newline at end of file