Image:A few days ago there is an online watch php100 video learning php friends asked me how in the Wamp on different directories to hang multiple sites, I searched the information on the Internet, I have been pondering the afternoon, now put their own methods published, welcome to correct. Also hope that we have a better way to publish it.The following methods can be done after the WAMP has been able to ru
: This article describes how to install memcached in the wamp environment. if you are interested in the PHP Tutorial, refer to it. 1. to download the memcache installation package, select the Windows environment installation package.
2. decompress the package and place it on the D drive (take D:/memcached as an example)
3. click Start = run = and enter cmd to enter the dos interface.
4. enter d: Enter the
Self-configuring WAMP environment, extending the Oracle Library (OCI), Wampoci
The colleague received a task yesterday to use PHP to process the contents of the Oracle database, but the PHP open Oracle extension is not as straightforward as MySQL, and requires something to open.
The first step is to download an install client package to Oracle and find your corresponding system version of Zip (note this is
Extended Oracle Function Library (OCI) in Wamp environment, WAMPOCI
The colleague received a task yesterday to use PHP to process the contents of the Oracle database, but the PHP open Oracle extension is not as straightforward as MySQL, and requires something to open.
The first step is to download an install client package to Oracle and find your corresponding system version of ZIP (note this is the system
1, download the Ioncube extension Library
Download Address: Http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_win_vc9_x86.zip
2, copy for the corresponding version of PHP ioncube extension library to Wamp\bin\php\php5.4.16\zend_ext.
3, restart Wamp
4. Verify that the installation is successful
[Modify] I tested it myself and removed the virtual sub-directory from the Wampwww directory. For example, I created a new directory on another disk to store sub-directories. This seems to solve the problem, but I still don't know why. Environment: windowsserver2003 software: wamp version 2.4 current status...
[Modification]I tested it myself and removed the virtual sub-directory from the Wamp \ www directo
Recently learning to study Redis, so in the local environment to try to start, starting from the installation of Redis, to encounter the heap problem, but also is the only problem, that is: Unable to install the extension!From the ready to install, we all know that the installation of PHP extensions under Windows, the general idea is to first download a DLL file in the PHP ext directory, Add the extension in php.ini, and then restart Apache, yes, I do
I haven't had time to study memcache. Today I want to try it on my own machine. The installation failed. After a long time, I finally found a solution:
(The environment is Win32 + Wamp (PHP version is 5.3.10 ))
1. Extract the attachment memcached to a directory. In this example, decompress it in c :\
2. decompress the attached memcached-win32-1.4.4-14.zip file.
3. Enter cmd and enter:
C: \ memcached \ memcached-win32-1.4.4-14 \ memcached.exe-D install
Set up the PHP environment-WAMP + Zend, and set up the php-wampzend. PHP environment setup-WAMP + Zend, php setup-wampzendhtml * I am ignorant, I have found a lot of tutorials on the Internet, I am suffering from a few times, and finally I finally have a hope on the post! Here, I want to build the PHP environment-WAMP + Zend and php-wampzend
/* I am ignorant.
WAMP already contains xdebug, do not need to download the Internet, as long as a slight modification of the configuration can be debugged
Find the following line
Zend_extension = "D:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll"
Then paste this configuration up
[Xdebug]
Here vs.php to write right, otherwise cannot debug
Xdebug.idekey = vs
In the win764-bit WAMP environment (PHP5.3), the redis extension cannot take effect. dll (forphp5.3 + apache) is placed in the ext directory in php. add redis extension in ini. nbsp; but the phpinfo or redis cannot be printed. In any case, the win732-bit redis extension cannot take effect in the win7 64-bit WAMP environment (PHP5.3 ).
Put the correct redis. dll (for php5.3 + apache) in the ext directory.
In the win764-bit WAMP environment (PHP5.3), the redis extension cannot take effect. dll (for nbsp; php5.3 nbsp; + nbsp; apache) in the ext directory in php. add redis extension in ini. nbsp; but the output of phpinfo nbsp; still does not take effect in redis nb win7 64-bit WAMP environment (PHP5.3) redis extension
Put the correct redis. dll (for php5.3 + apache) in the ext directory.
Add the redi
Wamp with PHP version or 5.2, how to upgrade to 5.4? We didn't find this. Upgrade option
Reply content:
Wamp with PHP version or 5.2, how to upgrade to 5.4? We didn't find this. Upgrade option
Either install the new version directly WampEither download and install PHP separately and modify the configuration yourself
It is recommended that you install a
Since the installation of 64-bit Windows 8.1, the computer is running faster, but re-download the installation of 64-bit wamp, access to the local Web site is very slow, not like the local access, after the Wamp forum search, finally found a solution, The main reason is that MySQL slows down.The solution is:(1) Change the connection data code in the program local
LampAndWampThe comparison is as follows:
Installation complexity
Early installation of a LAMP system is relatively responsible. With the popularization of Linux, it is now easier to install a LAMP system. Many other Linux releases (Redhat and Debian) you can automatically configure components such as Apache, php, and mysql during installation. Compared with Wamp, WAMP installation is more complex. However,
(1) Download the latest version of PHPhttp://windows.php.net/download/(2) Unzip and put into the wamp/bin/php directory(3)Copy the following files from the existing PHP version file:-PHP.ini, Phpforapache.ini, and wampserver.conf to the newly downloaded PHP version.(4) Modify the php.ini and Phpforapache.ini two files in the new versionWhere the version informati
How to change the mysql access password under wamp. To learn about php, use the wamp installation package to build the php + apache + mysql environment. wamp official website: www. wampserver. comen. However, the default user name of wamp is root and the password is blank. Learning php, using the
[Revised 2013-11-03]I tested it myself, moving the virtual subdirectory out of the Wamp\www directory, such as creating a new directory on another disk to store subdirectories, which seems to solve the problem, but still don't know why.
Environment: Windows Server 2003Software: Wamp version 2.4
Current status: Server Normal, Web extranet accessible (via 8081 port), accessible via IP and domain name
Requirem
Manually install WAMP environment original answer on published by user256743 on http://superuser.com/questions/748117/how-to-manually-install-apache-php-and-mysql-on-windows
Environment
My system is Win7 32-bit
If your system is 64, we recommend that you download and use the 64-bit software whenever possible.
Of course, you can download the software you want, o
Previously wrote an article about configuring a virtual host in a Linux environment;Now there is another scene; write multiple projects locally at the same time; The local WAMP environment has only one www directory, so it is painful to modify the directory frequently;So happiness is so unprepared to come, the following describes how to configure the local Wamp multi-directory;Sample environment:Wampserver
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.