To have php 5.3.2 + Openssl 1.0.1 + Ubuntu 16.04Can't install php5 on Ubuntu 16.04How often is php...
Draw this image in the TIKZ package
Is there a math expression equivalent to the conditional ternary operator?
If nine coins are tossed, what is the probability that the number of heads is even?
Why aren't there more Gauls like Obelix?
Why restrict private health insurance?
What would be the most expensive material to an intergalactic society?
What does *dead* mean in *What do you mean, dead?*?
How do you make a gun that shoots melee weapons and/or swords?
Help! My Character is too much for her story!
Tabular environment - text vertically positions itself by bottom of tikz picture in adjacent cell
The (Easy) Road to Code
Tool for measuring readability of English text
Do I need a return ticket to Canada if I'm a Japanese National?
School performs periodic password audits. Is my password compromised?
What is the orbit and expected lifetime of Crew Dragon trunk?
Should we avoid writing fiction about historical events without extensive research?
How does learning spells work when leveling a multiclass character?
Short story about cities being connected by a conveyor belt
Book where society has been split into 2 with a wall down the middle where one side embraced high tech whereas other side were totally against tech
Sort array by month and year
Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?
What is better: yes / no radio, or simple checkbox?
Having the player face themselves after the mid-game
Can I negotiate a patent idea for a raise, under French law?
To have php 5.3.2 + Openssl 1.0.1 + Ubuntu 16.04
Can't install php5 on Ubuntu 16.04How often is php updated?Can't pass PCI scans for vulnerability compliance SSL_OP_DONT_INSERT_EMPTY_FRAGMENTSUpgrade PHP 5.3 to 5.4 via puttyUbuntu Server 14.04 Apache 2.4 TLSv1.2/TLSv1.1 supportDoes Ubuntu 14.04 support PHP, Mysql, Apache?Install php5 on Ubuntu 16.04 without installing Apache 2.4Cannot install php on Ubuntu 16.04 LTSCan I upgrade ubuntu from 10.04 to 16.04 without changing my Apache, Mysql and Php version?How to install lamp server with php 5.3 on ubuntu 16.04?Ubuntu 16.04 openssl s_client write:errno=104
As I had to upgrade to TLS1.2 I had to upgrade to OpenSSL 1.0.1 or higher. To do that, I had to upgrade from Ubuntu 10.04 to Ubuntu 16.04
Ubuntu 10.04 had
PHP 5.3.2
MySQL 5.1.66
Apache 2.2.14
OpenSSL 0.9.8
Ubuntu 16.04 is having
PHP 7.0.18
MySQL 5.7.18
Apache 2.4.18
OpenSSL 1.0.2
As expected I have OpenSSL 1.0.2 now, but the site is not working now because PHP version is upgraded to 7.0.18. Now I have few questions
- Can I install PHP 5.3.2 separately and run that? If so, will that
use TLS 1.2? - Or if I need to remove the PHP 7 to install PHP 5.3.2, OpenSSL will also be downgraded?
- MySQL is deprecated by some version of PHP(I don't know which version of PHP/MySQL). As my MySQL version also has upgraded, still
can I access MySQL from PHP 5.3.2?
I know PHP 5.3 is EOL. But I should have that version now to run my code, but with TLS 1.2.
Shortly saying, I need
PHP 5.3.2 with access to MySQL + TLS1.2(>openssl 1.0.1) + Ubuntu
16.04.
How to achieve this?
16.04 php openssl tls
add a comment |
As I had to upgrade to TLS1.2 I had to upgrade to OpenSSL 1.0.1 or higher. To do that, I had to upgrade from Ubuntu 10.04 to Ubuntu 16.04
Ubuntu 10.04 had
PHP 5.3.2
MySQL 5.1.66
Apache 2.2.14
OpenSSL 0.9.8
Ubuntu 16.04 is having
PHP 7.0.18
MySQL 5.7.18
Apache 2.4.18
OpenSSL 1.0.2
As expected I have OpenSSL 1.0.2 now, but the site is not working now because PHP version is upgraded to 7.0.18. Now I have few questions
- Can I install PHP 5.3.2 separately and run that? If so, will that
use TLS 1.2? - Or if I need to remove the PHP 7 to install PHP 5.3.2, OpenSSL will also be downgraded?
- MySQL is deprecated by some version of PHP(I don't know which version of PHP/MySQL). As my MySQL version also has upgraded, still
can I access MySQL from PHP 5.3.2?
I know PHP 5.3 is EOL. But I should have that version now to run my code, but with TLS 1.2.
Shortly saying, I need
PHP 5.3.2 with access to MySQL + TLS1.2(>openssl 1.0.1) + Ubuntu
16.04.
How to achieve this?
16.04 php openssl tls
gist.github.com/aaronbloomfield/… Have a nice lite working session. Worked for me.
– Anuga
Jun 22 '17 at 7:25
add a comment |
As I had to upgrade to TLS1.2 I had to upgrade to OpenSSL 1.0.1 or higher. To do that, I had to upgrade from Ubuntu 10.04 to Ubuntu 16.04
Ubuntu 10.04 had
PHP 5.3.2
MySQL 5.1.66
Apache 2.2.14
OpenSSL 0.9.8
Ubuntu 16.04 is having
PHP 7.0.18
MySQL 5.7.18
Apache 2.4.18
OpenSSL 1.0.2
As expected I have OpenSSL 1.0.2 now, but the site is not working now because PHP version is upgraded to 7.0.18. Now I have few questions
- Can I install PHP 5.3.2 separately and run that? If so, will that
use TLS 1.2? - Or if I need to remove the PHP 7 to install PHP 5.3.2, OpenSSL will also be downgraded?
- MySQL is deprecated by some version of PHP(I don't know which version of PHP/MySQL). As my MySQL version also has upgraded, still
can I access MySQL from PHP 5.3.2?
I know PHP 5.3 is EOL. But I should have that version now to run my code, but with TLS 1.2.
Shortly saying, I need
PHP 5.3.2 with access to MySQL + TLS1.2(>openssl 1.0.1) + Ubuntu
16.04.
How to achieve this?
16.04 php openssl tls
As I had to upgrade to TLS1.2 I had to upgrade to OpenSSL 1.0.1 or higher. To do that, I had to upgrade from Ubuntu 10.04 to Ubuntu 16.04
Ubuntu 10.04 had
PHP 5.3.2
MySQL 5.1.66
Apache 2.2.14
OpenSSL 0.9.8
Ubuntu 16.04 is having
PHP 7.0.18
MySQL 5.7.18
Apache 2.4.18
OpenSSL 1.0.2
As expected I have OpenSSL 1.0.2 now, but the site is not working now because PHP version is upgraded to 7.0.18. Now I have few questions
- Can I install PHP 5.3.2 separately and run that? If so, will that
use TLS 1.2? - Or if I need to remove the PHP 7 to install PHP 5.3.2, OpenSSL will also be downgraded?
- MySQL is deprecated by some version of PHP(I don't know which version of PHP/MySQL). As my MySQL version also has upgraded, still
can I access MySQL from PHP 5.3.2?
I know PHP 5.3 is EOL. But I should have that version now to run my code, but with TLS 1.2.
Shortly saying, I need
PHP 5.3.2 with access to MySQL + TLS1.2(>openssl 1.0.1) + Ubuntu
16.04.
How to achieve this?
16.04 php openssl tls
16.04 php openssl tls
asked Jun 19 '17 at 13:43
siddiqsiddiq
889
889
gist.github.com/aaronbloomfield/… Have a nice lite working session. Worked for me.
– Anuga
Jun 22 '17 at 7:25
add a comment |
gist.github.com/aaronbloomfield/… Have a nice lite working session. Worked for me.
– Anuga
Jun 22 '17 at 7:25
gist.github.com/aaronbloomfield/… Have a nice lite working session. Worked for me.
– Anuga
Jun 22 '17 at 7:25
gist.github.com/aaronbloomfield/… Have a nice lite working session. Worked for me.
– Anuga
Jun 22 '17 at 7:25
add a comment |
3 Answers
3
active
oldest
votes
A lot depends on if you want to only use officially supported packages.
There is nothing stopping you removing the PHP 7 package and compiling PHP 5.3.2 yourself and linking against OpenSSL 1.0.2 if you have the knowledge on how to do so. It may be easy or hard depending on API changes in dependencies. It would probably worth using 5.3.29 though, which I understand should be compatible with your 5.3.2 code but have a few more fixes.
http://www.php.net/releases/#5.3.29
I would check for security issues that have come up since release though before putting it live. It is not supported anymore IIUC so you would be on your own to patch it.
Because of the lack of security patches I would also advise updating the code base to something more recent ASAP. PHP publish migration guides (e.g. http://php.net/migration54) and you could follow each one until you were supported again.
I am not personally aware of any packages (official or otherwise) that would let you avoid having to compile yourself.
To migrate the code to support php 7 from php 5.3, I have to do some more analysis. But i think that would be the best solution for long run. Anyhow, that would be an another topic. Thanks for your time. It may help someone else.
– siddiq
Jun 29 '17 at 5:54
add a comment |
PHP 5.3 has reached EOL. Also, I think there is no maintained repo/distro with active 5.3 support.
I think the only good bet is migrating your code to a supported PHP version, or at least 5.4/5.5. You can find the official PHP migrating guides here.
Anyway, if you need a dirty workaround, you probably have two main options:
- Compile it yourself
- Use a third party ppa, virtual machine or container
If you want to compile it yourself (with all the hassle it can be), linking against the newer OpenSSL and solving the potential issues this could arise, like @user133831 mentioned, you can follow the steps on this answer.
If you want to avoid compiling it and you are looking to use a ppa, you can try to install using SergeyD one's. Check the ppa instructions to install the corresponding PHP modules.
I've also seen specific third-party Docker containers for PHP 5.3 based on older Ubuntu versions, like 12.04 and 12.10 (with older OpenSSL versions too). However, you can try (and throw it away after that) a docker container to see if it works for your problem. Maybe you want to take a look these links: PHP 5.3 from scratch Dockerfile, PHP 5.3 Docker image
No matter the option you choose, I'll suggest doing all the "dirty" stuff inside a VM or lxc/lxd/docker container (at least at first), to avoid messing too much the main system.
Anyway, if you choose to stay with PHP 5.3, keep in mind that probably you'll end with other "side effects", like problems with the MYSQL API in newer versions, bugs and incompatibilities fixed in newer versions, and of course, potential security flaws.
Hope it helps.
add a comment |
On 16.04, I was able to force downgrade libssl-dev with this command:
apt-get install libssl-dev=1.0.2*
I was able to compile php 5.3.29 with phpbrew with the following command, after installing many lib*-dev packages:
phpbrew install 5.3.29 +everything -fpm +apxs2 -cli -cgi -phpdbg -dtrace -opcache -embed -gcov
I also had the ondrej/php ppa installed, that may have been a factor, though it really only is supposed to give you php 5.6.x, so I'm not sure.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f927027%2fto-have-php-5-3-2-openssl-1-0-1-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
A lot depends on if you want to only use officially supported packages.
There is nothing stopping you removing the PHP 7 package and compiling PHP 5.3.2 yourself and linking against OpenSSL 1.0.2 if you have the knowledge on how to do so. It may be easy or hard depending on API changes in dependencies. It would probably worth using 5.3.29 though, which I understand should be compatible with your 5.3.2 code but have a few more fixes.
http://www.php.net/releases/#5.3.29
I would check for security issues that have come up since release though before putting it live. It is not supported anymore IIUC so you would be on your own to patch it.
Because of the lack of security patches I would also advise updating the code base to something more recent ASAP. PHP publish migration guides (e.g. http://php.net/migration54) and you could follow each one until you were supported again.
I am not personally aware of any packages (official or otherwise) that would let you avoid having to compile yourself.
To migrate the code to support php 7 from php 5.3, I have to do some more analysis. But i think that would be the best solution for long run. Anyhow, that would be an another topic. Thanks for your time. It may help someone else.
– siddiq
Jun 29 '17 at 5:54
add a comment |
A lot depends on if you want to only use officially supported packages.
There is nothing stopping you removing the PHP 7 package and compiling PHP 5.3.2 yourself and linking against OpenSSL 1.0.2 if you have the knowledge on how to do so. It may be easy or hard depending on API changes in dependencies. It would probably worth using 5.3.29 though, which I understand should be compatible with your 5.3.2 code but have a few more fixes.
http://www.php.net/releases/#5.3.29
I would check for security issues that have come up since release though before putting it live. It is not supported anymore IIUC so you would be on your own to patch it.
Because of the lack of security patches I would also advise updating the code base to something more recent ASAP. PHP publish migration guides (e.g. http://php.net/migration54) and you could follow each one until you were supported again.
I am not personally aware of any packages (official or otherwise) that would let you avoid having to compile yourself.
To migrate the code to support php 7 from php 5.3, I have to do some more analysis. But i think that would be the best solution for long run. Anyhow, that would be an another topic. Thanks for your time. It may help someone else.
– siddiq
Jun 29 '17 at 5:54
add a comment |
A lot depends on if you want to only use officially supported packages.
There is nothing stopping you removing the PHP 7 package and compiling PHP 5.3.2 yourself and linking against OpenSSL 1.0.2 if you have the knowledge on how to do so. It may be easy or hard depending on API changes in dependencies. It would probably worth using 5.3.29 though, which I understand should be compatible with your 5.3.2 code but have a few more fixes.
http://www.php.net/releases/#5.3.29
I would check for security issues that have come up since release though before putting it live. It is not supported anymore IIUC so you would be on your own to patch it.
Because of the lack of security patches I would also advise updating the code base to something more recent ASAP. PHP publish migration guides (e.g. http://php.net/migration54) and you could follow each one until you were supported again.
I am not personally aware of any packages (official or otherwise) that would let you avoid having to compile yourself.
A lot depends on if you want to only use officially supported packages.
There is nothing stopping you removing the PHP 7 package and compiling PHP 5.3.2 yourself and linking against OpenSSL 1.0.2 if you have the knowledge on how to do so. It may be easy or hard depending on API changes in dependencies. It would probably worth using 5.3.29 though, which I understand should be compatible with your 5.3.2 code but have a few more fixes.
http://www.php.net/releases/#5.3.29
I would check for security issues that have come up since release though before putting it live. It is not supported anymore IIUC so you would be on your own to patch it.
Because of the lack of security patches I would also advise updating the code base to something more recent ASAP. PHP publish migration guides (e.g. http://php.net/migration54) and you could follow each one until you were supported again.
I am not personally aware of any packages (official or otherwise) that would let you avoid having to compile yourself.
answered Jun 22 '17 at 9:55
user133831user133831
1663
1663
To migrate the code to support php 7 from php 5.3, I have to do some more analysis. But i think that would be the best solution for long run. Anyhow, that would be an another topic. Thanks for your time. It may help someone else.
– siddiq
Jun 29 '17 at 5:54
add a comment |
To migrate the code to support php 7 from php 5.3, I have to do some more analysis. But i think that would be the best solution for long run. Anyhow, that would be an another topic. Thanks for your time. It may help someone else.
– siddiq
Jun 29 '17 at 5:54
To migrate the code to support php 7 from php 5.3, I have to do some more analysis. But i think that would be the best solution for long run. Anyhow, that would be an another topic. Thanks for your time. It may help someone else.
– siddiq
Jun 29 '17 at 5:54
To migrate the code to support php 7 from php 5.3, I have to do some more analysis. But i think that would be the best solution for long run. Anyhow, that would be an another topic. Thanks for your time. It may help someone else.
– siddiq
Jun 29 '17 at 5:54
add a comment |
PHP 5.3 has reached EOL. Also, I think there is no maintained repo/distro with active 5.3 support.
I think the only good bet is migrating your code to a supported PHP version, or at least 5.4/5.5. You can find the official PHP migrating guides here.
Anyway, if you need a dirty workaround, you probably have two main options:
- Compile it yourself
- Use a third party ppa, virtual machine or container
If you want to compile it yourself (with all the hassle it can be), linking against the newer OpenSSL and solving the potential issues this could arise, like @user133831 mentioned, you can follow the steps on this answer.
If you want to avoid compiling it and you are looking to use a ppa, you can try to install using SergeyD one's. Check the ppa instructions to install the corresponding PHP modules.
I've also seen specific third-party Docker containers for PHP 5.3 based on older Ubuntu versions, like 12.04 and 12.10 (with older OpenSSL versions too). However, you can try (and throw it away after that) a docker container to see if it works for your problem. Maybe you want to take a look these links: PHP 5.3 from scratch Dockerfile, PHP 5.3 Docker image
No matter the option you choose, I'll suggest doing all the "dirty" stuff inside a VM or lxc/lxd/docker container (at least at first), to avoid messing too much the main system.
Anyway, if you choose to stay with PHP 5.3, keep in mind that probably you'll end with other "side effects", like problems with the MYSQL API in newer versions, bugs and incompatibilities fixed in newer versions, and of course, potential security flaws.
Hope it helps.
add a comment |
PHP 5.3 has reached EOL. Also, I think there is no maintained repo/distro with active 5.3 support.
I think the only good bet is migrating your code to a supported PHP version, or at least 5.4/5.5. You can find the official PHP migrating guides here.
Anyway, if you need a dirty workaround, you probably have two main options:
- Compile it yourself
- Use a third party ppa, virtual machine or container
If you want to compile it yourself (with all the hassle it can be), linking against the newer OpenSSL and solving the potential issues this could arise, like @user133831 mentioned, you can follow the steps on this answer.
If you want to avoid compiling it and you are looking to use a ppa, you can try to install using SergeyD one's. Check the ppa instructions to install the corresponding PHP modules.
I've also seen specific third-party Docker containers for PHP 5.3 based on older Ubuntu versions, like 12.04 and 12.10 (with older OpenSSL versions too). However, you can try (and throw it away after that) a docker container to see if it works for your problem. Maybe you want to take a look these links: PHP 5.3 from scratch Dockerfile, PHP 5.3 Docker image
No matter the option you choose, I'll suggest doing all the "dirty" stuff inside a VM or lxc/lxd/docker container (at least at first), to avoid messing too much the main system.
Anyway, if you choose to stay with PHP 5.3, keep in mind that probably you'll end with other "side effects", like problems with the MYSQL API in newer versions, bugs and incompatibilities fixed in newer versions, and of course, potential security flaws.
Hope it helps.
add a comment |
PHP 5.3 has reached EOL. Also, I think there is no maintained repo/distro with active 5.3 support.
I think the only good bet is migrating your code to a supported PHP version, or at least 5.4/5.5. You can find the official PHP migrating guides here.
Anyway, if you need a dirty workaround, you probably have two main options:
- Compile it yourself
- Use a third party ppa, virtual machine or container
If you want to compile it yourself (with all the hassle it can be), linking against the newer OpenSSL and solving the potential issues this could arise, like @user133831 mentioned, you can follow the steps on this answer.
If you want to avoid compiling it and you are looking to use a ppa, you can try to install using SergeyD one's. Check the ppa instructions to install the corresponding PHP modules.
I've also seen specific third-party Docker containers for PHP 5.3 based on older Ubuntu versions, like 12.04 and 12.10 (with older OpenSSL versions too). However, you can try (and throw it away after that) a docker container to see if it works for your problem. Maybe you want to take a look these links: PHP 5.3 from scratch Dockerfile, PHP 5.3 Docker image
No matter the option you choose, I'll suggest doing all the "dirty" stuff inside a VM or lxc/lxd/docker container (at least at first), to avoid messing too much the main system.
Anyway, if you choose to stay with PHP 5.3, keep in mind that probably you'll end with other "side effects", like problems with the MYSQL API in newer versions, bugs and incompatibilities fixed in newer versions, and of course, potential security flaws.
Hope it helps.
PHP 5.3 has reached EOL. Also, I think there is no maintained repo/distro with active 5.3 support.
I think the only good bet is migrating your code to a supported PHP version, or at least 5.4/5.5. You can find the official PHP migrating guides here.
Anyway, if you need a dirty workaround, you probably have two main options:
- Compile it yourself
- Use a third party ppa, virtual machine or container
If you want to compile it yourself (with all the hassle it can be), linking against the newer OpenSSL and solving the potential issues this could arise, like @user133831 mentioned, you can follow the steps on this answer.
If you want to avoid compiling it and you are looking to use a ppa, you can try to install using SergeyD one's. Check the ppa instructions to install the corresponding PHP modules.
I've also seen specific third-party Docker containers for PHP 5.3 based on older Ubuntu versions, like 12.04 and 12.10 (with older OpenSSL versions too). However, you can try (and throw it away after that) a docker container to see if it works for your problem. Maybe you want to take a look these links: PHP 5.3 from scratch Dockerfile, PHP 5.3 Docker image
No matter the option you choose, I'll suggest doing all the "dirty" stuff inside a VM or lxc/lxd/docker container (at least at first), to avoid messing too much the main system.
Anyway, if you choose to stay with PHP 5.3, keep in mind that probably you'll end with other "side effects", like problems with the MYSQL API in newer versions, bugs and incompatibilities fixed in newer versions, and of course, potential security flaws.
Hope it helps.
answered Jun 27 '17 at 20:00
dgonzalezdgonzalez
4,12541124
4,12541124
add a comment |
add a comment |
On 16.04, I was able to force downgrade libssl-dev with this command:
apt-get install libssl-dev=1.0.2*
I was able to compile php 5.3.29 with phpbrew with the following command, after installing many lib*-dev packages:
phpbrew install 5.3.29 +everything -fpm +apxs2 -cli -cgi -phpdbg -dtrace -opcache -embed -gcov
I also had the ondrej/php ppa installed, that may have been a factor, though it really only is supposed to give you php 5.6.x, so I'm not sure.
add a comment |
On 16.04, I was able to force downgrade libssl-dev with this command:
apt-get install libssl-dev=1.0.2*
I was able to compile php 5.3.29 with phpbrew with the following command, after installing many lib*-dev packages:
phpbrew install 5.3.29 +everything -fpm +apxs2 -cli -cgi -phpdbg -dtrace -opcache -embed -gcov
I also had the ondrej/php ppa installed, that may have been a factor, though it really only is supposed to give you php 5.6.x, so I'm not sure.
add a comment |
On 16.04, I was able to force downgrade libssl-dev with this command:
apt-get install libssl-dev=1.0.2*
I was able to compile php 5.3.29 with phpbrew with the following command, after installing many lib*-dev packages:
phpbrew install 5.3.29 +everything -fpm +apxs2 -cli -cgi -phpdbg -dtrace -opcache -embed -gcov
I also had the ondrej/php ppa installed, that may have been a factor, though it really only is supposed to give you php 5.6.x, so I'm not sure.
On 16.04, I was able to force downgrade libssl-dev with this command:
apt-get install libssl-dev=1.0.2*
I was able to compile php 5.3.29 with phpbrew with the following command, after installing many lib*-dev packages:
phpbrew install 5.3.29 +everything -fpm +apxs2 -cli -cgi -phpdbg -dtrace -opcache -embed -gcov
I also had the ondrej/php ppa installed, that may have been a factor, though it really only is supposed to give you php 5.6.x, so I'm not sure.
answered 10 mins ago
RedScourgeRedScourge
1111
1111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f927027%2fto-have-php-5-3-2-openssl-1-0-1-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
gist.github.com/aaronbloomfield/… Have a nice lite working session. Worked for me.
– Anuga
Jun 22 '17 at 7:25