com presentations: Don't need to sudo here anymore: slides/intro/php_contribute.xml
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: a8b52f95790b3021c2f703281ca61689699b4074 Author: Rasmus Lerdorf <[email protected]> Thu, 23 Apr 2015 00:02:03 -0700 Parents: d202cb2a09fb39e026aa887fa6f92aa4eacab1c9 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=a8b52f95790b3021c2f703281ca61689699b4074 Log: Don't need to sudo here anymore Changed paths: M slides/intro/php_contribute.xml Diff: diff --git a/slides/intro/php_contribute.xml b/slides/intro/php_contribute.xml index df07199..2cdde5c 100644 --- a/slides/intro/php_contribute.xml +++ b/slides/intro/php_contribute.xml @@ -33,10 +33,10 @@ $ vagrant ssh <blurb fontsize="1.1em" align="left">Switching PHP versions is trivial</blurb> <example fontsize="1.2em" result='0' title="" type="shell"><![CDATA[ -vagrant@php7dev:~$ sudo newphp 56 +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 ]]></example>