Discover how to install woocommerce extensions, include the articles, news, trends, analysis and practical advice about how to install woocommerce extensions on alibabacloud.com
Install Memcache and PHP memcache extensions under Cenos. phplinuxzendmemcached.netI. Installing the Memcahce1. Install the dependency pack libeventMemcache needs to be installed libevent, so you may need to do it before installingShell Code
Yum Install Libevent-devel
2. Installing MemcacheDownload the la
default is 1024, set 256 here, according to the load of the server to set,-P is the set to save memcache PID file, I am here to save in/tmp/memcached.pid, can also start multiple daemons, but the port can not repeat.
PS aux |grep memcachedClipboard
Vim/etc/rc.d/rc.local join/usr/local/memcached/bin/memcached-d-M 64-u root-p 11211 #加入开机启动项Telnet 127.0.0.1 11211 #检测memcache
If-bash:telnet:command not found appears (description does not have Telnet installed)Direct Yum
file. First, you need to have one, unzip ....
[Plain] view plaincopyprint?
# If you have installed so many software, you should know how to install it.
Yum install unzip
[Plain] view plaincopyprint?
# Decompress
Unzip master.zip
Compile
Next, we will officially start compiling php extensions.
[Plain] view plaincopyprint?
#1. Prepare the phpize compili
Enhancements through installation extensions have become a major feature of Gnome-Shell. The previous installation of gnome-shell theme was a headache. Now let's take a look at how to easily accomplish this. There is a GNOMEShell extension User-ThemeExtension (User theme extension) which makes everything about Gnome-Shell theme much easier. Now let's take a look at how to install the GNOME-shell theme more
Php does not need to compile and install openssl extensions.
When using the RSA Algorithm in php, you need to call the openssl_get_publickey method, but you also need to compile openssl extensions for php. Otherwise, the following error is prompted:
Call to undefined function openssl_get_publickey ()
Since php has been installed, how can I
The official download of the PHP installation package ext directory is included in the common PHP extension, but in some cases does not meet our project needs, such as the memcache extension is not in the official PHP installation package. Then we need to download the installation ourselves.This article lists the PHP extensions that are officially provided by PHP. Also give the steps to install PHP
The need for additional PHP extensions may occur frequently during development and deployment, with Pdo_mysql, for example, under manual compilation to install the PHP extension:
First to http://pecl.php.net/to find the required version, I use a stable version. Take a look at the instructions first, especially the MySQL version of PHP.
Copy Code code as follows:
wget http://pecl.php.net/get/
Memcache's job is to maintain a huge hash table in the memory of a dedicated machine to store some of the arrays and files that are often read and written, thus greatly improving the efficiency of the website and reducing the reading and writing pressure of the backend database.Experimental environment: CentOS 6.6 x86_64Lamp environment built: PHP version 5.6.8, Apache version 2.4.121, before installing the memcached need to install libevent support:#
1, download an identical version of PHP (My is php5.5.10, I am under the php5.5.10)
[Root@centos6 lamp]# wget Http://hk1.php.net/get/php-5.5.10.tar.gz/from/this/mirror
If your PHP version is different please modify it to wget http://hk1.php.net/get/php-x.x.xx.tar.gz/from/this/mirror
2. Unzip PHP:
[Root@centos6 lamp]# TAR-ZXVF Mirror
3. Enter php/ext/pcntl/
[ROOT@CENTOS6 php-5.6.28]# CD ext/pcntl/
4. Execute Command phpize
[ROOT@CENTOS6 pcntl]#/usr/bin/phpize configuring for:php API Version:
Some special handling of images is needed in recent projects-for example, to generate images of any size based on user requests. After some information to find, the final selection of Php_imagick. With ImageMagick, you can dynamically generate images based on the needs of your Web application, and you can resize, rotate, sharpen, subtract, or add effects to a (or a group of) images and save the results of the operation in the same format or other format. In this section we'll show you how to
Before has been used phpize way to install the extension, today saw the next useful pecl of this installation and very fast, automatically help you configure the two what is the difference, pecl so brief why do you want a phpize?
Reply content:
Before has been used phpize way to install the extension, today saw the next useful pecl of this installation and very fast, automatically help you configure th
1. Extension: wget https://github.com/phpredis/phpredis/archive/develop.zip2. Unzip the package after the download is finished Unzip and switch to the CD phpredis-develop/directory. 3. Check if Phpize and php-config are installedConditions not installed After the installation 4. Implement the Yum install Php-devel for installing phpize and php-config the tools required for other extensions are also
Redis and PHP compilation installation
Pecl.php.net Download Redis Stable stable version, unzip
Monitor the PHP kernel version and generate the appropriate compilation configuration for the extensionphpize
Enter the source package to execute the phpize generated configure file./configure --with-php-config=/usr/local/php/bin/php-config
Compiling the installationmake make install
Edit the php.ini and restart the environment based on th
1. Download the source code:Http://pecl.php.net/package/redis2. Enter the directory and compile the installationUpload redis-2.2.4.tgz to/usr/local/src directoryUnzip the tar zxvf redis-2.2.4.tgzChmod-r 777 redis-2.2.4Go to the installation directory CD redis-2.2.4Generate configure configuration file with Phpize/alidata/server/php/bin/phpizeConfiguration./configure--with-php-config=/alidata/server/php/bin/php-configCompiling makeInstall make installAfter the installation is complete, the follow
Fix the "Install this program from Chrome Web Store Only" method5. After checking the developer mode option, a button such as loading the extension that is being developed will appear on this page, click the "load the expanding program being developed" button and select the location of the Chrome plugin folder just unzipped,7. In this situation, Chrome will not be able to load extensions from the following
Install Oracle Extensions for PHP under CentOS, centosoracle
Environment
System:centos 6php:5.3.28
Download Oracle Client
32-bit system
64-bit system
Copy the Code code as follows:oracle-instantclient-sqlplus-10.2.0.4-1.x86_64.rpmoracle-instantclient-jdbc-10.2.0.4-1.x86_64.rpmoracle-instantclient-devel-10.2.0.4-1.x86_64.rpmoracle-instantclient-basic-10.2.0.4-1.x86_64.rpm
To perform the installation:Copy th
Phpwamp integrated PHP version includes NTS and TS, currently the latest version of site management is fully integrated with Redis extensionsModify the Phpwamp corresponding version of the php.ini file, add the following information
[Redis]; Php_redisExtension=php_igbinary.dllExtension=php_redis.dll
Friendly tip: Extension=php_igbinary.dll must be placed in front of Extension=php_redis.dll.Related extensions can search by themselves, rec
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.