Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 827 Bytes

File metadata and controls

20 lines (13 loc) · 827 Bytes

php-fpm-alpine

Custom PHP FPM docker image based on Alpine Linux.

Additional modules

  1. APCu

    APC provided both opcode caching (opcache) and object caching

  2. opcache

    OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request

  3. intl

    Internationalization extension is a wrapper for ICU library, enabling PHP programmers to perform various locale-aware operations including but not limited to formatting, transliteration, encoding conversion, and so forth

  4. zip

    This extension enables you to transparently read or write ZIP compressed archives and the files inside them

  5. PostgreSQL

    PostgreSQL extension. PostgreSQL database is an Open Source product and available without cost.