How to get the latest PHP 7.3 patches in 18.04?
I have installed PHP 7.3 via the ppa:ondrej/php repository and everything was running smoothly, until I ran across this major 7.3.0 bug with __callStatic which lead to a lot of broken code in my installation.
There are merged pull requests in the PHP repo fixing this issue, however, I'm uncertain on how to get those fixes for myself now.
https://github.com/php/php-src/commit/773ed62555bc7a1d45e1ba1e11dfd99eeccbec8f
https://bugs.php.net/bug.php?id=77339
http://news.php.net/php.cvs/104021
I have tried:
sudo apt-get update
sudo apt-get install --only-upgrade php7.3
But it says that I'm on the latest version:
php7.3 is already the newest version (7.3.0-2+ubuntu18.04.1+deb.sury.org+1).
Help on how to get these fixes on my computer would be highly appreciated.
apt upgrade php
add a comment |
I have installed PHP 7.3 via the ppa:ondrej/php repository and everything was running smoothly, until I ran across this major 7.3.0 bug with __callStatic which lead to a lot of broken code in my installation.
There are merged pull requests in the PHP repo fixing this issue, however, I'm uncertain on how to get those fixes for myself now.
https://github.com/php/php-src/commit/773ed62555bc7a1d45e1ba1e11dfd99eeccbec8f
https://bugs.php.net/bug.php?id=77339
http://news.php.net/php.cvs/104021
I have tried:
sudo apt-get update
sudo apt-get install --only-upgrade php7.3
But it says that I'm on the latest version:
php7.3 is already the newest version (7.3.0-2+ubuntu18.04.1+deb.sury.org+1).
Help on how to get these fixes on my computer would be highly appreciated.
apt upgrade php
I assume that just waiting for 7.3.1 is not an option?
– fkraiem
Dec 31 '18 at 9:47
@karel The latest released PHP version is 7.3.0.
– fkraiem
Dec 31 '18 at 12:07
@fkraiem A big thanks for pointing this out.
– karel
Dec 31 '18 at 13:05
1
Basically, the patches will probably be included in PHP 7.3.1, and when it is released it will probably be available on the PPA you are using. If you want a fix now, now, now, the best way would be to build new packages like what I'm doing for Bash in this answer (I cannot post a similar answer here, as I would not be able to test it).
– fkraiem
Dec 31 '18 at 13:26
add a comment |
I have installed PHP 7.3 via the ppa:ondrej/php repository and everything was running smoothly, until I ran across this major 7.3.0 bug with __callStatic which lead to a lot of broken code in my installation.
There are merged pull requests in the PHP repo fixing this issue, however, I'm uncertain on how to get those fixes for myself now.
https://github.com/php/php-src/commit/773ed62555bc7a1d45e1ba1e11dfd99eeccbec8f
https://bugs.php.net/bug.php?id=77339
http://news.php.net/php.cvs/104021
I have tried:
sudo apt-get update
sudo apt-get install --only-upgrade php7.3
But it says that I'm on the latest version:
php7.3 is already the newest version (7.3.0-2+ubuntu18.04.1+deb.sury.org+1).
Help on how to get these fixes on my computer would be highly appreciated.
apt upgrade php
I have installed PHP 7.3 via the ppa:ondrej/php repository and everything was running smoothly, until I ran across this major 7.3.0 bug with __callStatic which lead to a lot of broken code in my installation.
There are merged pull requests in the PHP repo fixing this issue, however, I'm uncertain on how to get those fixes for myself now.
https://github.com/php/php-src/commit/773ed62555bc7a1d45e1ba1e11dfd99eeccbec8f
https://bugs.php.net/bug.php?id=77339
http://news.php.net/php.cvs/104021
I have tried:
sudo apt-get update
sudo apt-get install --only-upgrade php7.3
But it says that I'm on the latest version:
php7.3 is already the newest version (7.3.0-2+ubuntu18.04.1+deb.sury.org+1).
Help on how to get these fixes on my computer would be highly appreciated.
apt upgrade php
apt upgrade php
asked Dec 31 '18 at 9:20
Aborted
104115
104115
I assume that just waiting for 7.3.1 is not an option?
– fkraiem
Dec 31 '18 at 9:47
@karel The latest released PHP version is 7.3.0.
– fkraiem
Dec 31 '18 at 12:07
@fkraiem A big thanks for pointing this out.
– karel
Dec 31 '18 at 13:05
1
Basically, the patches will probably be included in PHP 7.3.1, and when it is released it will probably be available on the PPA you are using. If you want a fix now, now, now, the best way would be to build new packages like what I'm doing for Bash in this answer (I cannot post a similar answer here, as I would not be able to test it).
– fkraiem
Dec 31 '18 at 13:26
add a comment |
I assume that just waiting for 7.3.1 is not an option?
– fkraiem
Dec 31 '18 at 9:47
@karel The latest released PHP version is 7.3.0.
– fkraiem
Dec 31 '18 at 12:07
@fkraiem A big thanks for pointing this out.
– karel
Dec 31 '18 at 13:05
1
Basically, the patches will probably be included in PHP 7.3.1, and when it is released it will probably be available on the PPA you are using. If you want a fix now, now, now, the best way would be to build new packages like what I'm doing for Bash in this answer (I cannot post a similar answer here, as I would not be able to test it).
– fkraiem
Dec 31 '18 at 13:26
I assume that just waiting for 7.3.1 is not an option?
– fkraiem
Dec 31 '18 at 9:47
I assume that just waiting for 7.3.1 is not an option?
– fkraiem
Dec 31 '18 at 9:47
@karel The latest released PHP version is 7.3.0.
– fkraiem
Dec 31 '18 at 12:07
@karel The latest released PHP version is 7.3.0.
– fkraiem
Dec 31 '18 at 12:07
@fkraiem A big thanks for pointing this out.
– karel
Dec 31 '18 at 13:05
@fkraiem A big thanks for pointing this out.
– karel
Dec 31 '18 at 13:05
1
1
Basically, the patches will probably be included in PHP 7.3.1, and when it is released it will probably be available on the PPA you are using. If you want a fix now, now, now, the best way would be to build new packages like what I'm doing for Bash in this answer (I cannot post a similar answer here, as I would not be able to test it).
– fkraiem
Dec 31 '18 at 13:26
Basically, the patches will probably be included in PHP 7.3.1, and when it is released it will probably be available on the PPA you are using. If you want a fix now, now, now, the best way would be to build new packages like what I'm doing for Bash in this answer (I cannot post a similar answer here, as I would not be able to test it).
– fkraiem
Dec 31 '18 at 13:26
add a comment |
0
active
oldest
votes
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%2f1105791%2fhow-to-get-the-latest-php-7-3-patches-in-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1105791%2fhow-to-get-the-latest-php-7-3-patches-in-18-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
I assume that just waiting for 7.3.1 is not an option?
– fkraiem
Dec 31 '18 at 9:47
@karel The latest released PHP version is 7.3.0.
– fkraiem
Dec 31 '18 at 12:07
@fkraiem A big thanks for pointing this out.
– karel
Dec 31 '18 at 13:05
1
Basically, the patches will probably be included in PHP 7.3.1, and when it is released it will probably be available on the PPA you are using. If you want a fix now, now, now, the best way would be to build new packages like what I'm doing for Bash in this answer (I cannot post a similar answer here, as I would not be able to test it).
– fkraiem
Dec 31 '18 at 13:26