{"id":15025306,"url":"https://github.com/zgraveyard/php-7.2-xdebug-alpine","last_synced_at":"2025-10-03T23:32:08.978Z","repository":{"id":66648389,"uuid":"112857498","full_name":"zgraveyard/php-7.2-xdebug-alpine","owner":"zgraveyard","description":" this is just a docker image for php 7.2 + xdeug based on alpine , for personal usage ","archived":true,"fork":false,"pushed_at":"2018-12-11T08:42:10.000Z","size":14,"stargazers_count":11,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-28T19:40:57.416Z","etag":null,"topics":["php","php-7","php-docker-image","php-fpm","php-fpm-v7","php-gd","php-xdebug","php7","php72","redis","xdebug"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/zaherg/php-7.2-xdebug-alpine/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zgraveyard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-02T16:24:39.000Z","updated_at":"2023-04-25T12:35:47.000Z","dependencies_parsed_at":"2023-02-23T06:15:37.675Z","dependency_job_id":null,"html_url":"https://github.com/zgraveyard/php-7.2-xdebug-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Fphp-7.2-xdebug-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Fphp-7.2-xdebug-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Fphp-7.2-xdebug-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgraveyard%2Fphp-7.2-xdebug-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zgraveyard","download_url":"https://codeload.github.com/zgraveyard/php-7.2-xdebug-alpine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235204448,"owners_count":18952326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","php-7","php-docker-image","php-fpm","php-fpm-v7","php-gd","php-xdebug","php7","php72","redis","xdebug"],"created_at":"2024-09-24T20:02:02.156Z","updated_at":"2025-10-03T23:32:08.681Z","avatar_url":"https://github.com/zgraveyard.png","language":"Dockerfile","readme":"[![Docker Pulls](https://img.shields.io/docker/pulls/zaherg/php-7.2-xdebug-alpine.svg)](https://hub.docker.com/r/zaherg/php-7.2-xdebug-alpine/) [![](https://images.microbadger.com/badges/image/zaherg/php-7.2-xdebug-alpine.svg)](https://microbadger.com/images/zaherg/php-7.2-xdebug-alpine \"Get your own image badge on microbadger.com\") [![](https://images.microbadger.com/badges/version/zaherg/php-7.2-xdebug-alpine.svg)](https://microbadger.com/images/zaherg/php-7.2-xdebug-alpine \"Get your own version badge on microbadger.com\") [![](https://images.microbadger.com/badges/commit/zaherg/php-7.2-xdebug-alpine.svg)](https://microbadger.com/images/zaherg/php-7.2-xdebug-alpine \"Get your own commit badge on microbadger.com\")  [![](https://img.shields.io/github/last-commit/linuxjuggler/php-7.2-xdebug-alpine.svg)](https://github.com/linuxjuggler/php-7.2-xdebug-alpine)\n\n\n## Image description\n\nThis image contain php-7.2 based on alpine with xDebug, MySQL, PostgreSQL, Redis \u0026 GD enabled and Composer already installed\n\n```\nPHP 7.2.12 (fpm-fcgi) (built: Nov 16 2018 04:05:42)\nCopyright (c) 1997-2018 The PHP Group\nZend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies\n    with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans\n```\n\n## Runing the image:\n\nBy default xdebug is enabled, to disable it you need to create a `.env` file which should contain the following variables, but remember to change the value based one what you want to achieve:\n\n```\nPHP_XDEBUG_DEFAULT_ENABLE=0\nPHP_XDEBUG_REMOTE_ENABLE=0\nPHP_XDEBUG_REMOTE_HOST=127.0.0.1\nPHP_XDEBUG_REMOTE_PORT=9001\nPHP_XDEBUG_REMOTE_AUTO_START=0\nPHP_XDEBUG_REMOTE_CONNECT_BACK=0\nPHP_XDEBUG_IDEKEY=docker\nPHP_XDEBUG_PROFILER_ENABLE=0\nPHP_XDEBUG_PROFILER_OUTPUT_DIR=/tmp\n```\n\nThen run the docker and specify the env file that you have created like this\n\n```\ndocker run --env-file .env -p 80:80 zaherg/php-7.2-xdebug-alpine\n```\n\n## Installed modules information\n\nIt has the following modules:\n\n[PHP Modules]\n\n1. Core \n1. ctype  \n1. curl \n1. date \n1. dom  \n1. fileinfo \n1. filter \n1. ftp  \n1. gd \n1. hash \n1. iconv  \n1. intl \n1. json \n1. libxml \n1. mbstring \n1. mysqlnd  \n1. openssl   \n1. pcre \n1. PDO  \n1. pdo_mysql  \n1. pdo_pgsql  \n1. pdo_sqlite \n1. pgsql \n1. Phar \n1. posix  \n1. readline \n1. redis  \n1. Reflection \n1. session  \n1. SimpleXML  \n1. sodium\n1. SPL\n1. sqlite3  \n1. standard \n1. tokenizer  \n1. xdebug \n1. xml  \n1. xmlreader  \n1. xmlwriter  \n1. zip  \n1. zlib \n\n[Zend Modules]\n\n1. Xdebug\n\n## GD information\n\n```\nGD Support =\u003e enabled\nGD Version =\u003e bundled (2.1.0 compatible)\nFreeType Support =\u003e enabled\nFreeType Linkage =\u003e with freetype\nFreeType Version =\u003e 2.8.1\nGIF Read Support =\u003e enabled\nGIF Create Support =\u003e enabled\nJPEG Support =\u003e enabled\nlibJPEG Version =\u003e 8\nPNG Support =\u003e enabled\nlibPNG Version =\u003e 1.6.34\nWBMP Support =\u003e enabled\nXBM Support =\u003e enabled\n\nDirective =\u003e Local Value =\u003e Master Value\ngd.jpeg_ignore_warning =\u003e 1 =\u003e 1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgraveyard%2Fphp-7.2-xdebug-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzgraveyard%2Fphp-7.2-xdebug-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgraveyard%2Fphp-7.2-xdebug-alpine/lists"}