Uh oh!
There was an error while loading. Please reload this page.
Add php 5.3 and 5.4 fixing the update script - #1
Conversation
yosifkit
commented
Aug 28, 2014
@tianon, @Moghedrin can you review? |
There was a problem hiding this comment.
Can we use apt-get purge -y --auto-remove autoconf2.13 curl instead of this separate autoremove line? (I know there are other repos that ought to do this too, but this one can at least start off on the right foot.)
There was a problem hiding this comment.
Oh, we should probably purge bison and libbison-dev too, right?
There was a problem hiding this comment.
What is the difference between apt-get purge -y --auto-remove pkg and apt-get autoremove -y pkg?
Not yet sure what effect the bison removal would have. /me goes testing.
There was a problem hiding this comment.
So, apt-get purge -y --auto-remove package is the same as apt-get purge -y package && apt-get autoremove -y except it does everything in one step, and even does "purge" on the autoremoved packages instead of just the main package.
tianon
commented
Aug 29, 2014
Other than my minor comments, LGTM cc @Moghedrin |
yosifkit
commented
Aug 29, 2014
I will probably throw in PHP 5.6 as it was just released today. Should I put 5.6 as latest? |
tianon
commented
Aug 29, 2014
Legit! If it's considered a "stable" release upstream, absolutely. :) |
yosifkit
commented
Aug 29, 2014
As stable as php. http://php.net/archive/2014.php#id2014-08-28-1 |
tianon
commented
Aug 29, 2014
http://us3.php.net/downloads.php Yep, that's "latest". :) |
yosifkit
commented
Aug 29, 2014
Added one more check: @tianon, @Moghedrin |
daghack
commented
Sep 2, 2014
LGTM, will merge. 👍 |
Add php 5.3 and 5.4 fixing the update script
Run update.sh to make the feature available.
snip-transfrom.sh no longer necessary, replacing pharcommand.inc no l…
No description provided.