at15 / lnmp

Deprecated see https://github.com/dyweb/miemieda Vagrant box for PHP projects
MIT License
8 stars 4 forks source link

php version #3

Closed at15 closed 8 years ago

at15 commented 8 years ago

though most projects are using php5.x, php7 has been out for a while, and many frameworks we are using or plan to use support it, ie: Laravel, phalcon.

Ref:

at15 commented 8 years ago

@ComMouse @arrowrowe @LukeXuan any idea?

arrowrowe commented 8 years ago

Though should not, I never cared about an exact version. Have been always relying on @at15 @ComMouse @LukeXuan about this......

LukeXuan commented 8 years ago

remi on rhel support multiple version. I think 5.6 may be proper.

at15 commented 8 years ago

currently the box is using php5.6, but for new projects, we may use php7 for bettter performance and cleaner code. I think I can create a new branch called php7 and have a new box called lnmp-php7. I don't think using a version manage tool for vagrant boxes is a good idea. besides, phpbrew need compile, which may lead to some trouble.

@ComMouse what's your opinion?

at15 commented 8 years ago

guess I will just use php5 for master branch, I think I need to figure out how to have both php5 and php7 installed on ubuntu...

at15 commented 8 years ago

now working on the feature/php7 branch, and need to config phpstorm

https://confluence.jetbrains.com/display/PhpStorm/Working+with+Remote+PHP+Interpreters+in+PhpStorm

at15 commented 8 years ago

can't have phpmyadmin installed, maybe it's time to find a better alternative like https://github.com/vrana/adminer/ ... adminer UI sucks ....