The installation steps are as follows:1. Download Redis Extensions: Https://nodeload.github.com/nicolasff/phpredis/zip/master2, download down is zip packageManually unzip the zip Phpredis-master.zipCD Phpredis-masterExecutive phpizeWhat is phpize for?Phpize is used to extend the PHP extension module, through the phpize can build PHP plug-in module3. Configure the path./configure--with-php-config=/usr/bin/php-configThat's right, but when we got inside
modified:
[/home/sarag]$ gzip -d php-5.1.0.tar.gz | tar -xf -
Now, run the./configure command with the required switch and other options you want to enable or disable:
[/home/sarag/php-5.1.0]$ ./configure enable-debug \ enable-maintainer-zts disable-cgi enable-cli \ disable-pear disable-xml disable-sqlite \ without-mysql enable-embed
After a period of processing, you have output a lot of information on your screen, and finally completed the./configure stage. then you can start compiling:
[/h
Install PHP redis extension Note under Fedora, Fedoraredis
First, install the compilation toolCopy the Code code as follows:Yum install wget make gcc gcc-c++ zlib-devel OpenSSL openssl-devel pcre-devel kernel keyutils Patch PerlSecond, the installation of Redis Php-redisCopy the Code code as follows:# yum
How to install the soap module in PHP: how to install the soap module in PHP
1. install the soap module in Linux
After installing php, it is best to keep the files installed at that time, such as usr/local/php-5.3.2
To check whether the soap module is installed, run php-m in the php installation directory.
For example:/usr/local/php/bin/php-m | grep 'Soap'If no
How to install the PHP extension modulePHP and Apache are similar, the core file for/usr/local/php/bin/php, for the Apache thing/usr/local/apache2/modules/libphp5.so module. These two files are the core, we compile PHP in advance to let him support some features, such as support for MySQL, this function is actually a PHP module, but this module is directly and PHP or libphp5.so files compiled together. When
When using the NPM install extension in a directory, you are always prompted to "NPM install error:enoent,no such file or directory;It used to be a smooth installation, and it didn't happen. But this situation, can be distressed, so various find solutions, feel it necessary to sum upWorkaround 1:Perform a plugin for NPM insta
Today, due to work requirements, the imagick extension server environment is lnmp architecture. Next, I will introduce imagick as a PHP extension, you can use the APIS provided by ImageMagick to create and modify images. However, these operations have been encapsulated in extended imagick, and finally the ImageMagick provides
Today, due to work requirements, the imagick
Article to share the content is about Nginx and PHP installation and configuration five of Linux with Phpize installed PHP gd extension, has a certain reference value, the need for friends can refer to
1. Generate So File
"1" sudo yum install php-gd2 png JPEG freetype//yum Installation extension
The "2" cd/php/ext/gd//php folder was the one I extracted from t
Learn how to install mysql extension in centos
# Cd/usr/ChenShao/php-5.3.1/
2. go to the mysql extension source code directory to be added:
# Cd ext/mysql/
2. call phpize in compiled php:
#/Usr/local/php5/bin/phpize
3. then configure:
#./Configure -- with-php-config =/usr/loc
Install php5.5 redis extension in windows, php5.5redis
Windows wamp integrated development environment, want to install a php-redis extension, the extension of the github address: https://github.com/nicolasff/phpredisPhp_redis.dll: http://windows.php.net/downloads/pecl/snap
1. You need to download a php redis extension source code for the required resources. You can download it here in advance. Github.comnicolasffphpredisarchivemaster.zip 2. installation 1. Unzip the package 123 first? Unzipphpredis
1. You need to download a php redis extension source code for the required resources. You can download it here in advance. Https://github.com/nicolasff/phpredis/archive/master.zip
PHP5.4 Unable to install Sphinx extension
centos6.2 64-bit environment
After I install Coreseek, Sphinx can run normally.
I installed the Sphinx extension successfully.
Sphinx.so is already under the/usr/local/php5.4/lib/php/extensions/no-debug-non-zts-20100525 directory.
PHP.ini inside I've added
Many online blogs in the introduction of IIS under the installation of PHP will involve a lot of configuration changes, in fact, most of them are not necessary, for those who need to find how to install PHP extension, in fact, the most need is a version that can be used now, Introducing too many unnecessary configurations at this time I think is inefficient.So, in fact, the installation steps only need thre
The solr extension needs to be installed in win7. The xampp integrated environment used, php5.3.5. I downloaded the php_solr.dll file from the Internet and reconfigured the INI file. However, I used phpinfo to check whether the solr extension was added. After checking this information, some people said they wanted to install the solr
PHP5.4 unable to install sphek extension centos6.264-bit environment I have installed coreseek and sphek can run normally. I have successfully installed sphek extension nbsp; sphinx. so has been in usrlocalphp5.4libphpextensionsno-debug-non-zts-20100525 directory php. in ini, I have added exte PHP5.4 and cannot install
Expand Installation and Commissioning methods:Write debug PHP files Also found that when the PHP extension file does not match, Wamp not error, the command line execution will be error.Wamp configuration Memcache said it was sad.1. The most important step in installing the extension is to download the correct version of the DLL file, and ensure that the path to Extension_dir in php.ini is correct, attached:
5.2.9 version of PHP, install version 5.2 of the Php-mongo extension can not be used to install the 5.3 version.
?? Install today, mongodb PHP extension, my PHP version is 5.2.9-2, on the MongoDB official website saw 5.2 and 5.3 two versions, 5.2 and 5.3 respectively are p
This tutorial will show you how to install APC on windows. I have successfully tested it on windowsserver2003. Of course, you can also use Windows XP as the test server.
About APCAPC (Alternative PHP Cache) is a PHP Cache. It stores PHP pages in memory and reduces hard disk I/O. This significantly improves the performance. You can even increase the system performance by 50% when the CPU usage drops by 50%.
APC e
Install the PHP extension zip module in Linux
Install the PHP extension zip module in Linux for your reference. 1. run the following commands in sequence:
Wget http://pecl.php.net/get/zip-1.8.10.tgz
# Tar zxvf zip-1.8.3.tgz
# Cd zip-1.8.3
#/Opt/php/bin/phpize (corresponding
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.