├── 5.6-apache-xdebug ├── Dockerfile.template └── Readme.md ├── 5.6-apache ├── Dockerfile ├── hostingstart.html ├── init_container.sh ├── ssh_setup.sh └── sshd_config ├── 7.0-apache-xdebug ├── Dockerfile.template └── Readme.md ├── 7.0-apache ├── Dockerfile ├── hostingstart.html ├── init_container.sh ├── ssh_setup.sh └── sshd_config ├── 7.2-apache-xdebug ├── Dockerfile.template └── Readme.md ├── 7.2-apache ├── Dockerfile ├── hostingstart.html ├── init_container.sh ├── ssh_setup.sh └── sshd_config ├── 7.3-apache-xdebug ├── Dockerfile.template └── Readme.md ├── 7.3-apache ├── Dockerfile ├── hostingstart.html ├── init_container.sh ├── ssh_setup.sh └── sshd_config ├── LICENSE ├── READAME.md └── pull_request_template.md /5.6-apache-xdebug/Dockerfile.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/5.6-apache-xdebug/Dockerfile.template -------------------------------------------------------------------------------- /5.6-apache-xdebug/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/5.6-apache-xdebug/Readme.md -------------------------------------------------------------------------------- /5.6-apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/5.6-apache/Dockerfile -------------------------------------------------------------------------------- /5.6-apache/hostingstart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/5.6-apache/hostingstart.html -------------------------------------------------------------------------------- /5.6-apache/init_container.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/5.6-apache/init_container.sh -------------------------------------------------------------------------------- /5.6-apache/ssh_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/5.6-apache/ssh_setup.sh -------------------------------------------------------------------------------- /5.6-apache/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/5.6-apache/sshd_config -------------------------------------------------------------------------------- /7.0-apache-xdebug/Dockerfile.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.0-apache-xdebug/Dockerfile.template -------------------------------------------------------------------------------- /7.0-apache-xdebug/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.0-apache-xdebug/Readme.md -------------------------------------------------------------------------------- /7.0-apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.0-apache/Dockerfile -------------------------------------------------------------------------------- /7.0-apache/hostingstart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.0-apache/hostingstart.html -------------------------------------------------------------------------------- /7.0-apache/init_container.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.0-apache/init_container.sh -------------------------------------------------------------------------------- /7.0-apache/ssh_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.0-apache/ssh_setup.sh -------------------------------------------------------------------------------- /7.0-apache/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.0-apache/sshd_config -------------------------------------------------------------------------------- /7.2-apache-xdebug/Dockerfile.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.2-apache-xdebug/Dockerfile.template -------------------------------------------------------------------------------- /7.2-apache-xdebug/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.2-apache-xdebug/Readme.md -------------------------------------------------------------------------------- /7.2-apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.2-apache/Dockerfile -------------------------------------------------------------------------------- /7.2-apache/hostingstart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.2-apache/hostingstart.html -------------------------------------------------------------------------------- /7.2-apache/init_container.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.2-apache/init_container.sh -------------------------------------------------------------------------------- /7.2-apache/ssh_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.2-apache/ssh_setup.sh -------------------------------------------------------------------------------- /7.2-apache/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.2-apache/sshd_config -------------------------------------------------------------------------------- /7.3-apache-xdebug/Dockerfile.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.3-apache-xdebug/Dockerfile.template -------------------------------------------------------------------------------- /7.3-apache-xdebug/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.3-apache-xdebug/Readme.md -------------------------------------------------------------------------------- /7.3-apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.3-apache/Dockerfile -------------------------------------------------------------------------------- /7.3-apache/hostingstart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.3-apache/hostingstart.html -------------------------------------------------------------------------------- /7.3-apache/init_container.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.3-apache/init_container.sh -------------------------------------------------------------------------------- /7.3-apache/ssh_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.3-apache/ssh_setup.sh -------------------------------------------------------------------------------- /7.3-apache/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/7.3-apache/sshd_config -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/LICENSE -------------------------------------------------------------------------------- /READAME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/READAME.md -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-App-Service/php/HEAD/pull_request_template.md --------------------------------------------------------------------------------