Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/combatpoodle/centos5-phpenv
Docker builds for Centos5 and PHPenv (+php 5.2). Good for bootstrapping out of date codebases.
https://github.com/combatpoodle/centos5-phpenv
Last synced: 10 days ago
JSON representation
Docker builds for Centos5 and PHPenv (+php 5.2). Good for bootstrapping out of date codebases.
- Host: GitHub
- URL: https://github.com/combatpoodle/centos5-phpenv
- Owner: combatpoodle
- Created: 2015-11-13T17:17:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T19:43:57.000Z (almost 9 years ago)
- Last Synced: 2024-11-13T17:13:34.175Z (about 2 months ago)
- Language: Shell
- Size: 305 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized CentOS 5 PHPEnv and PHP 5.2
Either run `build-and-release.sh` to build your own, or pull from dockerhub:
```bash
docker pull israelshirk/centos5-phpenv
docker pull israelshirk/centos5-php52
```### Variations from standard
* PHPenv needed a couple of patches because of changes on submodules; I've just patched with [recent versions](centos5-phpenv/phpenv.bash) to resolve this.
* PHPenv's hooks were disabled for some reason; to get PHP 5.2 building properly it's necessary to [disable mongodb](centos5-php52/pre-buildconf.bash) and [fix a syntax error](centos5-php52/pre-configure.bash).
* PHPenv's PHP 5.2 build was targeted at Debian. The [PHP 5.2 build definition](centos5-php52/php-5.2.Linux.source) is adjusted to work on CentOS 5, and the PHP source from php.net rather than github.com/php/php-src is used.