|
%!s(int64=11) %!d(string=hai) anos | |
---|---|---|
.. | ||
cakephp | %!s(int64=11) %!d(string=hai) anos | |
hhvm | %!s(int64=11) %!d(string=hai) anos | |
php | %!s(int64=11) %!d(string=hai) anos | |
php-codeigniter | %!s(int64=11) %!d(string=hai) anos | |
php-fatfree | %!s(int64=11) %!d(string=hai) anos | |
php-fuel | %!s(int64=11) %!d(string=hai) anos | |
php-kohana | %!s(int64=11) %!d(string=hai) anos | |
php-laravel | %!s(int64=11) %!d(string=hai) anos | |
php-lithium | %!s(int64=11) %!d(string=hai) anos | |
php-micromvc | %!s(int64=11) %!d(string=hai) anos | |
php-phalcon | %!s(int64=11) %!d(string=hai) anos | |
php-phalcon-micro | %!s(int64=11) %!d(string=hai) anos | |
php-phpixie | %!s(int64=11) %!d(string=hai) anos | |
php-pimf | %!s(int64=11) %!d(string=hai) anos | |
php-senthot | %!s(int64=11) %!d(string=hai) anos | |
php-silex | %!s(int64=11) %!d(string=hai) anos | |
php-silex-orm | %!s(int64=11) %!d(string=hai) anos | |
php-silica | %!s(int64=11) %!d(string=hai) anos | |
php-slim | %!s(int64=11) %!d(string=hai) anos | |
php-symfony2 | %!s(int64=11) %!d(string=hai) anos | |
php-symfony2-stripped | %!s(int64=11) %!d(string=hai) anos | |
php-yaf | %!s(int64=11) %!d(string=hai) anos | |
php-yii2 | %!s(int64=11) %!d(string=hai) anos | |
php-zend-framework | %!s(int64=11) %!d(string=hai) anos | |
phreeze | %!s(int64=11) %!d(string=hai) anos | |
README.md | %!s(int64=11) %!d(string=hai) anos |
Many servers use the php
, php-fpm
, or other binaries. If your
server launches with sudo
(e.g. sudo php-fpm
) then you should be
aware that sudo resets the $PATH
environment variable, and your
specific binary may not be the one being used. The solution is to
always use sudo <full-path-to-my-binary>
. For example, cakephp
's
bash_profile.sh
sets the variable $PHP_FPM
to be the full path
to the php-fpm
binary that cakephp
wants, and then uses sudo $PHP_FPM
to ensure that the php-fpm
binary used by sudo is the exact binary
desired.