Vaprobash icon indicating copy to clipboard operation
Vaprobash copied to clipboard

PHP 5.5 rather than 5.6

Open tylerodonnell opened this issue 11 years ago • 8 comments

The docs say that PHP 5.5 is installed. Running php -v shows

PHP 5.6.2-1+deb.sury.org~trusty+2 (cli) (built: Oct 19 2014 12:56:17)

Is their an easy way to use PHP 5.5?

tylerodonnell avatar Nov 17 '14 18:11 tylerodonnell

Whoops, docs are out of date, sorry. Right now the easiest way to get 5.5 is to fork and edit php.sh to use the sudo add-apt-repository -y ppa:ondrej/php5 rather than the current sudo add-apt-repository -y ppa:ondrej/php5-5.6 repository.

I'll keep this open as a reminder to:

  1. Update the docs
  2. Make php 5.5 an option

(Contributions welcome!)

fideloper avatar Nov 17 '14 19:11 fideloper

Awesome. Thanks a lot.

tylerodonnell avatar Nov 17 '14 19:11 tylerodonnell

@fideloper @tylodo when I set the php_version = 5.5 it doesn't stick when going through the bash logic in your php.sh script. Wonder what's going on there.....

cmosguy avatar Nov 20 '14 20:11 cmosguy

@fideloper @tylodo it looks like I was using the 1.2.0 tag, I am going to try master. Sorry!

cmosguy avatar Nov 20 '14 21:11 cmosguy

@cmosguy You got it. Changing github_branch = "1.2.0" to github_branch = "master" will use the php_version variable.

tylerodonnell avatar Nov 20 '14 22:11 tylerodonnell

I'm not near a computer until maybe tomorrow night (driving from CT to TX).

I there's plenty of fixes and features to do a 1.3.0 release, I might so that tomorrow night. On Thu, Nov 20, 2014 at 17:44 tylodo [email protected] wrote:

@cmosguy https://github.com/cmosguy You got it. Changing github_branch = "1.2.0" to github_branch = "master" will use the php_version variable.

— Reply to this email directly or view it on GitHub https://github.com/fideloper/Vaprobash/issues/417#issuecomment-63893987.

fideloper avatar Nov 20 '14 23:11 fideloper

Typos are thanks to iPhone. Can't wait to update and get the swipe keyboard... On Thu, Nov 20, 2014 at 18:40 Chris Fidao [email protected] wrote:

I'm not near a computer until maybe tomorrow night (driving from CT to TX).

I there's plenty of fixes and features to do a 1.3.0 release, I might so that tomorrow night. On Thu, Nov 20, 2014 at 17:44 tylodo [email protected] wrote:

@cmosguy https://github.com/cmosguy You got it. Changing github_branch = "1.2.0" to github_branch = "master" will use the php_version variable.

— Reply to this email directly or view it on GitHub https://github.com/fideloper/Vaprobash/issues/417#issuecomment-63893987 .

fideloper avatar Nov 20 '14 23:11 fideloper

Thanks Chris! After you mentioned about the Swype keyboard I went to install it and it rocks!

Thanks thanks for the updates you have been doing. I was wondering I there a better way to customize the vhost file instead of forking vaprobash? Today I needed to add http authorization headers for auth token rd as responses for oauth2.

Adam

On Thursday, November 20, 2014, Chris Fidao [email protected] wrote:

Typos are thanks to iPhone. Can't wait to update and get the swipe keyboard... On Thu, Nov 20, 2014 at 18:40 Chris Fidao <[email protected] javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

I'm not near a computer until maybe tomorrow night (driving from CT to TX).

I there's plenty of fixes and features to do a 1.3.0 release, I might so that tomorrow night. On Thu, Nov 20, 2014 at 17:44 tylodo <[email protected] javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

@cmosguy https://github.com/cmosguy You got it. Changing github_branch = "1.2.0" to github_branch = "master" will use the php_version variable.

— Reply to this email directly or view it on GitHub < https://github.com/fideloper/Vaprobash/issues/417#issuecomment-63893987> .

— Reply to this email directly or view it on GitHub https://github.com/fideloper/Vaprobash/issues/417#issuecomment-63900934.

cmosguy avatar Nov 21 '14 21:11 cmosguy