/php-7.2-xdebug-alpine

this is just a docker image for php 7.1 + xdeug based on alpine , for personal usage

Primary LanguageShell

Docker Pulls

Image description

This image contain php-7.2 based on alpine with xDebug, Redis & GD enabled and Composer already installed

Installed modules information

It has the following modules:

[PHP Modules]

  1. Core
  2. ctype
  3. curl
  4. date
  5. dom
  6. fileinfo
  7. filter
  8. ftp
  9. gd
  10. hash
  11. iconv
  12. intl
  13. json
  14. libxml
  15. mbstring
  16. mysqlnd
  17. openssl
  18. pcre
  19. PDO
  20. pdo_mysql
  21. pdo_sqlite
  22. Phar
  23. posix
  24. readline
  25. redis
  26. Reflection
  27. session
  28. SimpleXML
  29. SPL
  30. sqlite3
  31. standard
  32. tokenizer
  33. xdebug
  34. xml
  35. xmlreader
  36. xmlwriter
  37. zip
  38. zlib

[Zend Modules]

  1. Xdebug

GD information

array(12) {
  'GD Version' =>
  string(26) "bundled (2.1.0 compatible)"
  'FreeType Support' =>
  bool(false)
  'GIF Read Support' =>
  bool(true)
  'GIF Create Support' =>
  bool(true)
  'JPEG Support' =>
  bool(false)
  'PNG Support' =>
  bool(true)
  'WBMP Support' =>
  bool(true)
  'XPM Support' =>
  bool(false)
  'XBM Support' =>
  bool(true)
  'WebP Support' =>
  bool(false)
  'BMP Support' =>
  bool(true)
  'JIS-mapped Japanese Font Support' =>
  bool(false)
}