mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
No sudo needed here
This commit is contained in:
@@ -695,10 +695,10 @@ $ vagrant ssh</code></pre>
|
||||
</section>
|
||||
<section id="php_contribute4">
|
||||
<p class="p" style="font-size:1.1em;text-align:left;">Switching PHP versions is trivial</p>
|
||||
<pre><code class="shell" data-trim style="font-size:1.2em;">vagrant@php7dev:~$ sudo newphp 56
|
||||
<pre><code class="shell" data-trim style="font-size:1.2em;">vagrant@php7dev:~$ newphp 56
|
||||
Activating PHP 5.6.6-dev and restarting php-fpm
|
||||
|
||||
vagrant@php7dev:~$ sudo newphp 7 debug
|
||||
vagrant@php7dev:~$ newphp 7 debug
|
||||
Activating PHP 7.0.0-dev and restarting php-fpm</code></pre>
|
||||
<p class="p" style="font-size:1.1em;text-align:left;">20 pre-compiled versions</p>
|
||||
<pre><code class="shell" data-trim style="font-size:0.8em;">/usr/local/php53 /usr/local/php54-zts /usr/local/php56-debug-zts
|
||||
|
||||
Reference in New Issue
Block a user