Skip to content

ateleshev/php-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-installer

PHP Installer

##How to use in Linux Debian:

(~) # id
uid=1000(username) gid=1000(usergroup) groups=1000(usergroup),50(staff)

You need clone the project to some directory:

(~) # cd /usr/local/share/
(/usr/local/share) # git clone https://github.com/ArtemTeleshev/php-installer.git

Create symlink for main script:

(~) # cd /usr/local/bin
(/usr/local/bin) # ln -s ../share/php-installer/php-installer

Execute command:

(~) # php-installer
Usage: php-installer {list|show|change|update|install|extension|delete|help}
(~) # php-installer extension
Usage: extension {http|pcntl|help}
(~) # php-installer help
Script for easy installation more one version of PHP.
.....
(~) # php-installer extension help
Script for easy installation of PHP extension.
.....

##PHP7 + memcached

git clone https://github.com/php-memcached-dev/php-memcached
cd php-memcached
git checkout php7
phpize
./configure
make
sudo make install

./configure --with-php-config=/absolute/path/to/php7-config

About

PHP Installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages