@@ -21,6 +21,8 @@ extensions_enabled:
2121 - lzf
2222 - zstd
2323 - redis
24+ - zip
25+ - phar
2426
2527
2628# The following specifies how modules are being built.
@@ -528,3 +530,61 @@ extensions_available:
528530 version : 2.2.7
529531 build_dep : []
530532 run_dep : []
533+ zip :
534+ disabled : []
535+ all :
536+ type : builtin
537+ configure : --with-zip
538+ build_dep : [libzip-dev]
539+ run_dep : [libzip4]
540+ 7.3 :
541+ type : builtin
542+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
543+ build_dep : [libzip-dev, zlib1g-dev]
544+ run_dep : [libzip4, zlib1g]
545+ 7.2 :
546+ type : builtin
547+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
548+ build_dep : [libzip-dev, zlib1g-dev]
549+ run_dep : [libzip4, zlib1g]
550+ 7.1 :
551+ type : builtin
552+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
553+ build_dep : [libzip-dev, zlib1g-dev]
554+ run_dep : [libzip4, zlib1g]
555+ 7.0 :
556+ type : builtin
557+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
558+ build_dep : [libzip-dev, zlib1g-dev]
559+ run_dep : [libzip4, zlib1g]
560+ 5.6 :
561+ type : builtin
562+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr --with-libzip=/usr
563+ build_dep : [libzip-dev, zlib1g-dev]
564+ run_dep : [libzip4, zlib1g]
565+ 5.5 :
566+ type : builtin
567+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr
568+ build_dep : [libzip-dev, zlib1g-dev]
569+ run_dep : [libzip2, zlib1g]
570+ 5.4 :
571+ type : builtin
572+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr
573+ build_dep : [libzip-dev, zlib1g-dev]
574+ run_dep : [libzip2, zlib1g]
575+ 5.3 :
576+ type : builtin
577+ configure : --enable-zip --with-zlib-dir=/usr --with-pcre-dir=/usr
578+ build_dep : [libzip-dev, zlib1g-dev]
579+ run_dep : [libzip2, zlib1g]
580+ 5.2 :
581+ type : builtin
582+ configure : --enable-zip
583+ build_dep : [libzip-dev]
584+ run_dep : [libzip2]
585+ phar :
586+ disabled : []
587+ already_avail : [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
588+ 5.2 :
589+ type : pecl
590+ build_dep : [libssl-dev]
0 commit comments