Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop php 5.3 #20

Merged
merged 1 commit into from
Oct 15, 2014
Merged

Drop php 5.3 #20

merged 1 commit into from
Oct 15, 2014

Conversation

yosifkit
Copy link
Member

It fails when trying to build --with-openssl. I am not sure what dependency (like autoconf 2.13) we seem to be missing. If someone has more experience building php 5.3 we can look to add it back (or fix it now and drop this PR).

Any comments on dropping or fixing 5.3?

it fails when trying to build with ssl
@tianon
Copy link
Member

tianon commented Oct 15, 2014

Even wheezy is at 5.4, so I'm +1 on this (especially since it's causing issues).

@thaJeztah
Copy link
Contributor

Being able to run old versions of PHP for testing in a "safe" environment is a major advantage of docker. From that perspective, I would prefer PHP 5.3 to be kept in.

However, if this is the official PHP image, it would make sense to no longer support it.

Otoh; PHP 5.3 was just EOL'd two months ago, I'm certain that a lot of servers are still running it, and thus, being able to test code in Docker would be a nice feature :)

@thaJeztah
Copy link
Contributor

@tianon yes, but I think ubuntu 12.04 still is on 5.3?

@tianon
Copy link
Member

tianon commented Oct 15, 2014

Done deal: http://php.net/eol.php

If upstream doesn't support it, it's impossible for us to.

tianon added a commit that referenced this pull request Oct 15, 2014
@tianon tianon merged commit dc0a6ad into docker-library:master Oct 15, 2014
@tianon tianon deleted the drop-5.3 branch October 15, 2014 23:31
@helderco
Copy link

helderco commented Jul 9, 2015

For anyone looking for it here, I still needed a PHP 5.3 with FPM image so I built my own at https://registry.hub.docker.com/u/helder/php-5.3/

To fix --with-openssl, I compiled openssl from source. The image is based off of the latest official builds, so it has the same paths, docker-php-ext-install, et all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants