remove docker files for PHP 5.4

This commit is contained in:
Max Pozdeev 2021-07-24 18:26:23 +03:00
parent 2c422af380
commit 104f66b099
3 changed files with 0 additions and 21 deletions

View file

@ -1,4 +0,0 @@
FROM php:5.4-apache
RUN docker-php-ext-install mysqli

View file

@ -1,11 +0,0 @@
version: '3'
services:
web:
build: ./
image: mtt-php5.4-apache
container_name: mtt-php54-apache
ports:
- "8080:80"
volumes:
- ../../src:/var/www/html
- ./php-mtt.ini:/usr/local/etc/php/conf.d/php-mtt.ini

View file

@ -1,6 +0,0 @@

# Since PHP 5.4 E_STRICT is included in E_ALL
error_reporting = E_ALL
#log_errors = On
#display_errors = On