锟斤拷 » PECL 锟斤拷展未锟斤拷 PHP 锟斤拷锟斤拷
锟斤拷装锟斤拷 PECL 锟斤拷展锟斤拷氐锟斤拷锟较拷锟斤拷锟斤拷植锟斤拷斜锟斤拷锟轿� PECL 锟斤拷展锟侥帮拷装锟铰斤拷锟斤拷锟揭碉拷锟斤拷锟斤拷锟斤拷锟斤拷息锟斤拷锟铰的凤拷锟叫版本锟斤拷锟斤拷锟截★拷源锟侥硷拷锟斤拷 维锟斤拷锟斤拷员锟斤拷息锟斤拷锟斤拷锟斤拷锟街撅拷龋锟斤拷锟斤拷诖舜锟斤拷锟� » https://pecl.php.net/package/wincache.
There are two packages for this extension: one package is for PHP versions 5.2.X, and the other package is for PHP 5.3.X. Select the package that is appropriate for the PHP version being used.
To install and enable the extension, follow these steps:
Unpack the package into some temporary location.
Copy the php_wincache.dll file into the PHP extensions folder. Typically this folder is called "ext" and it is located in the same folder with all PHP binary files. For example: C:\Program Files\PHP\ext.
Using a text editor, open the php.ini file, which is usually located in the same folder where all PHP binary files are. For example: C:\Program Files\PHP\php.ini.
Add the following line at the end of the php.ini file: extension = php_wincache.dll.
Save and close the php.ini file.
Recycle the IIS Application Pools for PHP to pick up the configuration changes. To check that the extension has been enabled, create a file called phpinfo.php with a PHP code that calls phpinfo function.
Save the phpinfo.php file in the root folder of a IIS web site that uses PHP, then open a browser and make a request to http://localhost/phpinfo.php. Search within the returned web page for a section called wincache. If the extension is enabled, then the phpinfo output will list the configuration settings provided by the WinCache.
Note: Do not forget to remove phpinfo.php file from the web site's root folder after verifying that extension has been enabled.