30.07.2012 Views

Reference Guide

Reference Guide

Reference Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Adding Extensions for Windows<br />

Zend Server <strong>Reference</strong> Manual<br />

The following procedure describes how to download compiled extensions for Wndows DLL files.<br />

Windows Note:<br />

When downloading extensions for Windows from PECL, make sure to download the non thread-safe<br />

(NTS) version ONLY.<br />

To download extensions:<br />

1. Go to: http://www.php.net/downloads.php.<br />

2. In the Windows binaries section, select: "PECL <br />

Non-thread-safe Win32 binaries" (64-bit users can use this too).<br />

3. Click the package to start a download process. Follow the download instructions and<br />

extract the ZIP file.<br />

4. Select the .dll you want.<br />

5. To add the extension, go to the extension directory,<br />

\ZendServer\lib\phpext, and add the .dll file there.<br />

6. Go to your php.ini file and add the following line: extension=.dll.<br />

7. To verify that the extension was loaded properly, go to Setup | Extensions and locate<br />

the extension from the list.<br />

When loading new extensions, also examine the log files.<br />

For more information on these extensions, go to http://pecl4win.php.net/ .<br />

Note: The extensions in this site are thread-safe and therefore should not be downloaded for use<br />

with Zend Server .<br />

Note:<br />

Some extensions need directives to change the Extension's default configurations. These directives<br />

should be added added to your php.ini file manually. There is no way to predict which directives<br />

extensions may have: For each third party extension you want to add, make sure to go to the project's<br />

source site to check for additional information related to the extension.<br />

205

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!