-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
No PHP 5.6.29 packages for Debian Stretch? #523
Comments
Well, unfortunately yes. PHP 5.6 can't be compiled with OpenSSL 1.1 and I haven't found solution for that yet as that's the default for Debian stretch now. I might have to disable OpenSSL module or something like that. |
Thanks for the info. I guess in the worse case there is still Debian 8 or Ubuntu 16.04 LTS for PHP 5.6 support. |
Patches to compile php 5.6.30 on Debian 9 (with OpenSSL 1.1): |
Cool! Thanks, I'll take a look. |
Please let me know if you find any problem whit this patches, I've just created my first version today, I used the jessie version of PHP5.6 from deb.sury.org and patched, looks compile and works fine (but it is a huge patch, so maybe it has some issues).... I will try to send a pull request to the official PHP repo too.... |
@zsalab So far, the Jessie builds are OK, so it does compile with OpenSSL 1.0.x. And the Debian Stretch test build went through as well, so the packages should be available as soon as this build: https://howl.labs.nic.cz/jenkins/view/PHP-binaries/job/php_php5.6-binaries/28/ finishes. |
Everything looks fine. Thanks! |
Are there no longer PHP 5.6.x packages for Debian Stretch? I just noticed that the last released version is PHP 5.6.27.
The text was updated successfully, but these errors were encountered: