princed / docker-php-5.2

PHP 5.2 Docker Image for Docker Hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for php 5.2 legacy projects

Image size

This docker image is intended to work as a replacement for old legacy projects, running on old server.

Features:

  • Features included from the original repository:
    • Based on Ubuntu 12.04
    • Apache MPM Prefork
    • PHP 5.2.17 as apache mod
    • Zend Optimizer
  • Features added by Demin
    • Enable PHP on the default site.
    • Allow short open tag.
    • Various updates and fixes.
  • Features added by princed
    • XSLT support
    • Zend Optimizer and memcache pinned to working versions

Sample Docker compose file

version: '3'

services:
  app:
    image: prncd/php-5.2
    ports:
      - "80:80"
    volumes:
      - ~/projects/example.com:/project

About

PHP 5.2 Docker Image for Docker Hub

License:MIT License


Languages

Language:Dockerfile 100.0%