Skip to content

tomsowerby/docker-php-5.3-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-php-5.3-cli

Build of 5.3 in the same style as the official PHP repository

Available on Docker Hub

We have some legacy projects that need to be build in an old PHP 5.3 environment.

This docker image is intended to allow composer and other build tools to be run on it to emulate dependancies on the production environment.

Thanks to helderco for solving the openssl headache

The rest of this repo is borrowed from the Official PHP image that no longer supports 5.3

Usage should be the same as the Official PHP cli

Check the version:

docker run -it --rm tomsowerby/php-5.3:cli php -v

Run a script:

docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp tomsowerby/php-5.3:cli php your-script.php

Please report bugs for this container to the GitHub issue page.

About

Build of 5.3 in the same style as the official PHP repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages